From ade43f7f3c6503378ff375043b262425361d335f Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 11 May 2018 11:00:55 +0100 Subject: 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 --- xci/scenarios/os-odl-nofeature/xci_overrides | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 xci/scenarios/os-odl-nofeature/xci_overrides (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 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 -- cgit 1.2.3-korg