Input parameters for the cluster
These parameters are located in input/omnia_config.yml, input/security_config.yml, and input/storage_config.yml. To initiate telemetry support, fill out these parameters in input/telemetry_config.yml.
Caution
Do not remove or comment any lines in the input/omnia_config.yml, input/security_config.yml, input/telemetry_config.yml, and input/storage_config.yml file.
omnia_config.yml
Variables |
Details |
|---|---|
k8s_cni
|
|
pod_external_ip_range
|
|
ansible_config_file_path
|
|
k8s_service_addresses
|
|
k8s_pod_network_cidr
|
|
topology_manager_policy
|
Example: |
topology_manager_scope
|
Example: |
run_intel_gaudi_tests
|
Example: |
k8s_offline_install
|
|
security_config.yml
Parameter |
Details |
|---|---|
domain_name
|
|
Parameter |
Details |
|---|---|
|
For a TLS connection, provide a valid certification path. For an SSL connection, ensure port 636 is open.
|
|
File path pointing to the Certificate Authority (CA) issued certificate path. Certificate files should be saved with a .pem or .crt extension. If not provided, a self-signed certificate is generated by Omnia. |
|
File path pointing to the certificate used to authorize the LDAP server. Certificate files should be saved with a .pem or .crt extension. |
|
The private key that matches the LDAP certificate. |
|
|
|
|
|
|
|
|
|
|
|
LDAP server is configured using organizations. They are necessary for user creation and group mapping.
|
|
LDAP server is configured using organizations. They are necessary for user creation and group mapping.
|
storage_config.yml
Variables |
Details |
|---|---|
nfs_client_params
|
|
|
This variable is used if user has RDMA-capable network hardware (e.g., InfiniBand) Choices:
|
|
|
|
BeeGFS management server IP. Note The provided IP should have an explicit BeeGFS management server running . |
|
|
|
Changing this value to true will unmount running instance of BeeGFS client and should only be used when decommisioning BeeGFS, changing the mount location or changing the BeeGFS version. Choices:
|
|
Use this variable to change the BeeGFS version on the target nodes. Choices:
|
ansible_config_file_path
|
|
|
|
Click here for more information on OpenLDAP, BeeGFS, or NFS.
Note
The
input/omnia_config.ymlandinput/security_config.ymlfiles are encrypted during the execution ofomnia.ymlplaybook. Use the below commands to edit the encrypted input files:omnia_config.yml:ansible-vault edit omnia_config.yml --vault-password-file .omnia_vault_key
security_config.yml:ansible-vault edit security_config.yml --vault-password-file .security_vault.key
If you have any feedback about Omnia documentation, please reach out at omnia.readme@dell.com.