RabbitMQ: Remove etcd chart

This PS remvoes the etcd chart, which is no longer required by
RabbitMQ as it supports native K8s clustering.

Change-Id: Ia02ff4ea00c172feda0ef2cf1f5d637c98e7f3b7
This commit is contained in:
portdirect 2018-01-11 11:26:33 -05:00
parent 802f0fb602
commit 2e2617b543
1 changed files with 0 additions and 32 deletions

View File

@ -597,37 +597,6 @@ data:
- helm-toolkit
---
schema: armada/Chart/v1
metadata:
schema: metadata/Document/v1
name: ucp-etcd-rabbitmq
data:
chart_name: ucp-etcd-rabbitmq
release: etcd-rabbitmq
namespace: ucp
install:
no_hooks: false
upgrade:
no_hooks: false
pre:
delete: []
post:
delete: []
create: []
values:
pod:
replicas:
etcd: 1
labels:
node_selector_key: ucp-control-plane
node_selector_value: enabled
source:
type: git
location: https://git.openstack.org/openstack/openstack-helm
subpath: etcd
dependencies:
- helm-toolkit
---
schema: armada/Chart/v1
metadata:
schema: metadata/Document/v1
name: ucp-rabbitmq
@ -704,7 +673,6 @@ data:
- ucp-mariadb
- ucp-memcached
- maas-postgresql
- ucp-etcd-rabbitmq
- ucp-rabbitmq
- ingress
---