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

33 lines
549 B
YAML

---
component_skel:
aodh_api:
belongs_to:
- aodh_all
aodh_listener:
belongs_to:
- aodh_all
aodh_alarm_evaluator:
belongs_to:
- aodh_all
aodh_alarm_notifier:
belongs_to:
- aodh_all
container_skel:
aodh_container:
belongs_to:
- metering-alarm_containers
contains:
- aodh_api
- aodh_listener
- aodh_alarm_evaluator
- aodh_alarm_notifier
physical_skel:
metering-alarm_containers:
belongs_to:
- all_containers
metering-alarm_hosts:
belongs_to:
- hosts