diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-30 11:18:43 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-30 11:18:43 +0000 |
commit | 0de13ab13d327eebe307df36c9d02f9792521fdb (patch) | |
tree | 4323f69ae9eca21234dde60d007f8fa336d282e4 /roles | |
parent | 876bafb8e91582a4fed83514d9db0cfc3bc756d1 (diff) | |
parent | 73109ba2ecf7aac5e3ef21f2544f0256e161b219 (diff) |
Merge "Add a docker-ha.yaml environment file for containerized HA deployments"
Diffstat (limited to 'roles')
-rw-r--r-- | roles/Controller.yaml | 1 | ||||
-rw-r--r-- | roles/ControllerOpenstack.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/Controller.yaml b/roles/Controller.yaml index b0a13138..e156396d 100644 --- a/roles/Controller.yaml +++ b/roles/Controller.yaml @@ -46,6 +46,7 @@ - OS::TripleO::Services::CinderVolume - OS::TripleO::Services::Collectd - OS::TripleO::Services::Congress + - OS::TripleO::Services::Clustercheck - OS::TripleO::Services::Docker - OS::TripleO::Services::Ec2Api - OS::TripleO::Services::Etcd diff --git a/roles/ControllerOpenstack.yaml b/roles/ControllerOpenstack.yaml index 6cf2120e..4ad405aa 100644 --- a/roles/ControllerOpenstack.yaml +++ b/roles/ControllerOpenstack.yaml @@ -40,6 +40,7 @@ - OS::TripleO::Services::CinderVolume - OS::TripleO::Services::Collectd - OS::TripleO::Services::Congress + - OS::TripleO::Services::Clustercheck - OS::TripleO::Services::Docker - OS::TripleO::Services::Ec2Api - OS::TripleO::Services::Etcd |