openstack-ansible/playbooks/inventory/env.d/ceilometer.yml
Jimmy McCrory 4a35fe9ea2 Remove unused properties from environment files
The 'service_name' property is a holdover from when there was a common
role used to install all OpenStack services. This is now a default
variable within each individual role. Similarly, the 'log_directory'
property for galera containers is now handled by the 'log_dirs' variable
within its playbook.

The dynamic inventory script has been updated to create an empty
'properties' dict for any container skeletons within the environment
that do not have one already defined.

Change-Id: Icd852f24251c1cef0fa162d33e2422be83e0a833
2017-05-08 16:10:53 -07:00

41 lines
822 B
YAML

---
component_skel:
ceilometer_agent_compute:
belongs_to:
- ceilometer_all
ceilometer_agent_central:
belongs_to:
- ceilometer_all
ceilometer_agent_notification:
belongs_to:
- ceilometer_all
container_skel:
ceilometer_central_container:
belongs_to:
- metering-infra_containers
contains:
- ceilometer_agent_central
- ceilometer_agent_notification
metering-compute_container:
belongs_to:
- metering-compute_containers
contains:
- ceilometer_agent_compute
properties:
is_metal: true
physical_skel:
metering-compute_containers:
belongs_to:
- all_containers
metering-compute_hosts:
belongs_to:
- hosts
metering-infra_containers:
belongs_to:
- all_containers
metering-infra_hosts:
belongs_to:
- hosts