Update ovs agent to support host/label overrides
In the ovs agent code, some of the secret ref are hardcoded, and it breaks the host/label overrides mechanism. This patchset fixes it. Change-Id: Icf3ffc86fde77b1948e86cfd62e83fbdfe16ad8e
This commit is contained in:
parent
b4585d5760
commit
e491b838fa
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Neutron
|
description: OpenStack-Helm Neutron
|
||||||
name: neutron
|
name: neutron
|
||||||
version: 0.1.8
|
version: 0.1.9
|
||||||
home: https://docs.openstack.org/neutron/latest/
|
home: https://docs.openstack.org/neutron/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -66,7 +66,7 @@ spec:
|
|||||||
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }}
|
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 8 }}
|
||||||
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
|
configmap-bin-hash: {{ tuple "configmap-bin.yaml" . | include "helm-toolkit.utils.hash" }}
|
||||||
configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.utils.hash" }}
|
configmap-etc-hash: {{ tuple "configmap-etc.yaml" . | include "helm-toolkit.utils.hash" }}
|
||||||
{{ dict "envAll" $envAll "podName" "neutron-ovs-agent-default" "containerNames" (list "neutron-ovs-agent" "init" "neutron-openvswitch-agent-kernel-modules" "neutron-ovs-agent-init") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 8 }}
|
{{ dict "envAll" $envAll "podName" "$configMapName" "containerNames" (list "neutron-ovs-agent" "init" "neutron-openvswitch-agent-kernel-modules" "neutron-ovs-agent-init") | include "helm-toolkit.snippets.kubernetes_mandatory_access_control_annotation" | indent 8 }}
|
||||||
spec:
|
spec:
|
||||||
{{ dict "envAll" $envAll "application" "neutron_ovs_agent" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
|
{{ dict "envAll" $envAll "application" "neutron_ovs_agent" | include "helm-toolkit.snippets.kubernetes_pod_security_context" | indent 6 }}
|
||||||
serviceAccountName: {{ $serviceAccountName }}
|
serviceAccountName: {{ $serviceAccountName }}
|
||||||
@ -110,7 +110,7 @@ spec:
|
|||||||
- name: UPDATE_DPDK_BOND_CONFIG
|
- name: UPDATE_DPDK_BOND_CONFIG
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: neutron-ovs-agent-default
|
name: {{ $configMapName }}
|
||||||
key: update_dpdk_bond_config
|
key: update_dpdk_bond_config
|
||||||
{{- end }}
|
{{- end }}
|
||||||
command:
|
command:
|
||||||
|
@ -9,3 +9,4 @@ neutron:
|
|||||||
- 0.1.6 Use HostToContainer mountPropagation
|
- 0.1.6 Use HostToContainer mountPropagation
|
||||||
- 0.1.7 Change Issuer to ClusterIssuer
|
- 0.1.7 Change Issuer to ClusterIssuer
|
||||||
- 0.1.8 Revert Change Issuer to ClusterIssuer
|
- 0.1.8 Revert Change Issuer to ClusterIssuer
|
||||||
|
- 0.1.9 Update ovs agent to support host/label overrides
|
||||||
|
Loading…
Reference in New Issue
Block a user