Merge "Passes NodeDataLookup to ceph-ansible workflow"
This commit is contained in:
commit
541b39ea8a
@ -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…
x
Reference in New Issue
Block a user