Input Parameters for the Cluster

These parameters is located in input/omnia_config.yml

Variable

Required (?)

Default, Choices

Description

mariadb_password

Optional

“password”

  • Password used for Slurm database.

  • The password must not contain -,, ‘,”

  • The Length of the password should be at least 8.

k8s_version

Optional

“1.19.3”, 1.16.7

Kubernetes version.

k8s_cni

Optional

“calico”, “flannel”

Kubernetes SDN network.

k8s_pod_network_cidr

Optional

“10.244.0.0/16”

  • Kubernetes pod network CIDR.

  • Make sure this value does not overlap with any of the host networks.

docker_username

Optional

  • Username for Dockerhub account

  • A kubernetes secret will be created and patched to service account in default namespace. This kubernetes secret can be used to pull images from private repositories

  • This value is optional but suggested avoiding docker pull limit issues

docker_password

Optional

  • Password for Dockerhub account

  • This value is mandatory if docker username is provided

ansible_config_file_path

Optional

/etc/ansible

  • Path to directory hosting ansible config file (ansible.cfg file)

  • This directory is on the host running ansible, if ansible is installed using dnf

  • If ansible is installed using pip, this path should be set

login_node_required

Optional

false, true

Boolean indicating whether login node is required or not.