Merge "Pass node and volume name prefixes to tenks_update_state"

This commit is contained in:
Zuul 2018-12-17 11:30:41 +00:00 committed by Gerrit Code Review
commit 45e74d8e7e
2 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class ActionModule(ActionBase):
* Generating indices for physical networks for each hypervisor.
* Scheduling specifications of nodes by type onto hypervisors.
The following task vars are accepted:
The following task arguments are accepted:
:hypervisor_vars: A dict of hostvars for each hypervisor, keyed
by hypervisor hostname. Required.
:specs: A list of node specifications to be instantiated. Required.

View File

@ -35,9 +35,11 @@
- name: Get updated state
tenks_update_state:
hypervisor_vars: "{{ hypervisor_vars }}"
node_name_prefix: "{{ node_name_prefix | default(omit) }}"
node_types: "{{ node_types }}"
specs: "{{ specs }}"
state: "{{ current_state | default(omit) }}"
vol_name_prefix: "{{ vol_name_prefix | default(omit) }}"
register: new_state
- name: Write new state to file