openstack-ansible/inventory/env.d/zookeeper.yml
Dmitriy Rabotyagov 65ce2753fa Add zookeeper deployment
Zookeper is being added as a coordination backend which is
required for some service features to work properly.

Change-Id: I2d464ae339f057ea4ba08bd343b6a51c029a74f3
2022-11-25 09:13:22 +00:00

22 lines
326 B
YAML

---
component_skel:
zookeeper:
belongs_to:
- zookeeper_all
container_skel:
zookeeper_container:
belongs_to:
- coordination_containers
contains:
- zookeeper
physical_skel:
coordination_containers:
belongs_to:
- all_containers
coordination_hosts:
belongs_to:
- hosts