Bug 2034512
| Summary: | Clarify IdMServer, IdMDomain can be removed when IDM servers are clustered with replication | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Donghwi Cha <dcha> |
| Component: | documentation | Assignee: | RHOS Documentation Team <rhos-docs> |
| Status: | CLOSED NOTABUG | QA Contact: | RHOS Documentation Team <rhos-docs> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 16.2 (Train) | CC: | alee, astillma, gregraka, jinjli, rheslop |
| Target Milestone: | z3 | Keywords: | Documentation, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-01-27 21:37:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2034765 | ||
| Bug Blocks: | |||
|
Description
Donghwi Cha
2021-12-21 07:50:35 UTC
Hi. Here is more information.
When one of the IPA server from the two IPA replication cluster is down,
Ansible module sometimes fails to find IPA host as seen below,
with or without IdMServer, IdMDomain in overcloud heat template.
2021-12-20 11:32:56,163 p=101181 u=mistral n=ansible | 2021-12-20 11:32:56.163432 | | WARNING | Module did not set no_log for random_password
2021-12-20 11:32:56,164 p=101181 u=mistral n=ansible | 2021-12-20 11:32:56.164471 | 525400ab-bd08-bd92-0123-000000001fb7 | FATAL | add new host with random one-time password | undercloud | error={"changed": false, "msg": "host_find: Request failed: <urlopen error [Errno 113] No route to host>"}
2021-12-20 11:32:56,272 p=101181 u=mistral n=ansible | PLAY RECAP *********************************************************************
2021-12-20 11:32:56,273 p=101181 u=mistral n=ansible | exmaple-compute-1 : ok=151 changed=83 unreachable=0 failed=0 skipped=64 rescued=0 ignored=0
2021-12-20 11:32:56,273 p=101181 u=mistral n=ansible | exmaple-compute-2 : ok=147 changed=83 unreachable=0 failed=0 skipped=64 rescued=0 ignored=0
2021-12-20 11:32:56,273 p=101181 u=mistral n=ansible | exmaple-controller-1 : ok=165 changed=100 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0
2021-12-20 11:32:56,273 p=101181 u=mistral n=ansible | undercloud
So it is necessary to clarify first whether removing IdMServer, IdMDomain parameter from overcloud deploy is recommended or not.
If removing IdMServer, IdMDomain from Overcloud Heat template is verified to be fine technically first by engineering,
then the document update can follow subsequently.
Fixed in openstack-tripleo-heat-templates-11.6.1-2.20220821010130.b1e9bfe.el8ost (see https://bugzilla.redhat.com/show_bug.cgi?id=2034765 comment 13) |