From 00f35055da6b6d27800d6b2e2738b82d2b60f5f7 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 25 Mar 2019 10:47:43 -0400 Subject: [PATCH] Add Etcd to DistributedCompute roles The Etcd service is needed for A/A management of the CinderVolume service on these roles so it should be added to the roles by default. Change-Id: I9d3d17fec857014f399b8339ce7c68f844d230a9 implements: blueprint split-controlplane-templates --- .../add-etcd-to-distributed-roles-9fe55e4d05f46874.yaml | 5 +++++ roles/DistributedCompute.yaml | 1 + roles/DistributedComputeHCI.yaml | 1 + 3 files changed, 7 insertions(+) create mode 100644 releasenotes/notes/add-etcd-to-distributed-roles-9fe55e4d05f46874.yaml diff --git a/releasenotes/notes/add-etcd-to-distributed-roles-9fe55e4d05f46874.yaml b/releasenotes/notes/add-etcd-to-distributed-roles-9fe55e4d05f46874.yaml new file mode 100644 index 0000000000..c90dcdc785 --- /dev/null +++ b/releasenotes/notes/add-etcd-to-distributed-roles-9fe55e4d05f46874.yaml @@ -0,0 +1,5 @@ +--- +features: + - The Etcd service is added to the DistributedCompute and + DistributedComputeHCI roles for Active/Active management of the + CinderVolume service. diff --git a/roles/DistributedCompute.yaml b/roles/DistributedCompute.yaml index 2a900e8dd9..2c332d5f51 100644 --- a/roles/DistributedCompute.yaml +++ b/roles/DistributedCompute.yaml @@ -30,6 +30,7 @@ - OS::TripleO::Services::ComputeNeutronMetadataAgent - OS::TripleO::Services::ComputeNeutronOvsAgent - OS::TripleO::Services::Docker + - OS::TripleO::Services::Etcd - OS::TripleO::Services::Fluentd - OS::TripleO::Services::IpaClient - OS::TripleO::Services::Ipsec diff --git a/roles/DistributedComputeHCI.yaml b/roles/DistributedComputeHCI.yaml index 3e47d85409..71f378e343 100644 --- a/roles/DistributedComputeHCI.yaml +++ b/roles/DistributedComputeHCI.yaml @@ -37,6 +37,7 @@ - OS::TripleO::Services::ComputeNeutronMetadataAgent - OS::TripleO::Services::ComputeNeutronOvsAgent - OS::TripleO::Services::Docker + - OS::TripleO::Services::Etcd - OS::TripleO::Services::Fluentd - OS::TripleO::Services::IpaClient - OS::TripleO::Services::Ipsec