From e459bf585793de447f0db0079f3faf37a19380d5 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 19 Dec 2017 17:21:13 +0100 Subject: Rename variable OPNFV_SCENARIO to DEPLOY_SCENARIO Rest of the OPNFV projects use the variable DEPLOY_SCENARIO so XCI should be aligned with them as well even though OPNFV_SCENARIO fits better than DEPLOY_SCENARIO. Change-Id: Id48c41fa8a1fa9493cfc7a4906f64b6d8ed27d64 Signed-off-by: Fatih Degirmenci --- xci/scenarios/os-odl-nofeature/xci_overrides | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xci/scenarios/os-odl-nofeature/xci_overrides') diff --git a/xci/scenarios/os-odl-nofeature/xci_overrides b/xci/scenarios/os-odl-nofeature/xci_overrides index ed6c4489..2c65df0d 100644 --- a/xci/scenarios/os-odl-nofeature/xci_overrides +++ b/xci/scenarios/os-odl-nofeature/xci_overrides @@ -1,7 +1,7 @@ #!/bin/bash -if [[ $OPNFV_SCENARIO == "os-odl-nofeature" ]] && [[ $XCI_FLAVOR == "ha" ]]; then +if [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]] && [[ $XCI_FLAVOR == "ha" ]]; then export VM_MEMORY_SIZE=20480 -elif [[ $OPNFV_SCENARIO == "os-odl-nofeature" ]]; then +elif [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]]; then export VM_MEMORY_SIZE=16384 -fi \ No newline at end of file +fi -- cgit 1.2.3-korg