Bug 1077114 - Missing option create engine-setup answer-file template
Summary: Missing option create engine-setup answer-file template
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-setup
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 3.3.3
Assignee: Yedidyah Bar David
QA Contact: Jiri Belka
URL:
Whiteboard: integration
Depends On: 1062717
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-17 09:38 UTC by rhev-integ
Modified: 2014-06-09 12:49 UTC (History)
16 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1062717
Environment:
Last Closed: 2014-06-09 12:49:50 UTC
oVirt Team: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 25785 0 None None None Never

Comment 3 Jiri Belka 2014-04-16 14:59:55 UTC
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

Comment 8 Jiri Belka 2014-05-05 09:53:40 UTC
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


Note You need to log in before you can comment on or make changes to this bug.