[ovs/dpdk] Split out networking restart action 09/48809/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Wed, 13 Dec 2017 15:38:07 +0000 (19:38 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Wed, 13 Dec 2017 15:38:07 +0000 (19:38 +0400)
In common openstack_ha state the networking service restart
has no expected effect, so split it out into the detached
post-deployment state.

Change-Id: Iaaae0cd048474667895b7abf2a77196ee3dee14b
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/config/scenario/baremetal/os-nosdn-ovs-ha.yaml
mcp/config/states/networking_gw [new file with mode: 0755]
mcp/config/states/openstack_ha

index 1766f97..ee5ed4e 100644 (file)
@@ -14,6 +14,7 @@ cluster:
     - dpdk
     - openstack_ha
     - networks
+    - networking_gw
 virtual:
   nodes:
     - cfg01
diff --git a/mcp/config/states/networking_gw b/mcp/config/states/networking_gw
new file mode 100755 (executable)
index 0000000..70fb67d
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash -e
+##############################################################################
+# Copyright (c) 2017 Mirantis Inc., Enea AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+CI_DEBUG=${CI_DEBUG:-0}; [[ "${CI_DEBUG}" =~ (false|0) ]] || set -x
+
+salt -I 'neutron:gateway' service.restart networking
index 1bd1a9d..fbddc6e 100755 (executable)
@@ -50,7 +50,6 @@ 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