Andrew Smith 9625cb41fc Update to use oslo.messaging services for RPC and Notify
This introduces oslo.messaging variables that define the RPC and Notify
transports for the OpenStack services. These parameters replace the
rabbitmq values and are used to generate the messaging transport_url for
the service. The association of the messaging backend server to the
oslo.messaging service will be transparent to the designate service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Update transport_url generation (add for notification)
* Add oslo.messaging to tests inventory
* Update tests
* Add releaes note
* Update README and example playbook

Change-Id: I620a13e1ea3c24c8bd31c02206613d37d769dd30
2018-06-06 13:56:52 -04:00

64 lines
633 B
Plaintext

[all]
localhost
infra1
openstack1
[hosts]
localhost
[all_containers]
infra1
openstack1
[designate_all:children]
designate_api
designate_central
designate_mdns
designate_worker
designate_producer
designate_sink
[designate_api]
openstack1
[designate_central]
openstack1
[designate_mdns]
openstack1
[designate_worker]
openstack1
[designate_producer]
openstack1
[designate_sink]
openstack1
[keystone_all]
openstack1
[utility_all]
openstack1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[oslomsg_rpc_all]
infra1
[oslomsg_notify_all]
infra1
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1