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
This commit is contained in:
John Fulton 2017-07-13 15:04:22 -04:00
parent ba8a2166f0
commit 078e6baebe
1 changed files with 6 additions and 0 deletions

View File

@ -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