
This PS breaks down the gate to enable use as a development aid. Change-Id: I376da8940ed085b7575dd528ec4082f42da1748c
62 lines
1.7 KiB
YAML
62 lines
1.7 KiB
YAML
# Copyright 2017 The Openstack-Helm Authors.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
chart_groups:
|
|
- name: docker_registry
|
|
timeout: 600
|
|
charts:
|
|
- docker_registry_nfs_provisioner
|
|
- docker_registry_redis
|
|
- docker_registry
|
|
|
|
charts:
|
|
docker_registry_nfs_provisioner:
|
|
chart_name: nfs-provisioner
|
|
release: docker-registry-nfs-provisioner
|
|
namespace: docker-registry
|
|
upgrade:
|
|
pre:
|
|
delete:
|
|
- name: docker-bootstrap
|
|
type: job
|
|
labels:
|
|
application: docker
|
|
component: bootstrap
|
|
values:
|
|
labels:
|
|
node_selector_key: openstack-helm-node-class
|
|
node_selector_value: primary
|
|
storageclass:
|
|
name: openstack-helm-bootstrap
|
|
|
|
docker_registry_redis:
|
|
chart_name: redis
|
|
release: docker-registry-redis
|
|
namespace: docker-registry
|
|
values:
|
|
labels:
|
|
node_selector_key: openstack-helm-node-class
|
|
node_selector_value: primary
|
|
|
|
docker_registry:
|
|
chart_name: registry
|
|
release: docker-registry
|
|
namespace: docker-registry
|
|
values:
|
|
labels:
|
|
node_selector_key: openstack-helm-node-class
|
|
node_selector_value: primary
|
|
volume:
|
|
class_name: openstack-helm-bootstrap
|