-
Bug
-
Resolution: Unresolved
-
Major
-
rhos-17.1.4
-
None
-
2
-
False
-
-
False
-
?
-
rhos-ops-day1day2-upgrades
-
None
-
-
Known Issue
-
Done
-
-
-
-
Important
To Reproduce Steps to reproduce the behavior:
- After FFU upgrade from 16.2 > 17.1 completed, Run:
- $ validation run -i inventory.yaml --group post-upgrade
aa31ef96-4f2e-478e-9231-af098d4ec77f undercloud-service-status FAILED undercloud undercloud 0:00:02.649 undercloud: One or more items failed
Expected behavior
- the validation task 'PASSED'
Bug impact
- The Customer needs to run the validation post-upgrade to ensure all service are active and running, Feedback on the upgrade in this current site will be implemented in all customer prod. sites.
Additional context
- The output of : #openstack tripleo validator show run --full "of_the_task" is attached on the case
- found those services are inactive :
#openstack tripleo validator show run --full "aa31ef96-4f2e-478e-9231-af098d4ec77f"
"item": "tripleo_nova_compute",
"msg": "",
"rc": 0,
"start": "2025-02-10 11:27:28.006674",
"stderr": "",
"stderr_lines": [],
"stdout": "ActiveState=inactive",
"stdout_lines": [
"ActiveState=inactive"
]
},
"item": "tripleo_heat_engine",
"msg": "",
"rc": 0,
"start": "2025-02-10 11:27:28.242350",
"stderr": "",
"stderr_lines": [],
"stdout": "ActiveState=inactive",
"stdout_lines": [
"ActiveState=inactive"
]
},
"item": "tripleo_swift_container_server",
"msg": "",
"rc": 0,
"start": "2025-02-10 11:27:28.692564",
"stderr": "",
"stderr_lines": [],
"stdout": "ActiveState=inactive",
"stdout_lines": [
"ActiveState=inactive"
]
},
"item": "tripleo_swift_object_server",
"msg": "",
"rc": 0,
"start": "2025-02-10 11:27:29.923258",
"stderr": "",
"stderr_lines": [],
"stdout": "ActiveState=inactive",
"stdout_lines": [
"ActiveState=inactive"
]
},
"item": "tripleo_mistral_engine",
"msg": "",
"rc": 0,
"start": "2025-02-10 11:27:30.147462",
"stderr": "",
"stderr_lines": [],
"stdout": "ActiveState=inactive",
"stdout_lines": [
"ActiveState=inactive"
]