Merge "Split the ha env file and command parameters block"
This commit is contained in:
commit
ba8a2166f0
@ -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
|
nodes, enable Pacemaker as the resource manager and specify an NTP
|
||||||
server.
|
server.
|
||||||
|
|
||||||
Creating an environment file and adding the following arguments to your
|
Create the following environment file::
|
||||||
`openstack overcloud deploy` command will do the trick::
|
|
||||||
|
|
||||||
$ cat ~/environment.yaml
|
$ cat ~/environment.yaml
|
||||||
parameter_defaults:
|
parameter_defaults:
|
||||||
ControllerCount: 3
|
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
|
-e environment.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml --ntp-server pool.ntp.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user