Add another role for Zookeeper installation
During PTG it was decided that we need to provide coordination service as part as OpenStack-Ansible deployment and decided to stop on Zookeeper as most feature-complete solution. With that we looked for alternative role that's present under opendev umbrella, but according to our experience [1] of contribution to that repo it feels tought to try to re-use it as it's missing some aspects that we feel essential to have. Based on that we decided to re-write the role from scratch and maintain it additionally to already existing one. [1] https://review.opendev.org/q/project:+windmill/ansible-role-zookeeper+AND+owner:noonedeadpunk Needed-By: https://review.opendev.org/c/openstack/governance/+/863161 Change-Id: I83d53d801f7f0e27769fda7e1a606d90726f98b2
This commit is contained in:
parent
a4ca89d746
commit
c07db5b876
@ -1092,6 +1092,12 @@
|
||||
- openstack-ansible
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible-roles.config
|
||||
- project: openstack/ansible-role-zookeeper
|
||||
description: Ansible role for Zookeeper installation
|
||||
groups:
|
||||
- openstack-ansible
|
||||
docimpact-group: openstack-ansible
|
||||
acl-config: /home/gerrit2/acls/openstack/openstack-ansible-roles.config
|
||||
- project: openstack/aodh
|
||||
description: OpenStack Telemetry (Ceilometer) Alarming
|
||||
use-storyboard: true
|
||||
|
@ -255,6 +255,7 @@
|
||||
- openstack/ansible-role-tripleo-modify-image
|
||||
- openstack/ansible-role-uwsgi
|
||||
- openstack/ansible-role-vault
|
||||
- openstack/ansible-role-zookeeper
|
||||
- openstack/aodh
|
||||
- openstack/api-sig
|
||||
- openstack/api-site
|
||||
|
Loading…
x
Reference in New Issue
Block a user