2017-08-07 17:07:38 -05:00
|
|
|
{{/*
|
2018-08-28 17:25:13 +00:00
|
|
|
Copyright 2017 The Openstack-Helm Authors.
|
2017-08-07 17:07:38 -05:00
|
|
|
|
|
|
|
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.
|
|
|
|
*/}}
|
2017-02-17 13:05:32 -05:00
|
|
|
|
2017-08-07 11:37:42 -05:00
|
|
|
{{- if .Values.manifests.configmap_bin }}
|
2017-07-05 02:34:12 -05:00
|
|
|
{{- $envAll := . }}
|
2017-06-23 09:40:38 +09:00
|
|
|
{{- $rallyTests := .Values.conf.rally_tests }}
|
2017-07-05 02:34:12 -05:00
|
|
|
---
|
2017-01-03 12:28:44 -08:00
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: neutron-bin
|
|
|
|
data:
|
2018-05-10 17:09:18 -05:00
|
|
|
{{- if .Values.images.local_registry.active }}
|
|
|
|
image-repo-sync.sh: |
|
|
|
|
{{- include "helm-toolkit.scripts.image_repo_sync" . | indent 4 }}
|
|
|
|
{{- end }}
|
2017-07-06 21:16:05 -05:00
|
|
|
{{- if .Values.bootstrap.enabled }}
|
2018-02-06 02:30:40 +00:00
|
|
|
bootstrap.sh: |
|
2017-07-06 21:16:05 -05:00
|
|
|
{{ tuple "bin/_bootstrap.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
|
|
|
{{- end }}
|
2017-06-22 15:47:19 -05:00
|
|
|
rally-test.sh: |
|
2017-06-23 09:40:38 +09:00
|
|
|
{{ tuple $rallyTests | include "helm-toolkit.scripts.rally_test" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
db-init.py: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{- include "helm-toolkit.scripts.db_init" . | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
db-sync.sh: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{ tuple "bin/_db-sync.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
db-drop.py: |
|
2017-09-25 13:52:44 -06:00
|
|
|
{{- include "helm-toolkit.scripts.db_drop" . | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
ks-service.sh: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{- include "helm-toolkit.scripts.keystone_service" . | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
ks-endpoints.sh: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{- include "helm-toolkit.scripts.keystone_endpoints" . | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
ks-user.sh: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{- include "helm-toolkit.scripts.keystone_user" . | indent 4 }}
|
2019-01-21 07:23:20 +00:00
|
|
|
health-probe.py: |
|
|
|
|
{{ tuple "bin/_health-probe.py.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-dhcp-agent.sh: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{ tuple "bin/_neutron-dhcp-agent.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-l3-agent.sh: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{ tuple "bin/_neutron-l3-agent.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-linuxbridge-agent.sh: |
|
2017-08-29 11:51:40 +02:00
|
|
|
{{ tuple "bin/_neutron-linuxbridge-agent.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-linuxbridge-agent-init.sh: |
|
2017-08-29 11:51:40 +02:00
|
|
|
{{ tuple "bin/_neutron-linuxbridge-agent-init.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-linuxbridge-agent-init-modules.sh: |
|
2017-10-09 19:03:05 -05:00
|
|
|
{{ tuple "bin/_neutron-linuxbridge-agent-init-modules.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-metadata-agent.sh: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{ tuple "bin/_neutron-metadata-agent.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-metadata-agent-init.sh: |
|
2017-10-13 18:16:45 +09:00
|
|
|
{{ tuple "bin/_neutron-metadata-agent-init.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-openvswitch-agent.sh: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{ tuple "bin/_neutron-openvswitch-agent.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-openvswitch-agent-init.sh: |
|
2017-06-12 07:24:31 -05:00
|
|
|
{{ tuple "bin/_neutron-openvswitch-agent-init.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-openvswitch-agent-init-modules.sh: |
|
2017-10-09 19:03:05 -05:00
|
|
|
{{ tuple "bin/_neutron-openvswitch-agent-init-modules.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-26 04:39:10 +00:00
|
|
|
neutron-sriov-agent.sh: |
|
|
|
|
{{ tuple "bin/_neutron-sriov-agent.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
|
|
|
neutron-sriov-agent-init.sh: |
|
|
|
|
{{ tuple "bin/_neutron-sriov-agent-init.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-06 02:30:40 +00:00
|
|
|
neutron-server.sh: |
|
2017-05-30 18:16:25 -05:00
|
|
|
{{ tuple "bin/_neutron-server.sh.tpl" . | include "helm-toolkit.utils.template" | indent 4 }}
|
2018-02-03 21:16:34 -08:00
|
|
|
rabbit-init.sh: |
|
|
|
|
{{- include "helm-toolkit.scripts.rabbit_init" . | indent 4 }}
|
2017-08-07 11:37:42 -05:00
|
|
|
{{- end }}
|