openstack-ansible-os_heat/tests/inventory
Andrew Smith 34ddb73f03 Update to use oslo.messaging service 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 services will then be
transparent to the heat service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Update transport_url generation
* Add oslo.messaging to inventory
* Add release note

Depends-On: If4326a6848d2d32af284fdbb94798eb0b03734d5
Depends-On: I2b09145b60116c029fc85477399c24f94974b61d
Change-Id: I4ee0a94028e7390b319d4e1ceb4ab7f7c28ad9ba
2018-05-30 14:57:57 -04:00

57 lines
551 B
Plaintext

[all]
localhost
infra1
openstack1
[all_containers]
infra1
openstack1
[oslomsg_rpc_all]
infra1
[oslomsg_notify_all]
infra1
[rabbitmq_all]
infra1
[galera_all]
infra1
[memcached_all]
infra1
[service_all:children]
rabbitmq_all
galera_all
memcached_all
[utility_all]
openstack1
[keystone_all]
openstack1
[heat_api]
openstack1
[heat_engine]
openstack1
[heat_api_cfn]
openstack1
[heat_engine_container]
openstack1
[heat_apis_container]
openstack1
[heat_all:children]
heat_api
heat_engine
heat_api_cfn
heat_engine_container
heat_apis_container