This change removes the container_release property from environment files used to generate inventory. This change is because the lxc_container_create role has been updated to build containers to the same distribution and release as the host machine. This change also removes the variable lxc_container_release from the lxc-containers-create.yml play as it is no longer used by the lxc_container_create role. Change-Id: I7d2aea8f6548feb381bf2354965f05fa0a9a99b8 Depends-On: Iee304dd026e0865e0444259d2132122233d90f5f
35 lines
590 B
YAML
35 lines
590 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
|
|
properties:
|
|
service_name: aodh
|
|
|
|
physical_skel:
|
|
metering-alarm_containers:
|
|
belongs_to:
|
|
- all_containers
|
|
metering-alarm_hosts:
|
|
belongs_to:
|
|
- hosts
|