Add chart about rabbitmq and remove timeout from example

1. According to
https://github.com/openstack/openstack-helm/blob/master/keystone/templates/job-rabbit-init.yaml,
We need to add chart about rabbitmq.
2. Timeout is overridden by `wait.timout`, we should remove it from
example manifest.

Change-Id: Ia455886b2d2666e15a3454e9208cae89c3140826
Signed-off-by: pengdake <19921207pq@gmail.com>
This commit is contained in:
pengdake 2018-11-30 23:33:53 +08:00
parent 709eb9ec9b
commit b703ca1c37
2 changed files with 30 additions and 4 deletions

View File

@ -27,7 +27,6 @@ data:
chart_name: mariadb chart_name: mariadb
release: mariadb release: mariadb
namespace: openstack namespace: openstack
timeout: 3600
wait: wait:
timeout: 3600 timeout: 3600
labels: labels:
@ -53,7 +52,6 @@ data:
chart_name: memcached chart_name: memcached
release: memcached release: memcached
namespace: openstack namespace: openstack
timeout: 100
wait: wait:
timeout: 100 timeout: 100
labels: labels:
@ -72,6 +70,33 @@ data:
- helm-toolkit - helm-toolkit
--- ---
schema: armada/Chart/v1 schema: armada/Chart/v1
metadata:
schema: metadata/Document/v1
name: rabbitmq
data:
chart_name: rabbitmq
test:
enabled: true
release: rabbitmq
namespace: openstack
wait:
timeout: 100
labels:
release_group: armada-rabbitmq
install:
no_hooks: false
upgrade:
no_hooks: false
values: {}
source:
type: git
location: https://git.openstack.org/openstack/openstack-helm-infra
subpath: rabbitmq
reference: master
dependencies:
- helm-toolkit
---
schema: armada/Chart/v1
metadata: metadata:
schema: metadata/Document/v1 schema: metadata/Document/v1
name: keystone name: keystone
@ -81,7 +106,6 @@ data:
enabled: true enabled: true
release: keystone release: keystone
namespace: openstack namespace: openstack
timeout: 100
wait: wait:
timeout: 100 timeout: 100
labels: labels:
@ -117,6 +141,7 @@ data:
chart_group: chart_group:
- mariadb - mariadb
- memcached - memcached
- rabbitmq
--- ---
schema: armada/ChartGroup/v1 schema: armada/ChartGroup/v1
metadata: metadata:

View File

@ -23,7 +23,8 @@ data:
chart_name: mariadb-tarball chart_name: mariadb-tarball
release: mariadb-tarball release: mariadb-tarball
namespace: tarball namespace: tarball
timeout: 3600 wait:
timeout: 3600
install: install:
no_hooks: false no_hooks: false
upgrade: upgrade: