aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-12-04 19:08:54 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2017-12-04 19:29:45 +0400
commit24ebffe4d0920d7c3c14d29dbe15f69cfdf732c1 (patch)
tree10992811c4067954dc344970e291ad935b74658f
parentd35d6cc6a14800508b5a4e360d51efda1ddb91d8 (diff)
[baremetal] Restart gateway networking service
Make sure all missing interfaces/links are up & running (e.g. br-ex <-> float-to-ex <-> br-floating). Fix (for https://github.com/saltstack/salt/issues/40262) into linux formula brought in a weird behaviour with network/interfaces.u/ items. Change-Id: Ic13f0ed2063455ae191bbc99920f97c5ecaa61fd Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
-rwxr-xr-xmcp/config/states/openstack_ha1
m---------mcp/reclass/classes/system0
2 files changed, 1 insertions, 0 deletions
diff --git a/mcp/config/states/openstack_ha b/mcp/config/states/openstack_ha
index fbddc6e83..1bd1a9d5a 100755
--- a/mcp/config/states/openstack_ha
+++ b/mcp/config/states/openstack_ha
@@ -50,6 +50,7 @@ salt -I 'cinder:volume' state.sls cinder
salt -I 'neutron:server' state.sls neutron -b 1
salt -I 'neutron:gateway' state.sls neutron.gateway
+salt -I 'neutron:gateway' service.restart networking
salt -I 'nova:compute' state.sls nova
diff --git a/mcp/reclass/classes/system b/mcp/reclass/classes/system
-Subproject 58cebbd45db86c92e89abd33b98827863306eee
+Subproject 3177fc88357ef2ac21c09509d4210245c37a4f6