From 5005e2f8a9c4d9bb10feeea61d8e5651d76fc2b7 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Tue, 11 Jul 2017 11:41:08 +0400 Subject: Apply upstream patches For opendaylight support: * neutron formula * reclass system model Plus missing apply of haproxy state. Change-Id: Ic9e3672b51d5331656d636c44c3f891e49437e23 Signed-off-by: Michael Polenchuk --- mcp/scripts/salt.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mcp/scripts/salt.sh') diff --git a/mcp/scripts/salt.sh b/mcp/scripts/salt.sh index 9378b6c43..c87645024 100755 --- a/mcp/scripts/salt.sh +++ b/mcp/scripts/salt.sh @@ -25,6 +25,8 @@ ssh ${SSH_OPTS} ubuntu@${SALT_MASTER} bash -s << SALT_INSTALL_END cp -r /root/fuel/mcp/salt-formulas/* /usr/share/salt-formulas/env cd /srv/salt/reclass/classes/service && ln -s /usr/share/salt-formulas/reclass/service/opendaylight + cd /root/fuel/mcp/patches && ./patch.sh patches.list + salt '*' saltutil.refresh_pillar salt '*' saltutil.sync_all -- cgit 1.2.3-korg