Merge "Passes NodeDataLookup to ceph-ansible workflow"
This commit is contained in:
commit
541b39ea8a
@ -38,6 +38,10 @@ parameters:
|
||||
constraints:
|
||||
- allowed_values: ['', 'UPGRADE']
|
||||
default: ''
|
||||
NodeDataLookup:
|
||||
type: string
|
||||
default: '{}'
|
||||
description: json string containing per-node configuration map
|
||||
CephAnsibleWorkflowName:
|
||||
type: string
|
||||
description: Name of the Mistral workflow to execute
|
||||
@ -200,6 +204,7 @@ outputs:
|
||||
- {get_param: CephAnsibleUpgradePlaybook}
|
||||
- {get_param: CephAnsiblePlaybook}
|
||||
ansible_playbook_verbosity: {get_param: CephAnsiblePlaybookVerbosity}
|
||||
node_data_lookup: {get_param: NodeDataLookup}
|
||||
config_settings:
|
||||
ceph_common_ansible_vars:
|
||||
ireallymeanit: 'yes'
|
||||
|
@ -17,7 +17,7 @@ parameters:
|
||||
# "8CF1A7EA-7B4B-4433-AC83-17675514B1B8": {"foo2": "bar2"}}
|
||||
NodeDataLookup:
|
||||
type: string
|
||||
default: ''
|
||||
default: '{}'
|
||||
description: json string containing per-node configuration map
|
||||
|
||||
resources:
|
||||
|
Loading…
Reference in New Issue
Block a user