Passes NodeDataLookup to ceph-ansible workflow
Per-node customizations were only dumped as hieradata, so the ceph-ansible workflow could not consume them. This change passes the structure to the mistral workflow so that it can consume the data and populate the inventory accordingly. Change-Id: Ie7a9f10f0c821b8c642494a4d3933b2901f39d40 Depends-On: Ia23825aea938f6f9bcf536e35cad562a1b96c93b Closes-Bug: #1736707
This commit is contained in:
parent
3b626beca3
commit
1971e7b049
@ -38,6 +38,10 @@ parameters:
|
|||||||
constraints:
|
constraints:
|
||||||
- allowed_values: ['', 'UPGRADE']
|
- allowed_values: ['', 'UPGRADE']
|
||||||
default: ''
|
default: ''
|
||||||
|
NodeDataLookup:
|
||||||
|
type: string
|
||||||
|
default: '{}'
|
||||||
|
description: json string containing per-node configuration map
|
||||||
CephAnsibleWorkflowName:
|
CephAnsibleWorkflowName:
|
||||||
type: string
|
type: string
|
||||||
description: Name of the Mistral workflow to execute
|
description: Name of the Mistral workflow to execute
|
||||||
@ -200,6 +204,7 @@ outputs:
|
|||||||
- {get_param: CephAnsibleUpgradePlaybook}
|
- {get_param: CephAnsibleUpgradePlaybook}
|
||||||
- {get_param: CephAnsiblePlaybook}
|
- {get_param: CephAnsiblePlaybook}
|
||||||
ansible_playbook_verbosity: {get_param: CephAnsiblePlaybookVerbosity}
|
ansible_playbook_verbosity: {get_param: CephAnsiblePlaybookVerbosity}
|
||||||
|
node_data_lookup: {get_param: NodeDataLookup}
|
||||||
config_settings:
|
config_settings:
|
||||||
ceph_common_ansible_vars:
|
ceph_common_ansible_vars:
|
||||||
ireallymeanit: 'yes'
|
ireallymeanit: 'yes'
|
||||||
|
@ -17,7 +17,7 @@ parameters:
|
|||||||
# "8CF1A7EA-7B4B-4433-AC83-17675514B1B8": {"foo2": "bar2"}}
|
# "8CF1A7EA-7B4B-4433-AC83-17675514B1B8": {"foo2": "bar2"}}
|
||||||
NodeDataLookup:
|
NodeDataLookup:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: '{}'
|
||||||
description: json string containing per-node configuration map
|
description: json string containing per-node configuration map
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
Reference in New Issue
Block a user