From cd75f850def3281750a2055a28d1f423296e01d2 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 31 Jan 2017 15:08:39 +0000 Subject: bifrost: Use 'unsafe' disk cache for test VMs The VMs which are created by bifrost are not meant to be used in production so improve the overall CI job performance by switching to the 'unsafe' disk cache mode. Make it also the default mode when using bifrost outside of the Jenkins job. Change-Id: If88f6c9395617a4aa860f8d00e22abfdd18d2922 Signed-off-by: Markos Chandras --- prototypes/bifrost/scripts/test-bifrost-deployment.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'prototypes/bifrost/scripts/test-bifrost-deployment.sh') 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 -- cgit 1.2.3-korg