From 6a2aaff3dbf80e91b873d15601c326d7eb194809 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Fri, 3 Feb 2017 11:05:37 +0100 Subject: Adding gluon to the Build and Deploysystem In order to make gluon really deployable some more things need to be done: - Add pull request 103 which add yaml files which point to gluon puppet - Rename the scenario to odl-gluon similar to bgpvpn scenario - Add tht of gluon to overcloud-deploy-functions.sh JIRA: APEX-379 opnfv-tht-pr: 103 opnfv-puppet-tripleo-pr: 13 Change-Id: I3ccfb5a279f1df21c4da79fc47039b3c0b6e5495 Signed-off-by: Nikolas Hermanns Signed-off-by: Georg Kunz --- config/deploy/os-odl-gluon-noha.yaml | 12 ++++++++++++ config/deploy/os-odl_l3-gluon-noha.yaml | 11 ----------- 2 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 config/deploy/os-odl-gluon-noha.yaml delete mode 100644 config/deploy/os-odl_l3-gluon-noha.yaml (limited to 'config') diff --git a/config/deploy/os-odl-gluon-noha.yaml b/config/deploy/os-odl-gluon-noha.yaml new file mode 100644 index 00000000..cdeb90c5 --- /dev/null +++ b/config/deploy/os-odl-gluon-noha.yaml @@ -0,0 +1,12 @@ +global_params: + ha_enabled: false + +deploy_options: + sdn_controller: opendaylight + sdn_l3: true + odl_version: boron + tacker: false + congress: true + sfc: false + vpn: true + gluon: true \ No newline at end of file diff --git a/config/deploy/os-odl_l3-gluon-noha.yaml b/config/deploy/os-odl_l3-gluon-noha.yaml deleted file mode 100644 index 7812d054..00000000 --- a/config/deploy/os-odl_l3-gluon-noha.yaml +++ /dev/null @@ -1,11 +0,0 @@ -global_params: - ha_enabled: false - -deploy_options: - sdn_controller: opendaylight - sdn_l3: true - odl_version: boron - tacker: false - congress: true - sfc: false - vpn: true -- cgit 1.2.3-korg