drop magnetodb support
this project is abandoned. Change-Id: Ie23096b31cab1f9980b8256a6de762e582504393
This commit is contained in:
parent
4c491b52e2
commit
8599ec50ec
@ -20,9 +20,6 @@ EXCHANGE_OPTS = [
|
|||||||
cfg.StrOpt('glance_control_exchange',
|
cfg.StrOpt('glance_control_exchange',
|
||||||
default='glance',
|
default='glance',
|
||||||
help="Exchange name for Glance notifications."),
|
help="Exchange name for Glance notifications."),
|
||||||
cfg.StrOpt('magnetodb_control_exchange',
|
|
||||||
default='magnetodb',
|
|
||||||
help="Exchange name for Magnetodb notifications."),
|
|
||||||
cfg.StrOpt('keystone_control_exchange',
|
cfg.StrOpt('keystone_control_exchange',
|
||||||
default='keystone',
|
default='keystone',
|
||||||
help="Exchange name for Keystone notifications."),
|
help="Exchange name for Keystone notifications."),
|
||||||
|
@ -30,15 +30,6 @@ metric:
|
|||||||
resource_id: $.payload.image_id
|
resource_id: $.payload.image_id
|
||||||
project_id: $.payload.owner_id
|
project_id: $.payload.owner_id
|
||||||
|
|
||||||
# MagnetoDB
|
|
||||||
- name: 'magnetodb.table.index.count'
|
|
||||||
type: 'gauge'
|
|
||||||
unit: 'index'
|
|
||||||
event_type: 'magnetodb.table.create.end'
|
|
||||||
volume: $.payload.index_count
|
|
||||||
resource_id: $.payload.table_uuid
|
|
||||||
user_id: $._context_user
|
|
||||||
|
|
||||||
- name: 'volume.size'
|
- name: 'volume.size'
|
||||||
event_type:
|
event_type:
|
||||||
- 'volume.exists'
|
- 'volume.exists'
|
||||||
@ -392,25 +383,6 @@ metric:
|
|||||||
project_id: $.payload.tenant_id
|
project_id: $.payload.tenant_id
|
||||||
resource_id: $.payload.stack_identity
|
resource_id: $.payload.stack_identity
|
||||||
|
|
||||||
# MagnetoDB
|
|
||||||
- name: 'magnetodb.table.create'
|
|
||||||
type: 'gauge'
|
|
||||||
unit: 'table'
|
|
||||||
volume: 1
|
|
||||||
event_type: 'magnetodb.table.create.end'
|
|
||||||
resource_id: $.payload.table_uuid
|
|
||||||
user_id: _context_user
|
|
||||||
project_id: _context_tenant
|
|
||||||
|
|
||||||
- name: 'magnetodb.table.delete'
|
|
||||||
type: 'gauge'
|
|
||||||
unit: 'table'
|
|
||||||
volume: 1
|
|
||||||
event_type: 'magnetodb.table.delete.end'
|
|
||||||
resource_id: $.payload.table_uuid
|
|
||||||
user_id: _context_user
|
|
||||||
project_id: _context_tenant
|
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
- name: 'volume'
|
- name: 'volume'
|
||||||
type: 'gauge'
|
type: 'gauge'
|
||||||
|
@ -220,7 +220,6 @@ class ProcessMeterNotifications(plugin_base.NotificationBase):
|
|||||||
conf.trove_control_exchange,
|
conf.trove_control_exchange,
|
||||||
conf.zaqar_control_exchange,
|
conf.zaqar_control_exchange,
|
||||||
conf.swift_control_exchange,
|
conf.swift_control_exchange,
|
||||||
conf.magnetodb_control_exchange,
|
|
||||||
conf.ceilometer_control_exchange,
|
conf.ceilometer_control_exchange,
|
||||||
conf.magnum_control_exchange,
|
conf.magnum_control_exchange,
|
||||||
conf.dns_control_exchange,
|
conf.dns_control_exchange,
|
||||||
|
@ -524,21 +524,8 @@ details about any other options you might want to modify before starting the
|
|||||||
service.
|
service.
|
||||||
|
|
||||||
|
|
||||||
Configuring MagnetoDB to send notifications
|
|
||||||
===========================================
|
|
||||||
|
|
||||||
Configure the driver in ``magnetodb-async-task-executor.conf``
|
|
||||||
|
|
||||||
::
|
|
||||||
|
|
||||||
notification_driver=messagingv2
|
|
||||||
|
|
||||||
You also would need to restart the service magnetodb-async-task-executor
|
|
||||||
(if it's already running) after changing the above configuration file.
|
|
||||||
|
|
||||||
|
|
||||||
Notifications queues
|
Notifications queues
|
||||||
========================
|
====================
|
||||||
|
|
||||||
.. index::
|
.. index::
|
||||||
double: installing; notifications queues; multiple topics
|
double: installing; notifications queues; multiple topics
|
||||||
@ -586,7 +573,7 @@ Doing this, it's easy to listen/receive data from multiple internal and external
|
|||||||
|
|
||||||
|
|
||||||
Using multiple dispatchers
|
Using multiple dispatchers
|
||||||
================================
|
==========================
|
||||||
|
|
||||||
.. index::
|
.. index::
|
||||||
double: installing; multiple dispatchers
|
double: installing; multiple dispatchers
|
||||||
|
@ -252,14 +252,6 @@
|
|||||||
fields: payload.target.metadata.object
|
fields: payload.target.metadata.object
|
||||||
observer_id:
|
observer_id:
|
||||||
fields: payload.observer.id
|
fields: payload.observer.id
|
||||||
- event_type: magnetodb.table.*
|
|
||||||
traits: &kv_store
|
|
||||||
resource_id:
|
|
||||||
fields: payload.table_uuid
|
|
||||||
user_id:
|
|
||||||
fields: _context_user_id
|
|
||||||
project_id:
|
|
||||||
fields: _context_tenant
|
|
||||||
- event_type: ['network.*', 'subnet.*', 'port.*', 'router.*', 'floatingip.*', 'pool.*', 'vip.*', 'member.*', 'health_monitor.*', 'healthmonitor.*', 'listener.*', 'loadbalancer.*', 'firewall.*', 'firewall_policy.*', 'firewall_rule.*', 'vpnservice.*', 'ipsecpolicy.*', 'ikepolicy.*', 'ipsec_site_connection.*']
|
- event_type: ['network.*', 'subnet.*', 'port.*', 'router.*', 'floatingip.*', 'pool.*', 'vip.*', 'member.*', 'health_monitor.*', 'healthmonitor.*', 'listener.*', 'loadbalancer.*', 'firewall.*', 'firewall_policy.*', 'firewall_rule.*', 'vpnservice.*', 'ipsecpolicy.*', 'ikepolicy.*', 'ipsec_site_connection.*']
|
||||||
traits: &network_traits
|
traits: &network_traits
|
||||||
user_id:
|
user_id:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user