041251d473
Mark regular non-containerized services with FIXME to be switched, once it is containerized Do not mark yet an external/backend/plugin/host-config related puppet services templates with that FIXME Mark puppet/services/ceph- related templates as TODO switch it to containerized ceph-ansible eventually, maybe. Change-Id: Ib9fbad05eeb57dc641499fbf411cb5870da7a8e9 Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
13 lines
581 B
YAML
13 lines
581 B
YAML
# A Heat environment file that can be used to deploy Neutron BGPVPN service
|
|
#
|
|
# This environment file deploys Neutron BGPVPN service and configures
|
|
# Opendaylight as its service provider.
|
|
#
|
|
# - OpenDaylight: BGPVPN:OpenDaylight:networking_odl.bgpvpn.odl_v2.OpenDaylightBgpvpnDriver:default
|
|
resource_registry:
|
|
OS::TripleO::Services::NeutronBgpVpnApi: ../docker/services/neutron-bgpvpn-api.yaml
|
|
|
|
parameter_defaults:
|
|
NeutronServicePlugins: 'odl-router_v2,trunk,bgpvpn'
|
|
BgpvpnServiceProvider: 'BGPVPN:OpenDaylight:networking_odl.bgpvpn.odl_v2.OpenDaylightBgpvpnDriver:default'
|