|
@@ -14,60 +14,60 @@
|
|
---
|
|
---
|
|
|
|
|
|
# Path to directory hosting ansible config file (ansible.cfg file)
|
|
# Path to directory hosting ansible config file (ansible.cfg file)
|
|
-# Default value is /etc/ansible
|
|
|
|
|
|
+# Default value: /etc/ansible
|
|
# This directory is on the host running ansible, if ansible is installed using dnf
|
|
# 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
|
|
# If ansible is installed using pip, this path should be set
|
|
ansible_conf_file_path: /etc/ansible
|
|
ansible_conf_file_path: /etc/ansible
|
|
|
|
|
|
# This variable is used to enable ethernet switch configuration
|
|
# This variable is used to enable ethernet switch configuration
|
|
-# It accepts boolean values "true" or "false".
|
|
|
|
-# By default its value is "false".
|
|
|
|
|
|
+# Accepted values: "true" or "false".
|
|
|
|
+# Default value: "true".
|
|
# If ethernet switch support is needed set this to "true"
|
|
# If ethernet switch support is needed set this to "true"
|
|
ethernet_switch_support: true
|
|
ethernet_switch_support: true
|
|
|
|
|
|
# This variable is used to enable infiniband switch configuration
|
|
# This variable is used to enable infiniband switch configuration
|
|
-# It accepts boolean values "true" or "false".
|
|
|
|
-# By default its value is "false".
|
|
|
|
|
|
+# Accepted values: "true" or "false".
|
|
|
|
+# Default value: "true".
|
|
# If infiniband configuration is needed set this to "true"
|
|
# If infiniband configuration is needed set this to "true"
|
|
ib_switch_support: true
|
|
ib_switch_support: true
|
|
|
|
|
|
# This variable is used to enable powervault configuration
|
|
# This variable is used to enable powervault configuration
|
|
-# It accepts boolean values "true" or "false".
|
|
|
|
-# By default its value is "false".
|
|
|
|
-# If powervault configuration is needed set this to "true"
|
|
|
|
|
|
+# Accepted values: "true" or "false".
|
|
|
|
+# Default value: "false".
|
|
|
|
+# If powervault configuration is needed, set this to "true"
|
|
powervault_support: false
|
|
powervault_support: false
|
|
|
|
|
|
# The nic/ethernet card that will be connected to the public internet.
|
|
# The nic/ethernet card that will be connected to the public internet.
|
|
-# Default value of nic is eno2
|
|
|
|
|
|
+# Default value: eno2
|
|
public_nic: "eno2"
|
|
public_nic: "eno2"
|
|
|
|
|
|
# Kubernetes pod network CIDR for appliance k8s network
|
|
# Kubernetes pod network CIDR for appliance k8s network
|
|
# Make sure this value does not overlap with any of the host networks.
|
|
# Make sure this value does not overlap with any of the host networks.
|
|
-# Default value is "192.168.0.0/16"
|
|
|
|
|
|
+# Default value: "192.168.0.0/16"
|
|
appliance_k8s_pod_net_cidr: "192.168.0.0/16"
|
|
appliance_k8s_pod_net_cidr: "192.168.0.0/16"
|
|
|
|
|
|
### Usage: provision_idrac, network_ib, network_ethernet, powervault_me4 ###
|
|
### Usage: provision_idrac, network_ib, network_ethernet, powervault_me4 ###
|
|
|
|
|
|
# The trap destination IP address is the IP address of the SNMP Server where the trap will be sent
|
|
# The trap destination IP address is the IP address of the SNMP Server where the trap will be sent
|
|
-# If this variable is left blank, it means SNMP will be disabled
|
|
|
|
|
|
+# If this variable is left blank, SNMP will be disabled.
|
|
# Provide a valid SNMP server IP
|
|
# Provide a valid SNMP server IP
|
|
snmp_trap_destination: ""
|
|
snmp_trap_destination: ""
|
|
|
|
|
|
# Provide the snmp community name needed
|
|
# Provide the snmp community name needed
|
|
-# By default this is set to "public"
|
|
|
|
|
|
+# Default value:"public"
|
|
snmp_community_name: "public"
|
|
snmp_community_name: "public"
|
|
|
|
|
|
### Usage: webui_awx ###
|
|
### Usage: webui_awx ###
|
|
|
|
|
|
# Organization name that is created in AWX.
|
|
# Organization name that is created in AWX.
|
|
-# The default value is “DellEMC”
|
|
|
|
|
|
+# Default value: “DellEMC”
|
|
awx_organization: "DellEMC"
|
|
awx_organization: "DellEMC"
|
|
|
|
|
|
### Usage: provision_cobbler, provision_idrac ###
|
|
### Usage: provision_cobbler, provision_idrac ###
|
|
|
|
|
|
# This variable is used to set node provisioning method
|
|
# This variable is used to set node provisioning method
|
|
-# It accepts values: idrac, pxe
|
|
|
|
-# Default value is "idrac"
|
|
|
|
|
|
+# Accepted values: idrac, pxe
|
|
|
|
+# Default value: "idrac"
|
|
# If provisioning needs to be done through cobbler, set it to "pxe"
|
|
# If provisioning needs to be done through cobbler, set it to "pxe"
|
|
# If idrac license is not present, provisioning mode will be set to "pxe"
|
|
# If idrac license is not present, provisioning mode will be set to "pxe"
|
|
provision_method: "idrac"
|
|
provision_method: "idrac"
|
|
@@ -85,7 +85,7 @@ language: "en-US"
|
|
# This is the path where the user has to place the iso image that needs to be provisioned in target nodes.
|
|
# This is the path where the user has to place the iso image that needs to be provisioned in target nodes.
|
|
# The iso file should be CentOS7-2009-minimal edition.
|
|
# The iso file should be CentOS7-2009-minimal edition.
|
|
# Other iso files are not supported.
|
|
# Other iso files are not supported.
|
|
-# Mandatory value required
|
|
|
|
|
|
+# Required field
|
|
iso_file_path: "/root/CentOS-7-x86_64-Minimal-2009.iso"
|
|
iso_file_path: "/root/CentOS-7-x86_64-Minimal-2009.iso"
|
|
|
|
|
|
# Default lease time that will be used by dhcp
|
|
# Default lease time that will be used by dhcp
|
|
@@ -93,7 +93,7 @@ iso_file_path: "/root/CentOS-7-x86_64-Minimal-2009.iso"
|
|
# Min: 21600 seconds
|
|
# Min: 21600 seconds
|
|
# Default: 86400 seconds
|
|
# Default: 86400 seconds
|
|
# Max: 31536000 seconds
|
|
# Max: 31536000 seconds
|
|
-# Mandatory value required
|
|
|
|
|
|
+# Required field
|
|
default_lease_time: "86400"
|
|
default_lease_time: "86400"
|
|
|
|
|
|
### Usage: control_plane_device ###
|
|
### Usage: control_plane_device ###
|
|
@@ -101,12 +101,12 @@ default_lease_time: "86400"
|
|
# The nic/ethernet card that needs to be connected to provision
|
|
# The nic/ethernet card that needs to be connected to provision
|
|
# the fabric, idrac and powervault.
|
|
# the fabric, idrac and powervault.
|
|
# This nic will be configured by Omnia for the DHCP server.
|
|
# This nic will be configured by Omnia for the DHCP server.
|
|
-# Default value of nic is eno1
|
|
|
|
|
|
+# Default value: "eno1"
|
|
mngmnt_network_nic: "eno1"
|
|
mngmnt_network_nic: "eno1"
|
|
|
|
|
|
# The dhcp range for assigning the IPv4 address
|
|
# The dhcp range for assigning the IPv4 address
|
|
# Example: 172.17.0.1
|
|
# Example: 172.17.0.1
|
|
-# Mandatory value required
|
|
|
|
|
|
+# Required field
|
|
mngmnt_network_dhcp_start_range: "172.19.0.100"
|
|
mngmnt_network_dhcp_start_range: "172.19.0.100"
|
|
mngmnt_network_dhcp_end_range: "172.19.0.200"
|
|
mngmnt_network_dhcp_end_range: "172.19.0.200"
|
|
|
|
|
|
@@ -121,12 +121,12 @@ mngmnt_mapping_file_path: ""
|
|
|
|
|
|
# The nic/ethernet card that needs to be connected to provision the OS of bare metal servers
|
|
# The nic/ethernet card that needs to be connected to provision the OS of bare metal servers
|
|
# This nic will be configured by Omnia for the DHCP server.
|
|
# This nic will be configured by Omnia for the DHCP server.
|
|
-# Default value of nic is eno3
|
|
|
|
|
|
+# Default value: "eno3"
|
|
host_network_nic: "eno3"
|
|
host_network_nic: "eno3"
|
|
|
|
|
|
# The dhcp range for assigning the IPv4 address
|
|
# The dhcp range for assigning the IPv4 address
|
|
# Example: 172.17.0.1
|
|
# Example: 172.17.0.1
|
|
-# Mandatory value required
|
|
|
|
|
|
+# Required field
|
|
host_network_dhcp_start_range: "172.17.0.100"
|
|
host_network_dhcp_start_range: "172.17.0.100"
|
|
host_network_dhcp_end_range: "172.17.0.200"
|
|
host_network_dhcp_end_range: "172.17.0.200"
|
|
|
|
|
|
@@ -146,7 +146,7 @@ host_mapping_file_path: ""
|
|
|
|
|
|
# The nic/ethernet card that needs to be connected to configure infiniband switch
|
|
# The nic/ethernet card that needs to be connected to configure infiniband switch
|
|
# This nic will be configured by Omnia for the DHCP server.
|
|
# This nic will be configured by Omnia for the DHCP server.
|
|
-# Default value of nic is ib0
|
|
|
|
|
|
+# Default value: ib0
|
|
ib_network_nic: "ib0"
|
|
ib_network_nic: "ib0"
|
|
|
|
|
|
# The dhcp range for assigning the IPv4 address
|
|
# The dhcp range for assigning the IPv4 address
|