decda2207b
corosync+pacemaker is working approach to handle active/passive cluster resources. It will be usefull atleast for: 1. neutron l3 agent 2. neutron lbaas agent 3. vip interface for haproxy 4. qpid ha setup Related to blueprint tripleo-icehouse-ha-production-configuration Change-Id: I660d8a4a8e3a4eacf5e2b63d323fa5b575316cdd
7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
set -eux
|
|
|
|
os-svc-enable -n pacemaker
|
|
|
|
os-svc-restart -n pacemaker
|