summaryrefslogtreecommitdiffstats
path: root/mcp/config/states/dpdk
blob: c4abbb100ea98eb0187099f61845b383ddec12a9 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -x

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

salt -I 'nova:compute' pkg.install libvirt-bin
salt -I 'nova:compute' file.chown /var/run/openvswitch libvirt-qemu kvm