Add all services to scenario004-containers
This commit brings the scenario004 file closer to its BM pendant. We need to start with this one to address a chicken-and-egg issue with featureset files. Change-Id: Ia5c0cefb7051ca42b4d470f5a000eb446d18be30 Co-Authored-By: Martin André <m.andre@redhat.com> Related-Bug: #1714905 Related-Bug: #1712070
This commit is contained in:
parent
bb419fb491
commit
b4d0a81e55
@ -1,8 +1,3 @@
|
||||
# NOTE: This is an environment specific for containers CI. Mainly we
|
||||
# deploy non-pacemakerized overcloud. Once we are able to deploy and
|
||||
# upgrade pacemakerized and containerized overcloud, we should remove
|
||||
# this file and use normal CI multinode environments/scenarios.
|
||||
|
||||
resource_registry:
|
||||
OS::TripleO::Controller::Net::SoftwareConfig: ../common/net-config-multinode.yaml
|
||||
OS::TripleO::Compute::Net::SoftwareConfig: ../common/net-config-multinode.yaml
|
||||
@ -18,16 +13,27 @@ resource_registry:
|
||||
OS::TripleO::Services::ManilaScheduler: ../../docker/services/manila-scheduler.yaml
|
||||
OS::TripleO::Services::ManilaShare: ../../docker/services/pacemaker/manila-share.yaml
|
||||
OS::TripleO::Services::ManilaBackendCephFs: ../../puppet/services/manila-backend-cephfs.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
|
||||
# mapping at all. After we stop CI'ing Ocata->Pike upgrade, we can
|
||||
# remove this.
|
||||
OS::TripleO::Services::Docker: OS::Heat::None
|
||||
# TODO: in Queens, re-add bgp-vpn and l2gw services when
|
||||
# containerized.
|
||||
# https://bugs.launchpad.net/bugs/1713612
|
||||
# OS::TripleO::Services::NeutronBgpVpnApi: ../../puppet/services/neutron-bgpvpn-api.yaml
|
||||
# OS::TripleO::Services::NeutronL2gwApi: ../../puppet/services/neutron-l2gw-api.yaml
|
||||
# OS::TripleO::Services::NeutronL2gwAgent: ../../puppet/services/neutron-l2gw-agent.yaml
|
||||
# These enable Pacemaker
|
||||
OS::TripleO::Tasks::ControllerPreConfig: OS::Heat::None
|
||||
OS::TripleO::Tasks::ControllerPostConfig: OS::Heat::None
|
||||
OS::TripleO::Tasks::ControllerPostPuppetRestart: ../../extraconfig/tasks/post_puppet_pacemaker_restart.yaml
|
||||
OS::TripleO::Services::RabbitMQ: ../../docker/services/pacemaker/rabbitmq.yaml
|
||||
OS::TripleO::Services::HAproxy: ../../docker/services/pacemaker/haproxy.yaml
|
||||
OS::TripleO::Services::Pacemaker: ../../puppet/services/pacemaker.yaml
|
||||
OS::TripleO::Services::PacemakerRemote: ../../puppet/services/pacemaker_remote.yaml
|
||||
OS::TripleO::Services::Clustercheck: ../../docker/services/pacemaker/clustercheck.yaml
|
||||
OS::TripleO::Services::Redis: ../../docker/services/pacemaker/database/redis.yaml
|
||||
OS::TripleO::Services::MySQL: ../../docker/services/pacemaker/database/mysql.yaml
|
||||
OS::TripleO::Services::Keepalived: OS::Heat::None
|
||||
# Some infra instances don't pass the ping test but are otherwise working.
|
||||
# Since the OVB jobs also test this functionality we can shut it off here.
|
||||
OS::TripleO::AllNodes::Validation: ../common/all-nodes-validation-disabled.yaml
|
||||
OS::TripleO::Services::NovaMigrationTarget: OS::Heat::None
|
||||
|
||||
|
||||
parameter_defaults:
|
||||
@ -80,6 +86,9 @@ parameter_defaults:
|
||||
# TODO: in Queens, re-add bgp-vpn and l2gw services when
|
||||
# containerized.
|
||||
# https://bugs.launchpad.net/bugs/1713612
|
||||
# - OS::TripleO::Services::NeutronBgpVpnApi
|
||||
# - OS::TripleO::Services::NeutronL2gwApi
|
||||
# - OS::TripleO::Services::NeutronL2gwAgent
|
||||
ControllerExtraConfig:
|
||||
nova::compute::libvirt::services::libvirt_virt_type: qemu
|
||||
nova::compute::libvirt::libvirt_virt_type: qemu
|
||||
@ -98,4 +107,10 @@ parameter_defaults:
|
||||
CephClientKey: 'AQC+vYNXgDAgAhAAc8UoYt+OTz5uhV7ItLdwUw=='
|
||||
CephPoolDefaultSize: 1
|
||||
SwiftCeilometerPipelineEnabled: false
|
||||
# TODO: in Queens, re-add bgp-vpn and l2gw services when
|
||||
# containerized.
|
||||
# https://bugs.launchpad.net/bugs/1713612
|
||||
# NeutronServicePlugins: 'router, networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin, networking_l2gw.services.l2gateway.plugin.L2GatewayPlugin'
|
||||
# BgpvpnServiceProvider: 'BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default'
|
||||
# L2gwServiceProvider: ['L2GW:l2gw:networking_l2gw.services.l2gateway.service_drivers.L2gwDriver:default']
|
||||
NotificationDriver: 'noop'
|
||||
|
Loading…
Reference in New Issue
Block a user