Host of compute ironic service equals pod name.
If compute ironic pod migrates to another host, old compute ironic service is not deleted and in 'down' status forever. Unless it's deleted manually. New compute ironic service is created successfuly and in 'up' status. This error behavior is due to host of compute ironic service equals node name because of host networking. The patch disables host networking which solves the issue. Story: #2009843 Task: #44446 Change-Id: Iec86be4961cbf3a74c8028cd981ed2a9f6584add
This commit is contained in:
parent
151c03d5ec
commit
9f5e397f3b
@ -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.2.31
|
version: 0.2.32
|
||||||
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:
|
||||||
|
@ -53,7 +53,6 @@ spec:
|
|||||||
{{ .Values.labels.agent.compute_ironic.node_selector_key }}: {{ .Values.labels.agent.compute_ironic.node_selector_value }}
|
{{ .Values.labels.agent.compute_ironic.node_selector_key }}: {{ .Values.labels.agent.compute_ironic.node_selector_value }}
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
hostNetwork: true
|
|
||||||
hostPID: true
|
hostPID: true
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
initContainers:
|
initContainers:
|
||||||
|
@ -52,4 +52,5 @@ nova:
|
|||||||
- 0.2.29 Remove ssh-config
|
- 0.2.29 Remove ssh-config
|
||||||
- 0.2.30 Improve health probe logging
|
- 0.2.30 Improve health probe logging
|
||||||
- 0.2.31 Update oslo messaging get_transport
|
- 0.2.31 Update oslo messaging get_transport
|
||||||
|
- 0.2.32 Host of ironic compute service equals pod name
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user