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
release: mariadb
namespace: openstack
timeout: 3600
wait:
timeout: 3600
labels:
@ -53,7 +52,6 @@ data:
chart_name: memcached
release: memcached
namespace: openstack
timeout: 100
wait:
timeout: 100
labels:
@ -72,6 +70,33 @@ data:
- helm-toolkit
---
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:
schema: metadata/Document/v1
name: keystone
@ -81,7 +106,6 @@ data:
enabled: true
release: keystone
namespace: openstack
timeout: 100
wait:
timeout: 100
labels:
@ -117,6 +141,7 @@ data:
chart_group:
- mariadb
- memcached
- rabbitmq
---
schema: armada/ChartGroup/v1
metadata:

View File

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