From 078e6baebe1e907abf1d8e84b66e5aa4bf92d11c Mon Sep 17 00:00:00 2001 From: John Fulton Date: Thu, 13 Jul 2017 15:04:22 -0400 Subject: [PATCH] Add step about deploying HA controllers with containers Update "Deploying the containerized Overcloud" to add step for deployer to include docker-ha.yaml in place of puppet-pacemaker.yaml when using highly available controllers. Change-Id: I62308bdf41d55cee35724c831a722d8e165563b2 --- doc/source/install/containers_deployment/overcloud.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/install/containers_deployment/overcloud.rst b/doc/source/install/containers_deployment/overcloud.rst index 2bd82350..2018bc78 100644 --- a/doc/source/install/containers_deployment/overcloud.rst +++ b/doc/source/install/containers_deployment/overcloud.rst @@ -74,6 +74,12 @@ deploy` command:: -e /usr/share/openstack-tripleo-heat-templates/environments/docker.yaml +If deploying with highly available controller nodes, include the +following extra environment file in addition to the above and in place +of the `environments/puppet-pacemaker.yaml` file:: + + -e /usr/share/openstack-tripleo-heat-templates/environments/docker-ha.yaml + In case of a local docker registry, also add the path to the override file:: -e $HOME/docker_registry.yaml