Fix compute node limit for compute-node-provide.yml
This commit is contained in:
parent
59ecedf2b9
commit
71d05fe397
@ -9,7 +9,7 @@
|
|||||||
venv: "{{ ansible_env.PWD }}/shade-venv"
|
venv: "{{ ansible_env.PWD }}/shade-venv"
|
||||||
# Set this to a colon-separated list of compute node hostnames to provide.
|
# Set this to a colon-separated list of compute node hostnames to provide.
|
||||||
# If unset, all compute nodes will be provided.
|
# If unset, all compute nodes will be provided.
|
||||||
compute_node_limit:
|
compute_node_limit: ""
|
||||||
compute_node_limit_list: "{{ compute_node_limit.split(':') }}"
|
compute_node_limit_list: "{{ compute_node_limit.split(':') }}"
|
||||||
roles:
|
roles:
|
||||||
- role: stackhpc.os-openstackclient
|
- role: stackhpc.os-openstackclient
|
||||||
|
Loading…
x
Reference in New Issue
Block a user