Add comment specifying tripleo_overcloud_node_delete_nodes as a list

Change-Id: Ifa37adb5b86607bb33e3923f77137681adb45884
This commit is contained in:
Homero Pawlowski 2020-09-09 09:54:14 -07:00
parent 0ae043f406
commit 144ca746a2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ None.
Role Variables
--------------
* `tripleo_overcloud_node_delete_nodes`: Node ID(s) to delete (otherwise specified in the --baremetal-deployment file)
* `tripleo_overcloud_node_delete_nodes`: (List) Node ID(s) to delete (otherwise specified in the --baremetal-deployment file)
* `tripleo_overcloud_node_delete_baremetal_deployment`: Configuration file describing the baremetal deployment
* `tripleo_overcloud_node_delete_generate_scripts`: (Boolean) Write out a shell script that can be used to reproduce the command being executed. By default uses the value of `tripleo_generate_scripts` or False if `tripleo_generate_scripts` is not defined.
* `tripleo_overcloud_node_delete_generate_scripts_only`: (Boolean) Do not run the actual command - to be used in conjunction with `tripleo_overcloud_node_delete_generate_scripts`. By default uses the value of `tripleo_generate_scripts_only` or False if `tripleo_generate_scripts_only` is not defined.