CI/scenarios: set NotificationDriver to 'noop'
So we don't waste RabbitMQ resources since nothing will actually consume the messages sent on the queue. Note: we don't change scenario001, since it's a Telemetry scenario and the services require notifications enabled. Change-Id: I7d1d80da4eda7c0385461fe62b1d3038022973c6
This commit is contained in:
parent
66e1d88250
commit
28f926f96e
@ -71,3 +71,4 @@ parameter_defaults:
|
||||
ceph::profile::params::osd_max_object_namespace_len: 64
|
||||
SwiftCeilometerPipelineEnabled: False
|
||||
Debug: True
|
||||
NotificationDriver: 'noop'
|
||||
|
@ -69,3 +69,4 @@ parameter_defaults:
|
||||
ceph::profile::params::osd_max_object_namespace_len: 64
|
||||
SwiftCeilometerPipelineEnabled: False
|
||||
Debug: True
|
||||
NotificationDriver: 'noop'
|
||||
|
@ -65,3 +65,4 @@ parameter_defaults:
|
||||
heat::rpc_response_timeout: 600
|
||||
SwiftCeilometerPipelineEnabled: False
|
||||
Debug: True
|
||||
NotificationDriver: 'noop'
|
||||
|
@ -72,3 +72,4 @@ parameter_defaults:
|
||||
nova::compute::libvirt::libvirt_virt_type: qemu
|
||||
Debug: true
|
||||
SwiftCeilometerPipelineEnabled: false
|
||||
NotificationDriver: 'noop'
|
||||
|
@ -71,3 +71,4 @@ parameter_defaults:
|
||||
nova::compute::libvirt::libvirt_virt_type: qemu
|
||||
Debug: true
|
||||
SwiftCeilometerPipelineEnabled: false
|
||||
NotificationDriver: 'noop'
|
||||
|
@ -70,3 +70,4 @@ parameter_defaults:
|
||||
GlanceBackend: 'file'
|
||||
KeystoneTokenProvider: 'fernet'
|
||||
SwiftCeilometerPipelineEnabled: false
|
||||
NotificationDriver: 'noop'
|
||||
|
@ -67,3 +67,4 @@ parameter_defaults:
|
||||
GlanceBackend: 'file'
|
||||
KeystoneTokenProvider: 'fernet'
|
||||
SwiftCeilometerPipelineEnabled: false
|
||||
NotificationDriver: 'noop'
|
||||
|
@ -96,3 +96,4 @@ parameter_defaults:
|
||||
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'
|
||||
|
@ -98,3 +98,4 @@ parameter_defaults:
|
||||
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'
|
||||
|
@ -58,3 +58,4 @@ parameter_defaults:
|
||||
# we don't deploy Swift so we switch to file backend.
|
||||
GlanceBackend: 'file'
|
||||
IronicCleaningDiskErase: 'metadata'
|
||||
NotificationDriver: 'noop'
|
||||
|
Loading…
Reference in New Issue
Block a user