tripleo-heat-templates/releasenotes/notes/add-CinderEtcdLocalConnect-parameter-8831aad928235458.yaml
James Slagle e701077c96 Add CinderEtcdLocalConnect parameter
The parameter, when set to true, will configure cinder-volume to connect
to Etcd through the node's own local IP on the Etcd network, instead of
a VIP on the network.

This is useful when deploying cinder-volume in an A/A configuration at
an edge site with the HCI roles. As Etcd and cinder-volume are both
running on the same node (typically 3 nodes configured the same), then
each node can just connect directly to Etcd without having to go through
a VIP. Additionally, we have no VIP management at the edge sites
presently.

Change-Id: I8a8825ecff9fc99b5de7390075470356397d85a2
implements: blueprint split-controlplane-templates
2019-04-15 17:46:22 -04:00

7 lines
298 B
YAML

---
features:
- A new parameter, CinderEtcdLocalConnect, is available for the CinderVolume
service. When deploying the service A/A, the parameter can be set to true
which willconfigure cinder-volume to connect to Etcd locally through the
node's own IP instead of going through a VIP.