Merge "[ha-guide] Add crmsh config command for haproxy"

This commit is contained in:
Jenkins 2016-08-17 09:21:58 +00:00 committed by Gerrit Code Review
commit 4e3caad16a
1 changed files with 7 additions and 1 deletions

View File

@ -47,7 +47,13 @@ and ensure the VIPs can only run on machines where HAProxy is active:
``crmsh``
TBA
.. code-block:: console
$ crm cib new conf-haproxy
$ crm configure primitive haproxy lsb:haproxy op monitor interval="1s"
$ crm configure clone haproxy-clone haproxy
$ crm configure colocation vip-with-haproxy inf: vip haproxy-clone
$ crm configure order haproxy-after-vip mandatory: vip haproxy-clone
Example Config File
~~~~~~~~~~~~~~~~~~~