diff options
Diffstat (limited to 'mcp/config')
-rwxr-xr-x | mcp/config/states/maas | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mcp/config/states/maas b/mcp/config/states/maas index 7b3bb6433..e470cea80 100755 --- a/mcp/config/states/maas +++ b/mcp/config/states/maas @@ -41,8 +41,9 @@ 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' +salt -C 'kvm*' pkg.install bridge-utils +salt -C 'kvm*' state.apply linux.network +salt -C 'kvm*' system.reboot wait_for "! salt '*' test.ping | fgrep -q 'Not connected'" salt -C '* and not cfg01* and not mas01*' state.apply linux,ntp |