diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2017-01-31 20:39:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-31 20:39:19 +0000 |
commit | 1747abe94b466883e5d5f04745a81a433b01f335 (patch) | |
tree | 40a13ff2c56eb4ce469cb4c26b23e3432f0e2c71 /prototypes/bifrost/scripts | |
parent | 2c8f4e6e7e0200e36d795a3e8d812b81a16a4962 (diff) | |
parent | cd75f850def3281750a2055a28d1f423296e01d2 (diff) |
Merge "bifrost: Use 'unsafe' disk cache for test VMs"
Diffstat (limited to 'prototypes/bifrost/scripts')
-rwxr-xr-x | prototypes/bifrost/scripts/test-bifrost-deployment.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prototypes/bifrost/scripts/test-bifrost-deployment.sh b/prototypes/bifrost/scripts/test-bifrost-deployment.sh index 90f014c74..914a906f4 100755 --- a/prototypes/bifrost/scripts/test-bifrost-deployment.sh +++ b/prototypes/bifrost/scripts/test-bifrost-deployment.sh @@ -36,6 +36,7 @@ export TEST_VM_NODE_NAMES="jumphost.opnfvlocal controller00.opnfvlocal compute00 export VM_DOMAIN_TYPE="kvm" export VM_CPU=${VM_CPU:-4} export VM_DISK=${VM_DISK:-100} +export VM_DISK_CACHE=${VM_DISK_CACHE:-unsafe} TEST_PLAYBOOK="test-bifrost-infracloud.yaml" USE_INSPECTOR=true USE_CIRROS=false |