
This introduces a CRD for enabling/removing services from Keystone, it also introduces a basic DevStack plugin framework so that we can test things from it. It also adds a framework for the operator to setup SDK clients. Change-Id: I183e560c6b32de2ce7adefeb1daa26def675bbe3
14 lines
398 B
YAML
14 lines
398 B
YAML
{{- range $path, $bytes := .Files.Glob "crds/infrastructure.vexxhost.cloud*.yaml" }}
|
|
{{ $.Files.Get $path }}
|
|
{{- end }}
|
|
|
|
{{- if .Values.crd.monitoring }}
|
|
{{- range $path, $bytes := .Files.Glob "crds/monitoring.coreos.com*.yaml" }}
|
|
{{ $.Files.Get $path }}
|
|
{{- end }}
|
|
{{- end -}}
|
|
|
|
{{- range $path, $bytes := .Files.Glob "crds/*.openstack.org_*.yaml" }}
|
|
{{ $.Files.Get $path }}
|
|
{{- end }}
|