aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/config/states/dpdk
blob: c6cd2a5a81fde4458333b296ffb8f0567ed98ba5 (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.dpdk

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