Merge "Create a certificate for novnc vencrypt separately"
This commit is contained in:
commit
e8a1daa9da
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Nova
|
description: OpenStack-Helm Nova
|
||||||
name: nova
|
name: nova
|
||||||
version: 0.3.23
|
version: 0.3.24
|
||||||
home: https://docs.openstack.org/nova/latest/
|
home: https://docs.openstack.org/nova/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -12,14 +12,14 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/}}
|
*/}}
|
||||||
|
|
||||||
|
{{- if (contains "vencrypt" .Values.conf.nova.vnc.auth_schemes) -}}
|
||||||
|
{{ dict "envAll" . "service" "compute_novnc_vencrypt" "type" "internal" | include "helm-toolkit.manifests.certificates" }}
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.manifests.certificates -}}
|
{{- if .Values.manifests.certificates -}}
|
||||||
{{ dict "envAll" . "service" "compute" "type" "internal" | include "helm-toolkit.manifests.certificates" }}
|
{{ dict "envAll" . "service" "compute" "type" "internal" | include "helm-toolkit.manifests.certificates" }}
|
||||||
{{- if .Values.manifests.deployment_novncproxy }}
|
{{- if .Values.manifests.deployment_novncproxy }}
|
||||||
{{ dict "envAll" . "service" "compute_novnc_proxy" "type" "internal" | include "helm-toolkit.manifests.certificates" }}
|
{{ dict "envAll" . "service" "compute_novnc_proxy" "type" "internal" | include "helm-toolkit.manifests.certificates" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if (contains "vencrypt" .Values.conf.nova.vnc.auth_schemes) -}}
|
|
||||||
{{ dict "envAll" . "service" "compute_novnc_vencrypt" "type" "internal" | include "helm-toolkit.manifests.certificates" }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.manifests.deployment_placement }}
|
{{- if .Values.manifests.deployment_placement }}
|
||||||
{{ dict "envAll" . "service" "placement" "type" "internal" | include "helm-toolkit.manifests.certificates" }}
|
{{ dict "envAll" . "service" "placement" "type" "internal" | include "helm-toolkit.manifests.certificates" }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -92,4 +92,5 @@ nova:
|
|||||||
- 0.3.21 Update health probe script considering ovsdb_connection config
|
- 0.3.21 Update health probe script considering ovsdb_connection config
|
||||||
- 0.3.22 Replace deprecated configuration vncserver_proxyclient_address to server_proxyclient_address
|
- 0.3.22 Replace deprecated configuration vncserver_proxyclient_address to server_proxyclient_address
|
||||||
- 0.3.23 Add Ubuntu Jammy overrides
|
- 0.3.23 Add Ubuntu Jammy overrides
|
||||||
|
- 0.3.24 Create a certificate for novnc vencrypt separately
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user