Input parameters for the cluster =================================== The ``service_k8s_cluster.yml`` playbook is dependent on the inputs provided to the following input files: * ``/opt/omnia/input/project_default/omnia_config.yml`` * ``/opt/omnia/input/project_default/security_config.yml`` * ``/opt/omnia/input/project_default/storage_config.yml`` * ``/opt/omnia/input/project_default/high_availability_config.yml`` .. caution:: Do not remove, edit, or comment any lines in the above mentioned input files. ``/opt/omnia/input/project_default/omnia_config.yml`` ------------------------------------------------------- .. dropdown:: Parameters for kubernetes setup on service Kubernetes cluster .. csv-table:: :file: ../../../Tables/omnia_config_service_cluster.csv :header-rows: 1 :keepspace: :: service_k8s_cluster: - cluster_name: service_cluster deployment: true k8s_cni: "calico" pod_external_ip_range: "" k8s_service_addresses: "10.233.0.0/18" k8s_pod_network_cidr: "10.233.64.0/18" topology_manager_policy: "none" topology_manager_scope: "container" k8s_offline_install: true csi_powerscale_driver_secret_file_path: "" csi_powerscale_driver_values_file_path: "" nfs_storage_name: "" .. csv-table:: Parameters for slurm setup :file: ../../../Tables/scheduler_slurm.csv :header-rows: 1 :keepspace: See the following sample: :: slurm_cluster: - cluster_name: slurm_cluster installation_type: "configless" restart_slurm_services: true nfs_storage_name: nfs_slurm ``/opt/omnia/input/project_default/security_config.yml`` ---------------------------------------------------------- .. csv-table:: Parameters for OpenLDAP configuration :file: ../../../Tables/security_config_ldap.csv :header-rows: 1 :keepspace: ``/opt/omnia/input/project_default/storage_config.yml`` ---------------------------------------------------------- .. csv-table:: Parameters for Storage :file: ../../../Tables/storage_config.csv :header-rows: 1 :keepspace: ``/opt/omnia/input/project_default/high_availability_config.yml`` ---------------------------------------------------------- .. csv-table:: Parameters for Service Cluster HA :file: ../../../Tables/service_k8s_high_availability.csv :header-rows: 1 :keepspace: .. caution:: Ensure that the external NFS is accessible by all the nodes intended to be booted and is reachable by the admin network.