Fix keepalived vrrp check script to be in PATH
ACTIVE_STANDBY is currently broken because keepalived can't access the main check script. Change-Id: I66a5df575583b0545fb00bc1170ad8064d2963aa
This commit is contained in:
parent
c5c7770e30
commit
aa1b32df54
@ -19,6 +19,9 @@ $AMP_VENV/bin/pip install -U -c /opt/upper-constraints.txt /opt/amphora-agent
|
|||||||
# Link the amphora-agent out to /usr/local/bin where the startup scripts look
|
# Link the amphora-agent out to /usr/local/bin where the startup scripts look
|
||||||
ln -s $AMP_VENV/bin/amphora-agent /usr/local/bin/amphora-agent || true
|
ln -s $AMP_VENV/bin/amphora-agent /usr/local/bin/amphora-agent || true
|
||||||
|
|
||||||
|
# Also link out the vrrp check script(s) so they're in PATH for keepalived
|
||||||
|
ln -s $AMP_VENV/bin/haproxy-vrrp-* /usr/local/bin/ || true
|
||||||
|
|
||||||
mkdir /etc/octavia
|
mkdir /etc/octavia
|
||||||
# we assume certs, etc will come in through the config drive
|
# we assume certs, etc will come in through the config drive
|
||||||
mkdir /etc/octavia/certs
|
mkdir /etc/octavia/certs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user