From 1186a007c28c39f6085e151454c4469031932101 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 12 Jul 2017 15:45:25 +0000 Subject: [PATCH] Split the ha env file and command parameters block As rendered currently, this is confusing. It sort of looks like the cli parameters are supposed to be in the environment file. This change splits the block so it's clear that they are two separate things. Change-Id: I205908f4c1103fbfecc33fa6511b1d8b398fa8b0 --- .../install/advanced_deployment/high_availability.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/install/advanced_deployment/high_availability.rst b/doc/source/install/advanced_deployment/high_availability.rst index 795204f7..f1f94222 100644 --- a/doc/source/install/advanced_deployment/high_availability.rst +++ b/doc/source/install/advanced_deployment/high_availability.rst @@ -6,11 +6,13 @@ Pacemaker. To enable this feature, you need at least three controller nodes, enable Pacemaker as the resource manager and specify an NTP server. -Creating an environment file and adding the following arguments to your -`openstack overcloud deploy` command will do the trick:: +Create the following environment file:: $ cat ~/environment.yaml parameter_defaults: ControllerCount: 3 +And add the following arguments to your `openstack overcloud deploy` +command to deploy with HA:: + -e environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml --ntp-server pool.ntp.org