Parcourir la source

Update appliance_config_test.yml

Shubhangi-dell il y a 4 ans
Parent
commit
e40e32ccad
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      appliance/test/appliance_config_test.yml

+ 3 - 3
appliance/test/appliance_config_test.yml

@@ -14,12 +14,12 @@
 ---
 
 # Password used while deploying OS on bare metal servers and for Cobbler UI.
-# The Length of the password should be atleast 8.
+# The Length of the password should be at least 8.
 # The password must not contain -,\, ',"
 provision_password: "omnia@123"
 
 # Password used for the AWX UI.
-# The Length of the password should be atleast 8.
+# The Length of the password should be at least 8.
 # The password must not contain -,\, ',"
 awx_password: "omnia@123"
 
@@ -46,4 +46,4 @@ mapping_file_path: ""
 # The dhcp range for assigning the IPv4 address to the baremetal nodes.
 # Example: 10.1.23.1
 dhcp_start_ip_range: "172.17.0.10"
-dhcp_end_ip_range: "172.17.0.100"
+dhcp_end_ip_range: "172.17.0.100"