blob: 3ab7e20d930587375ef0a05d72876f3d9b75679d [file] [log] [blame]
Jude Cross986e3f52017-07-24 14:57:20 -07001- hosts: all
2 name: Octavia DSVM jobs pre-run playbook
3 tasks:
4 - shell:
Michael Johnsonb5690472018-09-05 09:20:39 -07005 executable: /bin/bash
Jude Cross986e3f52017-07-24 14:57:20 -07006 cmd: |
7 set -e
8 set -x
Michael Johnson28f29e22018-08-19 13:44:42 -07009 if $(egrep --quiet '(vmx|svm)' /proc/cpuinfo) && [[ ! $(hostname) =~ "ovh" ]]; then
Jude Cross986e3f52017-07-24 14:57:20 -070010 export DEVSTACK_GATE_LIBVIRT_TYPE=kvm
11 fi
12