Remove bgp-vpn from scenario004-multinode-containers
authorEmilien Macchi <emilien@redhat.com>
Wed, 30 Aug 2017 21:17:39 +0000 (14:17 -0700)
committerEmilien Macchi <emilien@redhat.com>
Tue, 5 Sep 2017 04:43:56 +0000 (04:43 +0000)
See full context on https://bugs.launchpad.net/bugs/1713612
but this service isn't containerized yet, so the plan is:

- in Pike, we'll run scenario004 (baremetal) and test bgp-vpn and l2gw
- in Queens, we'll run scenario004 (baremetal at the beginning) but
  scenario004-container will be the default and we'll re-add the 2
  services when containerized.

Change-Id: I04c2a9fb63420b7d8d3616a8ef7a50d2aadc6165
(cherry picked from commit fde4ff2c64f374e109dbb7da87cc7d72da5e0ef5)

ci/environments/scenario004-multinode-containers.yaml

index e681799..41ef224 100644 (file)
@@ -18,8 +18,6 @@ resource_registry:
   OS::TripleO::Services::ManilaScheduler: ../../docker/services/manila-scheduler.yaml
   OS::TripleO::Services::ManilaShare: ../../docker/services/manila-share.yaml
   OS::TripleO::Services::ManilaBackendCephFs: ../../puppet/services/manila-backend-cephfs.yaml
-  # TODO: containerize NeutronBgpVpnApi
-  OS::TripleO::Services::NeutronBgpVpnApi: ../../puppet/services/neutron-bgpvpn-api.yaml
   # NOTE: This is needed because of upgrades from Ocata to Pike. We
   # deploy the initial environment with Ocata templates, and
   # overcloud-resource-registry.yaml there doesn't have this Docker
@@ -49,7 +47,6 @@ parameter_defaults:
     - OS::TripleO::Services::HeatEngine
     - OS::TripleO::Services::MySQL
     - OS::TripleO::Services::MySQLClient
-    - OS::TripleO::Services::NeutronBgpVpnApi
     - OS::TripleO::Services::NeutronDhcpAgent
     - OS::TripleO::Services::NeutronL3Agent
     - OS::TripleO::Services::NeutronMetadataAgent
@@ -80,6 +77,9 @@ parameter_defaults:
     - OS::TripleO::Services::TripleoFirewall
     - OS::TripleO::Services::Sshd
     - OS::TripleO::Services::Iscsid
+    # TODO: in Queens, re-add bgp-vpn and l2gw services when
+    # containerized.
+    # https://bugs.launchpad.net/bugs/1713612
   ControllerExtraConfig:
     nova::compute::libvirt::services::libvirt_virt_type: qemu
     nova::compute::libvirt::libvirt_virt_type: qemu
@@ -98,6 +98,4 @@ parameter_defaults:
   CephClientKey: 'AQC+vYNXgDAgAhAAc8UoYt+OTz5uhV7ItLdwUw=='
   CephPoolDefaultSize: 1
   SwiftCeilometerPipelineEnabled: false
-  NeutronServicePlugins: 'router, networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin'
-  BgpvpnServiceProvider: 'BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default'
   NotificationDriver: 'noop'