Cleanup outdated salt keys
[fuel.git] / mcp / config / states / dpdk
index 3e8b223..8834d47 100755 (executable)
@@ -1,4 +1,6 @@
-salt -C 'I@nova:compute' system.reboot
-salt -C 'I@nova:compute' test.ping
+salt -I 'nova:compute' system.reboot
+while true; do salt -I 'nova:compute' test.ping | fgrep -q 'Not connected' || break; done
+salt -I 'nova:compute' state.sls linux.network.dpdk
 
-salt -C 'I@nova:compute' state.sls linux
+salt -I 'nova:compute' pkg.install libvirt-bin
+salt -I 'nova:compute' file.chown /var/run/openvswitch libvirt-qemu kvm