diff options
-rw-r--r-- | xci/installer/osa/playbooks/post-deployment.yml | 1 | ||||
-rw-r--r-- | xci/opnfv-scenario-requirements.yml | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/xci/installer/osa/playbooks/post-deployment.yml b/xci/installer/osa/playbooks/post-deployment.yml index 9f2fec38..36c052c9 100644 --- a/xci/installer/osa/playbooks/post-deployment.yml +++ b/xci/installer/osa/playbooks/post-deployment.yml @@ -12,6 +12,7 @@ vars_files: - "{{ xci_path }}/xci/var/opnfv.yml" - "{{ xci_path }}/xci/installer/osa/files/openstack_services.yml" + - "{{ xci_path }}/xci/installer/osa/files/{{ xci_flavor }}/user_variables.yml" environment: http_proxy: "{{ lookup('env','http_proxy') }}" diff --git a/xci/opnfv-scenario-requirements.yml b/xci/opnfv-scenario-requirements.yml index f5fc62df..680ad32b 100644 --- a/xci/opnfv-scenario-requirements.yml +++ b/xci/opnfv-scenario-requirements.yml @@ -71,6 +71,20 @@ - opensuse - ubuntu +- scenario: os-odl-sfc_osm + scm: git + src: https://gerrit.opnfv.org/gerrit/sfc + version: master + role: scenarios/os-odl-sfc_osm/role/os-odl-sfc_osm + installers: + - installer: osa + flavors: + - ha + - mini + - noha + distros: + - ubuntu + - scenario: os-odl-bgpvpn scm: git src: https://gerrit.opnfv.org/gerrit/sdnvpn |