diff options
author | Manuel Buil <mbuil@suse.com> | 2017-11-07 17:12:51 +0100 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-11-07 17:12:51 +0100 |
commit | d159cb8b75f389b5a676e1ea77c57665631f6228 (patch) | |
tree | 43836e4f045878284ae0115983095d182004c784 /scenarios | |
parent | f19a910411260203ff33d290e7460a296f5786fc (diff) |
Update in the xci integration README
Change-Id: I8151fe50bc5f0d93aeec1583485e9604b3a0ad8a
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'scenarios')
-rw-r--r-- | scenarios/os-odl-sfc/role/os-odl-sfc/README | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/scenarios/os-odl-sfc/role/os-odl-sfc/README b/scenarios/os-odl-sfc/role/os-odl-sfc/README index 1104b339..6d3147ba 100644 --- a/scenarios/os-odl-sfc/role/os-odl-sfc/README +++ b/scenarios/os-odl-sfc/role/os-odl-sfc/README @@ -11,12 +11,15 @@ This role currently works with: ## os-odl-sfc-noha ## To run os-odl-sfc-noha you should export the following variables before -running xci-deploy.sh: +running xci-deploy.sh. Note that you should change xxxx by the path where +your releng-xci code is: export XCI_FLAVOR=noha export OPNFV_SCENARIO=os-odl-sfc export OPENSTACK_OSA_VERSION=stable/ocata export VM_MEMORY_SIZE=16384 +export OPNFV_RELENG_DEV_PATH=/xxxxx/releng-xci + ## os-odl-sfc-ha ## @@ -27,6 +30,8 @@ export XCI_FLAVOR=ha export OPNFV_SCENARIO=os-odl-sfc export OPENSTACK_OSA_VERSION=stable/ocata export VM_MEMORY_SIZE=20480 +export OPNFV_RELENG_DEV_PATH=/xxxxx/releng-xci + # LIMITATIONS # @@ -37,25 +42,14 @@ are using: https://github.com/mardim91/openstack-ansible-os_neutron/tree/ocata-backport-automated-twentyfourth-august -We will stop doing this as soon as the patches are merged upstream. For example: - -https://review.openstack.org/#/c/496231/ -https://review.openstack.org/#/c/497458/ +We will stop doing this as soon as the patches are merged upstream -2 - Tacker is missing in this integration. Hopefully, it will be added in the -following days +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 - Adding tacker to the scenarios - -https://gerrit.opnfv.org/gerrit/#/c/39511/ - -2 - Supporting stable/Pike - -Waiting for the release to be ready - -3 - Supporting ODL Nitrogen SR1 +1 - Supporting stable/Pike -Waiting for the release to be ready (7th of September) +2 - Support openSUSE |