|
@@ -20,9 +20,8 @@ __Note:__
|
|
* Supported values for Kubernetes CNI are calico and flannel. The default value of CNI considered by Omnia is calico.
|
|
* Supported values for Kubernetes CNI are calico and flannel. The default value of CNI considered by Omnia is calico.
|
|
* The default value of Kubernetes Pod Network CIDR is 10.244.0.0/16. If 10.244.0.0/16 is already in use within your network, select a different Pod Network CIDR. For more information, see __https://docs.projectcalico.org/getting-started/kubernetes/quickstart__.
|
|
* The default value of Kubernetes Pod Network CIDR is 10.244.0.0/16. If 10.244.0.0/16 is already in use within your network, select a different Pod Network CIDR. For more information, see __https://docs.projectcalico.org/getting-started/kubernetes/quickstart__.
|
|
|
|
|
|
-5. Run `ansible-vault view omnia_config.yml --vault-password-file .omnia_vault_key` to view the set passwords of __omnia_config.yml__.
|
|
|
|
-6. Change the directory to __omnia__->__appliance__: `cd omnia/appliance`
|
|
|
|
-7. Edit the `appliance_config.yml` file to:
|
|
|
|
|
|
+5. Change the directory to __omnia__->__appliance__: `cd omnia/appliance`
|
|
|
|
+6. Edit the `appliance_config.yml` file to:
|
|
a. Provide passwords for Cobbler and AWX under `provision_password` and `awx_password` respectively.
|
|
a. Provide passwords for Cobbler and AWX under `provision_password` and `awx_password` respectively.
|
|
__Note:__ Minimum length of the password must be at least eight characters and a maximum of 30 characters. Do not use these characters while entering a password: -, \\, "", and \'
|
|
__Note:__ Minimum length of the password must be at least eight characters and a maximum of 30 characters. Do not use these characters while entering a password: -, \\, "", and \'
|
|
|
|
|
|
@@ -37,7 +36,7 @@ __Note:__
|
|
|
|
|
|
e. Provide valid DHCP range for HPC cluster under the variables `dhcp_start_ip_range` and `dhcp_end_ip_range`.
|
|
e. Provide valid DHCP range for HPC cluster under the variables `dhcp_start_ip_range` and `dhcp_end_ip_range`.
|
|
|
|
|
|
-8. Run `ansible-vault view appliance_config.yml --vault-password-file .vault_key` to view the set passwords of __appliance_config.yml__.
|
|
|
|
|
|
+7. Run `ansible-vault view appliance_config.yml --vault-password-file .vault_key` to view the set passwords of __appliance_config.yml__.
|
|
|
|
|
|
Omnia considers the following usernames as default:
|
|
Omnia considers the following usernames as default:
|
|
* `cobbler` for Cobbler Server
|
|
* `cobbler` for Cobbler Server
|
|
@@ -186,4 +185,4 @@ The following __Slurm__ roles are provided by Omnia when __omnia.yml__ file is r
|
|
|
|
|
|
## Add a new compute node to the Cluster
|
|
## Add a new compute node to the Cluster
|
|
|
|
|
|
-If a new node is provisioned through Cobbler, the node address is automatically displayed on the AWX dashboard. The node is not assigned to any group. You can add the node to the compute group along with the existing nodes and run `omnia.yml` to add the new node to the cluster and update the configurations in the manager node.
|
|
|
|
|
|
+If a new node is provisioned through Cobbler, the node address is automatically displayed on the AWX dashboard. The node is not assigned to any group. You can add the node to the compute group along with the existing nodes and run `omnia.yml` to add the new node to the cluster and update the configurations in the manager node.
|