Bug 1077114
| Summary: | Missing option create engine-setup answer-file template | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | rhev-integ |
| Component: | ovirt-engine-setup | Assignee: | Yedidyah Bar David <didi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 3.3.0 | CC: | acathrow, alonbl, bazulay, didi, eedri, gklein, iheim, jbelka, oschreib, pprakash, pstehlik, Rhev-m-bugs, sbonazzo, scohen, thunt, yeylon |
| Target Milestone: | --- | Keywords: | Regression, ZStream |
| Target Release: | 3.3.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | integration | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1062717 | Environment: | |
| Last Closed: | 2014-06-09 12:49:50 UTC | Type: | --- |
| 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: | 1062717 | ||
| Bug Blocks: | |||
ok, rhevm-setup-3.3.3-0.51.el6ev.noarch
...snip...
--== CONFIGURATION PREVIEW ==--
Database name : engine
Database secured connection : False
Database host : localhost
Database user name : engine
Database host name validation : False
Database port : 5432
NFS setup : True
PKI organization : rhev.lab.eng.brq.redhat.com
Application mode : both
Firewall manager : iptables
Update Firewall : True
Configure WebSocket Proxy : True
Host FQDN : testovic.rhev.lab.eng.brq.redhat.com
NFS mount point : /var/lib/exports/iso
Datacenter storage type : nfs
Configure local database : True
Set application as default page : True
Configure Apache SSL : True
Please confirm installation settings (OK, Cancel) [OK]: Cancel
[ ERROR ] Failed to execute stage 'Setup validation': Configuration was rejected by user
[ INFO ] Stage: Clean up
Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20140505094905.log
[ INFO ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20140505094950-setup.conf'
[ INFO ] Generating answer file '/root/rhevm.input'
[ INFO ] Stage: Pre-termination
[ INFO ] Stage: Termination
[ ERROR ] Execution of setup failed
# head /root/rhevm.input
# action=setup
[environment:default]
OVESETUP_CORE/engineStop=none:None
OVESETUP_DIALOG/confirmSettings=none:None
OVESETUP_DB/database=str:engine
OVESETUP_DB/fixDbViolations=none:None
OVESETUP_DB/secured=bool:False
OVESETUP_DB/host=str:localhost
OVESETUP_DB/user=str:engine
OVESETUP_DB/securedHostValidation=bool:False
|
ok, i was just able to generate answer file only with 'Cancel' in the end. rhevm-setup-base-3.4.0-0.13.beta3.el6ev.noarch ...snip... [ ERROR ] Failed to execute stage 'Setup validation': Configuration was rejected by user [ INFO ] Stage: Clean up Log file is located at /var/log/ovirt-engine/setup/ovirt-engine-setup-20140416145522.log [ INFO ] Generating answer file '/var/lib/ovirt-engine/setup/answers/20140416145800-setup.conf' [ INFO ] Generating answer file '/tmp/setup' [ INFO ] Stage: Pre-termination [ INFO ] Stage: Termination [ ERROR ] Execution of setup failed # cat /tmp/setup | wc -c 1985 # head /tmp/setup # action=setup [environment:default] OVESETUP_CORE/engineStop=none:None OVESETUP_DIALOG/confirmSettings=none:None OVESETUP_DB/database=str:engine OVESETUP_DB/fixDbViolations=none:None OVESETUP_DB/secured=bool:False OVESETUP_DB/host=str:localhost OVESETUP_DB/user=str:engine OVESETUP_DB/securedHostValidation=bool:False