Bug 1568312
| Summary: | Ansible deploy of HE failed with error "Please specify host FQDN" when using an answer file | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-hosted-engine-setup | Reporter: | Kobi Hakimi <khakimi> | ||||||||
| Component: | General | Assignee: | Ido Rosenzwig <irosenzw> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | meital avital <mavital> | ||||||||
| Severity: | urgent | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 2.2.16 | CC: | bugs, khakimi, ratamir, stirabos, talayan | ||||||||
| Target Milestone: | ovirt-4.2.3 | Keywords: | Automation, AutomationBlocker | ||||||||
| Target Release: | --- | Flags: | rule-engine:
ovirt-4.2+
rule-engine: blocker+ |
||||||||
| 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: | 2018-04-22 14:37:47 UTC | Type: | Bug | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Kobi Hakimi
2018-04-17 08:32:22 UTC
Please attach also the answerfile Created attachment 1422955 [details]
answer file
Try to change the header of the answerfile to: [environment:default] Does it help? I started to deploy but it succeeds... so I investigate it and found out that because it's installed on rhvh-4.2.2.1-0.20180404.0 we have there ovirt-hosted-engine-setup-2.2.15-1.el7ev.noarch I'll try on different env and update. (In reply to Ido Rosenzwig from comment #3) > Try to change the header of the answerfile to: [environment:default] > Does it help? It didn't help attached the new answer file with [environment:default] section first Created attachment 1423141 [details]
answer file with environment default section first
(In reply to Kobi Hakimi from comment #6) > Created attachment 1423141 [details] > answer file with environment default section first [environment:init] DIALOG/autoAcceptDefault=bool:True [environment:default] was correct, please keep it In upstream CI test answer file template we are using: OVEHOSTED_NETWORK/fqdn=str:@HOSTEDENGINE@.@DOMAIN@ OVEHOSTED_VM/cloudinitInstanceDomainName=str:@DOMAIN@ OVEHOSTED_VM/cloudinitInstanceHostName=str:@HOSTEDENGINE@.@DOMAIN@ Can you please try explicitly setting all the three values? (In reply to Simone Tiraboschi from comment #8) > In upstream CI test answer file template we are using: > > OVEHOSTED_NETWORK/fqdn=str:@HOSTEDENGINE@.@DOMAIN@ > OVEHOSTED_VM/cloudinitInstanceDomainName=str:@DOMAIN@ > OVEHOSTED_VM/cloudinitInstanceHostName=str:@HOSTEDENGINE@.@DOMAIN@ > > Can you please try explicitly setting all the three values? Thanks Simone!!! these three values resolved this issue. closing since the problem has been solved. |