summaryrefslogtreecommitdiffstats
path: root/mcp/config
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-08-18 14:03:16 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2017-08-18 15:26:04 +0400
commit26e7fdbefe5fe8b05fc70aecbd8192a4f7c7a1d4 (patch)
treefe1b77da6bfef99fa1563153ef478462a1e132c7 /mcp/config
parent277b8458769e24c1f7afc2d7e67332047d9f2a02 (diff)
Apply network config on kvm nodes
* re-assign ip from interface to bridge - install bridge utils - make a reboot straight away after network config * change image source for vcp Change-Id: I34506ee161337b5d3a4088cfdf3c082d99ccb695 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/config')
-rwxr-xr-xmcp/config/states/maas9
1 files changed, 5 insertions, 4 deletions
diff --git a/mcp/config/states/maas b/mcp/config/states/maas
index 8b599105d..7b3bb6433 100755
--- a/mcp/config/states/maas
+++ b/mcp/config/states/maas
@@ -40,15 +40,16 @@ salt -C 'mas01*' pillar.item\
# KVM, compute node prereqs (libvirt first), VCP deployment
salt -C '* and not cfg01* and not mas01*' saltutil.sync_all
+
+salt 'kvm*' pkg.install bridge-utils
+salt 'kvm*' cmd.run 'salt-call state.sls linux.network; reboot'
+wait_for "! salt '*' test.ping | fgrep -q 'Not connected'"
+
salt -C '* and not cfg01* and not mas01*' state.apply linux,ntp
salt -C 'kvm*' state.sls libvirt
-salt -C '* and not cfg01* and not mas01*' system.reboot
-wait_for "! salt '*' test.ping | fgrep -q 'Not connected'"
-
salt -C '* and not cfg01* and not mas01*' state.apply salt
-
salt -C 'kvm*' state.sls salt.control
salt -C '* and not cfg01* and not mas01*' saltutil.sync_all