aboutsummaryrefslogtreecommitdiffstats
path: root/scenarios
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-12-18 13:03:07 +0100
committerManuel Buil <mbuil@suse.com>2017-12-19 09:23:23 +0100
commit759e0751465747acfb9cf840aaad7761ba1327dd (patch)
tree0c1669627b9a5dbc2d2e02ce42f80586dabfe7b1 /scenarios
parent43c5b9a266b8181af33aa22456eea4c1335a970a (diff)
Documentation update and some clean up
Change-Id: I1fca51b9b6afff5a596ceee2e1401127fe23231d Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'scenarios')
-rw-r--r--scenarios/os-odl-sfc/role/os-odl-sfc/README39
1 files changed, 23 insertions, 16 deletions
diff --git a/scenarios/os-odl-sfc/role/os-odl-sfc/README b/scenarios/os-odl-sfc/role/os-odl-sfc/README
index 6d3147ba..3cb8cb29 100644
--- a/scenarios/os-odl-sfc/role/os-odl-sfc/README
+++ b/scenarios/os-odl-sfc/role/os-odl-sfc/README
@@ -2,11 +2,27 @@ This is the role which deploys the os-odl-sfc scenarios in xci.
This role currently works with:
-- OpenStack stable/ocata
+- OpenStack stable/pike
- ODL Nitrogen RC1
- OVS+NSH patch
+- OpenSUSE 42.3 or Ubuntu 16.04
-# SCENARIOS #
+# PREPARATIONS #
+
+1 - If you don’t have a key already, generate an SSH key in $HOME/.ssh
+ssh-keygen -t rsa
+
+2 - Clone OPNFV releng-xci repository
+git clone https://gerrit.opnfv.org/gerrit/releng-xci.git
+
+3 - Change into directory where the sandbox script is located:
+cd releng-xci/xci
+
+4 - Use a version of releng-xci which we know works
+
+git checkout cf2cd4e4b87a5e392bc4ba49749a349925ba2f86
+
+Then, depending on the scenario which will be run:
## os-odl-sfc-noha ##
@@ -16,10 +32,9 @@ your releng-xci code is:
export XCI_FLAVOR=noha
export OPNFV_SCENARIO=os-odl-sfc
-export OPENSTACK_OSA_VERSION=stable/ocata
+export OPENSTACK_OSA_VERSION=stable/pike
export VM_MEMORY_SIZE=16384
-export OPNFV_RELENG_DEV_PATH=/xxxxx/releng-xci
-
+export OPENSTACK_BIFROST_VERSION=bd7e99bf7a00e4c9ad7d03d752d7251e3caf8509
## os-odl-sfc-ha ##
@@ -28,10 +43,9 @@ running xci-deploy.sh:
export XCI_FLAVOR=ha
export OPNFV_SCENARIO=os-odl-sfc
-export OPENSTACK_OSA_VERSION=stable/ocata
+export OPENSTACK_OSA_VERSION=stable/pike
export VM_MEMORY_SIZE=20480
-export OPNFV_RELENG_DEV_PATH=/xxxxx/releng-xci
-
+export OPENSTACK_BIFROST_VERSION=bd7e99bf7a00e4c9ad7d03d752d7251e3caf8509
# LIMITATIONS #
@@ -40,16 +54,9 @@ export OPNFV_RELENG_DEV_PATH=/xxxxx/releng-xci
there are several patches pending to be upstreamed. This is the branch we
are using:
-https://github.com/mardim91/openstack-ansible-os_neutron/tree/ocata-backport-automated-twentyfourth-august
+https://github.com/manuelbuil/openstack-ansible-os_neutron/tree/testing-ovs-nsh2
We will stop doing this as soon as the patches are merged upstream
2 - It is using a private branch for tacker code because a bug does not
allow SSL. We will stop doing this as soon as the bug is fixed
-
-
-# IN PROGRESS/FUTURE #
-
-1 - Supporting stable/Pike
-
-2 - Support openSUSE