Mohammed Naser f49b79fe40 Add service CRD
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
2020-04-26 15:06:19 -04:00

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 }}