[DCAE][DCAEMOD] Deploy R7 container images
[oom.git] / kubernetes / dcaegen2 / resources / expected-components.json
1 [
2 {{- $ctx := . }}
3 {{- $components := tuple "dcae-cloudify-manager" "dcae-config-binding-service" "dcae-dashboard" "dcae-deployment-handler" "dcae-inventory-api" "dcae-policy-handler" "dcae-redis" "dcae-servicechange-handler" }}
4 {{- range $i, $v := $components }}
5 {{- if index $ctx.Values . "enabled" }}
6 {{- if $i }},{{ end }}
7 {{ $v | quote | indent 2 }}
8 {{- end -}}
9 {{- end }}
10 ]