diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-07-11 11:41:08 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-07-11 16:44:43 +0400 |
commit | 5005e2f8a9c4d9bb10feeea61d8e5651d76fc2b7 (patch) | |
tree | f811eca16f67274563471b782f9b516a4514b9e4 /mcp/scripts | |
parent | 094151224e3dd1f0d19acc184ffabdc9b597255e (diff) |
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 <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/scripts')
-rwxr-xr-x | mcp/scripts/salt.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |