Add coordination tag to components
At the moment etcd is present for coordination. Though since tooz is being used in openstack for coordination, there're more drivers for coordination except etcd available. Change-Id: I4b7711c9f84d2b56c2a9659e9fa8d6177b3961a2
This commit is contained in:
parent
41dd502cf1
commit
5593591e06
@ -260,7 +260,7 @@ tabs:
|
||||
tags:
|
||||
- message-queue
|
||||
- database
|
||||
- etcd
|
||||
- coordination
|
||||
# Note: OSA can deploy barbican but it's not
|
||||
# installed by default (opt-in instead).
|
||||
- secrets-storage
|
||||
|
@ -97,6 +97,9 @@ capabilities:
|
||||
- name: etcd
|
||||
desc: Deploys etcd to enable advanced coordination capabilities
|
||||
|
||||
- name: coordination
|
||||
desc: Deploys a tooling to enable advanced coordination capabilities (zookeeper, redis...)
|
||||
|
||||
- name: cache
|
||||
desc: Deploys a caching solution for Keystone (memcached...)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user