summaryrefslogtreecommitdiffstats
path: root/bifrost
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2017-12-18 14:31:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-12-18 14:31:35 +0000
commitcf2cd4e4b87a5e392bc4ba49749a349925ba2f86 (patch)
treeceb6a209a3bef7f3b56d2e4b2c47459afcfe96e9 /bifrost
parent8b9a73d7fbc9bf6112b7efbbb2ad7f3216837ba4 (diff)
parentb8872af53f9a8441214096a5f1c63b0abd47ed63 (diff)
Merge "Increase ram of XCI VM and change disk cache type for all VMs"
Diffstat (limited to 'bifrost')
-rwxr-xr-xbifrost/scripts/bifrost-provision.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bifrost/scripts/bifrost-provision.sh b/bifrost/scripts/bifrost-provision.sh
index ec46b1ef..2e887670 100755
--- a/bifrost/scripts/bifrost-provision.sh
+++ b/bifrost/scripts/bifrost-provision.sh
@@ -41,7 +41,7 @@ export VM_DOMAIN_TYPE=${VM_DOMAIN_TYPE:-kvm}
export VM_CPU=${VM_CPU:-4}
export VM_DISK=${VM_DISK:-100}
export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-8192}
-export VM_DISK_CACHE=${VM_DISK_CACHE:-unsafe}
+export VM_DISK_CACHE=${VM_DISK_CACHE:-none}
# Settings for bifrost
TEST_PLAYBOOK="opnfv-virtual.yaml"