From 56791ea2dc5bcd0ba2d1811753dbbb5934fd8a92 Mon Sep 17 00:00:00 2001 From: Periyasamy Palanisamy Date: Thu, 7 Dec 2017 18:05:04 +0100 Subject: os-odl-bgpvpn scenario for xci deployment This includes scenario os-odl-bgpvpn scenario specific configuration files to make XCI to install Openstack (master and stable/pike) with OpenDaylight configured as a BGP speaker. XCI would automatically checkout sdnvpn repo and use scenarios directory for the configuration during its execution time. Change-Id: Ic86fcb171c8e97f7d3c3fb649ab0fb00368e6c6d Signed-off-by: Periyasamy Palanisamy --- scenarios/os-odl-bgpvpn/xci_overrides | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scenarios/os-odl-bgpvpn/xci_overrides (limited to 'scenarios/os-odl-bgpvpn/xci_overrides') diff --git a/scenarios/os-odl-bgpvpn/xci_overrides b/scenarios/os-odl-bgpvpn/xci_overrides new file mode 100644 index 0000000..4e897d0 --- /dev/null +++ b/scenarios/os-odl-bgpvpn/xci_overrides @@ -0,0 +1,7 @@ +#!/bin/bash + +if [[ $OPNFV_SCENARIO == "os-odl-bgpvpn" ]] && [[ $XCI_FLAVOR == "ha" ]]; then + export VM_MEMORY_SIZE=20480 +elif [[ $OPNFV_SCENARIO == "os-odl-bgpvpn" ]]; then + export VM_MEMORY_SIZE=16384 +fi \ No newline at end of file -- cgit 1.2.3-korg