diff options
author | Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> | 2017-12-07 18:05:04 +0100 |
---|---|---|
committer | Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com> | 2018-01-25 12:40:19 +0100 |
commit | 56791ea2dc5bcd0ba2d1811753dbbb5934fd8a92 (patch) | |
tree | 44d8cd68ec0d8aa9c8c280a575b61a4585003452 /scenarios/os-odl-bgpvpn/xci_overrides | |
parent | fbfb2513a8bc4f82ba2f5e69e64da659716cfb2d (diff) |
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 <periyasamy.palanisamy@ericsson.com>
Diffstat (limited to 'scenarios/os-odl-bgpvpn/xci_overrides')
-rw-r--r-- | scenarios/os-odl-bgpvpn/xci_overrides | 7 |
1 files changed, 7 insertions, 0 deletions
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 |