diff options
author | Markos Chandras <mchandras@suse.de> | 2018-05-11 11:00:55 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-05-11 11:03:46 +0100 |
commit | ade43f7f3c6503378ff375043b262425361d335f (patch) | |
tree | 88799a60a6ff1078d4da85a5f393cbaab3d6569a /xci/scenarios/os-odl-nofeature/xci_overrides | |
parent | d36aa803ab5b4a141b5487cd782949fecdd5382b (diff) |
xci: Connect releng-xci-scenarios repository
The releng-xci scenarions have been moved to their own repository so we
delete the copies from the releng-xci repository and also update the
opnfv-scenario-requirements to point to the new repository.
deploy-scenario:os-nosdn-nofeature
installer-type:osa
Change-Id: I1b7b3182a5e0c5b346c00b5734fd0cd3fdd5c98b
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/scenarios/os-odl-nofeature/xci_overrides')
-rw-r--r-- | xci/scenarios/os-odl-nofeature/xci_overrides | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/xci/scenarios/os-odl-nofeature/xci_overrides b/xci/scenarios/os-odl-nofeature/xci_overrides deleted file mode 100644 index 2c65df0d..00000000 --- a/xci/scenarios/os-odl-nofeature/xci_overrides +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -if [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]] && [[ $XCI_FLAVOR == "ha" ]]; then - export VM_MEMORY_SIZE=20480 -elif [[ $DEPLOY_SCENARIO == "os-odl-nofeature" ]]; then - export VM_MEMORY_SIZE=16384 -fi |