Bug 1538998
| Summary: | Ansible playbooks of host deployed getting stuck | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Lukas Svaty <lsvaty> |
| Component: | Host-Deploy | Assignee: | Ondra Machacek <omachace> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Svaty <lsvaty> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | --- | CC: | bugs, lsvaty, lveyde, mperina, omachace, pbrilla, sradco |
| Target Milestone: | ovirt-4.2.1 | Flags: | rule-engine:
ovirt-4.2+
rule-engine: blocker+ lsvaty: testing_ack+ |
| Target Release: | 4.2.1.4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | ovirt-engine-4.2.1.4 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-02-12 11:57:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1514927 | ||
|
Description
Lukas Svaty
2018-01-26 11:07:30 UTC
Also worth mentioning, that engine already have ovirt-metrics configured, so adding host might want to configure it as well. Shirly, could you please take a look what could cause metrics role to be stucked? Lukasi, could you please attach all engine logs to the bug? Better, I can share the full environment, which Ondra was already investigating. Will post credentials in the mail. Same issue: During host deployment, ansible playbook is getting killed and waiting for 30 minutes timeout, metrics were not involved in this case Environment provided to developer Just small addition, host was added to virt+gluster cluster 2018-01-29 08:38:02,541 p=735 u=ovirt | TASK [ovirt-host-deploy-firewalld : Include firewalld rules] *******************
2018-01-29 08:38:02,566 p=735 u=ovirt | skipping: [10.37.137.139] => {
"changed": false,
"skip_reason": "Conditional result was False",
"skipped": true
}
2018-01-29 08:38:02,580 p=735 u=ovirt | TASK [ovirt-host-deploy-firewalld : Enable firewalld rules] ********************
2018-01-29 08:38:02,626 p=735 u=ovirt | skipping: [10.37.137.139] => (item={u'service': u'ctdb'}) => {
"changed": false,
"item": {
"service": "ctdb"
},
"skip_reason": "Conditional result was False",
"skipped": true
}
2018-01-29 08:38:02,634 p=735 u=ovirt | skipping: [10.37.137.139] => (item={u'service': u'glusterfs'}) => {
"changed": false,
"item": {
"service": "glusterfs"
},
"skip_reason": "Conditional result was False",
"skipped": true
}
2018-01-29 08:38:02,641 p=735 u=ovirt | skipping: [10.37.137.139] => (item={u'service': u'nfs'}) => {
"changed": false,
"item": {
"service": "nfs"
},
"skip_reason": "Conditional result was False",
"skipped": true
}
2018-01-29 08:38:02,653 p=735 u=ovirt | skipping: [10.37.137.139] => (item={u'service': u'nrpe'}) => {
"changed": false,
"item": {
"service": "nrpe"
},
"skip_reason": "Conditional result was False",
"skipped": true
}
Host deploy failed 30 minutes later
verified in ovirt-engine-4.2.1.4-0.1.el7.noarch This bugzilla is included in oVirt 4.2.1 release, published on Feb 12th 2018. Since the problem described in this bug report should be resolved in oVirt 4.2.1 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |