Merge "Change NodeDataLookup type from string to json"
This commit is contained in:
commit
43c2a8e8a6
docker/services/ceph-ansible
puppet/extraconfig/pre_deploy
releasenotes/notes
@ -39,9 +39,9 @@ parameters:
|
||||
- allowed_values: ['', 'UPGRADE', 'FASTFORWARDUPGRADE']
|
||||
default: ''
|
||||
NodeDataLookup:
|
||||
type: string
|
||||
default: '{}'
|
||||
description: json string containing per-node configuration map
|
||||
type: json
|
||||
default: {}
|
||||
description: json containing per-node configuration map
|
||||
DeploymentServerBlacklist:
|
||||
default: []
|
||||
type: comma_delimited_list
|
||||
|
@ -12,13 +12,13 @@ parameters:
|
||||
# to the json required for the node-specific hieradata
|
||||
# Note this needs to be a json blob e.g:
|
||||
# parameter_defaults:
|
||||
# NodeDataLookup: |
|
||||
# NodeDataLookup:
|
||||
# {"AB4114B1-9C9D-409A-BEFB-D88C151BF2C3": {"foo": "bar"},
|
||||
# "8CF1A7EA-7B4B-4433-AC83-17675514B1B8": {"foo2": "bar2"}}
|
||||
NodeDataLookup:
|
||||
type: string
|
||||
default: '{}'
|
||||
description: json string containing per-node configuration map
|
||||
type: json
|
||||
default: {}
|
||||
description: json containing per-node configuration map
|
||||
|
||||
resources:
|
||||
NodeSpecificConfig:
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The NodeDataLookup parameter type was changed from string to json
|
||||
fixes:
|
||||
- |
|
||||
- Bug 1784967 invalid JSON in NodeDataLookup error message should be more helpful
|
Loading…
x
Reference in New Issue
Block a user