a77d045663
This can be used to replace the per-role bootstrap_nodeid_ip, and the redis-base template is updated to use the new hiera key. The old bootstrap_nodeid_ip appears to only be used for redis, so the old key is removed, with an upgrade release note added should any out-of-tree services reference this value. Partial-Bug: #1792613 Change-Id: I830d5b9bae3e9d65c2c393e3dcdf70bffdb1ac7b
8 lines
303 B
YAML
8 lines
303 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The hiera bootstrap_nodeid_ip key has been replaced with per-service
|
|
SERVICE_bootstrap_node_ip where SERVICE is the service_name from the
|
|
composable service templates. If any out-of-tree services use this
|
|
key they will need to adjust to the new interface on upgrade.
|