Просмотр исходного кода

Issue #610: Removed stateless provisioning comments

Signed-off-by: abhishek-s-a <a_sa@dellteam.com>
abhishek-s-a 3 лет назад
Родитель
Сommit
8f391bb04b
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      control_plane/input_params/base_vars.yml

+ 3 - 3
control_plane/input_params/base_vars.yml

@@ -68,15 +68,15 @@ awx_organization: "DellEMC"
 # This variable is used to set node provisioning method
 # Accepted values: idrac, PXE
 # Default value: "idrac"
-# If provisioning needs to be done through cobbler or warewulf, 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"
 provision_method: "idrac"
 
 # This variable is used to set provisioning type
-# Accepted values: stateful, stateless
+# Accepted values: stateful
 # Default value: "stateful"
 # If set it to "stateful", disk based provision via Cobbler
-# If set it to "stateless", diskless provision via Warewulf
+# Currently stateless provisioning is not supported
 provision_state: "stateful"
 
 # This is the operating system image that will be used for provisioning compute nodes in the cluster.