|
@@ -144,27 +144,6 @@ language: "en-US"
|
|
|
# Required field
|
|
|
default_lease_time: "86400"
|
|
|
|
|
|
-### Usage: control_plane_device ###
|
|
|
-
|
|
|
-# The nic/ethernet card that needs to be connected to provision
|
|
|
-# the fabric, idrac and powervault.
|
|
|
-# This nic will be configured by Omnia for the DHCP server.
|
|
|
-# Default value: "eno1"
|
|
|
-mngmnt_network_nic: "eno1"
|
|
|
-
|
|
|
-# The dhcp range for assigning the IPv4 address
|
|
|
-# Example: 172.17.0.1
|
|
|
-# Required field
|
|
|
-mngmnt_network_dhcp_start_range: "172.19.0.100"
|
|
|
-mngmnt_network_dhcp_end_range: "172.19.0.200"
|
|
|
-
|
|
|
-# The mapping file consists of the MAC address and its respective IP address.
|
|
|
-# The format of mapping file should be MAC,IP and must be a CSV file.
|
|
|
-# Eg: xx:yy:zz:aa:bb,172.17.0.5
|
|
|
-# A template for mapping file exists in omnia/examples and is named as mapping_device_file.csv.
|
|
|
-# This depicts the path where user has kept the mapping file for DHCP configurations.
|
|
|
-mngmnt_mapping_file_path: ""
|
|
|
-
|
|
|
### Usage: provision_cobbler ###
|
|
|
|
|
|
# The nic/ethernet card that needs to be connected to provision the OS of bare metal servers
|
|
@@ -196,6 +175,27 @@ secondary_dns: ""
|
|
|
# This depicts the path where user has kept the mapping file for DHCP configurations.
|
|
|
host_mapping_file_path: ""
|
|
|
|
|
|
+### Usage: control_plane_device ###
|
|
|
+
|
|
|
+# The nic/ethernet card that needs to be connected to provision
|
|
|
+# the fabric, idrac and powervault.
|
|
|
+# This nic will be configured by Omnia for the DHCP server.
|
|
|
+# Default value: "eno1"
|
|
|
+mngmnt_network_nic: "eno1"
|
|
|
+
|
|
|
+# The dhcp range for assigning the IPv4 address
|
|
|
+# Example: 172.17.0.1
|
|
|
+# Required field
|
|
|
+mngmnt_network_dhcp_start_range: "172.19.0.100"
|
|
|
+mngmnt_network_dhcp_end_range: "172.19.0.200"
|
|
|
+
|
|
|
+# The mapping file consists of the MAC address and its respective IP address.
|
|
|
+# The format of mapping file should be MAC,IP and must be a CSV file.
|
|
|
+# Eg: xx:yy:zz:aa:bb,172.17.0.5
|
|
|
+# A template for mapping file exists in omnia/examples and is named as mapping_device_file.csv.
|
|
|
+# This depicts the path where user has kept the mapping file for DHCP configurations.
|
|
|
+mngmnt_mapping_file_path: ""
|
|
|
+
|
|
|
### Usage: control_plane_ib ###
|
|
|
|
|
|
# The nic/ethernet card that needs to be connected to configure infiniband switch
|
|
@@ -206,4 +206,4 @@ ib_network_nic: "ib0"
|
|
|
# The dhcp range for assigning the IPv4 address
|
|
|
# Example: 172.17.0.1
|
|
|
ib_network_dhcp_start_range: "172.25.0.100"
|
|
|
-ib_network_dhcp_end_range: "172.25.0.200"
|
|
|
+ib_network_dhcp_end_range: "172.25.0.200"
|