Browse Source

Update base_vars.yml

Signed-off-by: Shubhangi-dell <shubhangi_srivastava@dell.com>
Shubhangi-dell 3 years ago
parent
commit
78672c14df
1 changed files with 17 additions and 15 deletions
  1. 17 15
      control_plane/input_params/base_vars.yml

+ 17 - 15
control_plane/input_params/base_vars.yml

@@ -20,40 +20,42 @@
 ansible_conf_file_path: /etc/ansible
 
 # This variable is used to support the management network container.
+# This container configures IP for all the different devices like idrac, switches and powervaults.
 # Accepted value: "true" or "false"
 # Default value: "true"
-# If this is set to true everything will be configured by omnia only.
 device_config_support: false
 
 # This variable is used to enable idrac support
+# Enable this support
 # Accepted values:  "true" or "false".
 # Default value: "false".
 # If idrac support is needed set this to "true"
 idrac_support: false
 
-# List of all the IPs for different types of supported devices.
-# Accepted values: "File path for the list of IPs of different devices."
-# Give this value if idrac_support is true.
+# List of all the configured IPs for different types of supported devices.
+# Accepted values: " File path for the list of IPs of different devices."
+# Give this value if minimum idrac_support is true.
 # Format: Set of IPs in new line
 # e.g:
 # 172.19.0.1
 # 172.19.0.5
+# A template for this file exists in omnia/examples and is named as device_ip_list.yml 
 device_ip_list_path: ""
 
 # This variable is used to enable ethernet switch configuration
-# Accepted values:  "true" or "false". 
-# Default value: "true".
+# Accepted values:  "true" or "false".
+# Default value: "false".
 # If ethernet switch support is needed set this to "true"
 ethernet_switch_support: false
 
 # This variable is used to enable infiniband switch configuration
-# Accepted values:  "true" or "false". 
-# Default value: "true".
+# Accepted values:  "true" or "false".
+# Default value: "false".
 # If infiniband configuration is needed set this to "true"
 ib_switch_support: false
 
 # This variable is used to enable powervault configuration
-# Accepted values:  "true" or "false". 
+# Accepted values:  "true" or "false".
 # Default value: "false".
 # If powervault configuration is needed, set this to "true"
 powervault_support: false
@@ -92,16 +94,16 @@ awx_organization: "DellEMC"
 
 ### Usage: webui_grafana ###
 # At this location grafana persistent volume will be created.
-mount_location: /mnt/omnia/
+mount_location: /opt/omnia/
 
 ### Usage: provision_cobbler, provision_idrac ###
 
 # This variable is used to set node provisioning method
 # Accepted values: idrac, PXE
-# Default value: "idrac"
+# Default value: "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"
-provision_method: "idrac"
+provision_method: "PXE"
 
 # This variable is used to set provisioning type
 # Accepted values: stateful
@@ -142,11 +144,11 @@ default_lease_time: "86400"
 
 ### Usage: control_plane_device ###
 
-# 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.
 # This nic will be configured by Omnia for the DHCP server.
 # Default value: "eno1"
-mngmnt_network_nic: "eno1"
+mngmnt_network_nic: "eno3"
 
 # The dhcp range for assigning the IPv4 address
 # Example: 172.17.0.1
@@ -166,7 +168,7 @@ mngmnt_mapping_file_path: ""
 # 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.
 # Default value: "eno3"
-host_network_nic: "eno3"
+host_network_nic: "eno1"
 
 # The dhcp range for assigning the IPv4 address
 # Example: 172.17.0.1