-
Bug
-
Resolution: Done
-
Critical
-
rhos-18.0 FR 2 (Mar 2025)
-
None
-
False
-
-
False
-
?
-
rhos-dfg-nfv
-
None
-
-
Bug Fix
-
Done
-
-
-
Critical
Environment:
Source operators: 1.0.5
Target: 1.0.7 (FR2)
During the last step of the update: Update the remaining services of the dataplane. The job fails with the following error:
TASK [osp.edpm.edpm_container_manage : Create containers from /var/lib/openstack/config/telemetry] *** ESC[1;30mtask path: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_container_manage/tasks/main.yml:53ESC[0m ESC[0;36mskipping: [edpm-compute-0] => {"changed": false, "false_condition": "(all_containers_hash|length) > 0", "skip_reason": "Conditional result was False"}ESC[0mTASK [osp.edpm.edpm_telemetry : Restart exporter container] ******************** ESC[1;30mtask path: /usr/share/ansible/collections/ansible_collections/osp/edpm/roles/edpm_telemetry/tasks/exporter.yml:22ESC[0m ESC[0;31mfatal: [edpm-compute-0]: FAILED! => {"changed": false, "msg": "Could not find the requested service edpm_openstack_network_exporter.service: host"}ESC[0m
Attaching logs of the job update-edpm-deployment-ipam-update-dataplane-services-openstack.logs
Workaround:
Add the telemetry OpenStackDataplanService before you launch the update command. Make sure you add it before the update OpenStackDataplaneService:
Use:
apiVersion: dataplane.openstack.org/v1beta1 kind: OpenStackDataPlaneDeployment metadata: name: edpm-deployment-ipam-update-dataplane-services spec: nodeSets: - openstack-edpm-ipam servicesOverride: - telemetry - update
Instead of:
apiVersion: dataplane.openstack.org/v1beta1 kind: OpenStackDataPlaneDeployment metadata: name: edpm-deployment-ipam-update-dataplane-services spec: nodeSets: - openstack-edpm-ipam servicesOverride: - update
- links to
- mentioned on