Previously, configurations which are not relevant to Red Hat Storage Console were displayed during Red Hat Storage Console setup. Now, with this update, the settings are modified to display the queries correctly.
Description of problem:
rhsc-setup prompts for rhevm related configurations. See below:
----------------
[ INFO ] NFS configuration skipped with application mode Gluster
Configure WebSocket Proxy on this machine? (Yes, No) [Yes]: no
--== END OF CONFIGURATION ==--
Would you like transactions from the Red Hat Access Plugin sent from the RHSC to be brokered through a proxy server? (Yes, No) [No]:
Would you like transactions from the Red Hat Access Plugin sent from the RHEV Manager to be brokered through a proxy server? (Yes, No) [No]:
[ INFO ] Stage: Setup validation
--== CONFIGURATION PREVIEW ==--
Database name : engine
Database secured connection : False
Database host : localhost
Database user name : engine
Database host name validation : False
Datbase port : 5432
PKI organization : Red Hat
Application mode : gluster
Firewall manager : iptables
Update Firewall : True
Configure WebSocket Proxy : False
----------------
Version-Release number of selected component (if applicable): cb11/ Red Hat Storage Console Version: 2.1.2-0.27.beta.el6_5
-----
[root@rhs-client3 ]# rpm -qa |grep rhsc
rhsc-doc-2.1.2-4.el6eng.noarch
rhsc-branding-rhs-2.1.2-5.0.el6rhs.noarch
rhsc-2.1.2-0.27.beta.el6_5.noarch
rhsc-sdk-python-2.1.2.0-2.el6rhs.noarch
rhsc-restapi-2.1.2-0.27.beta.el6_5.noarch
rhsc-webadmin-portal-2.1.2-0.27.beta.el6_5.noarch
rhsc-dbscripts-2.1.2-0.27.beta.el6_5.noarch
rhsc-cli-2.1.2.1-2.el6rhs.noarch
rhsc-tools-2.1.2-0.27.beta.el6_5.noarch
rhsc-setup-2.1.2-0.27.beta.el6_5.noarch
rhsc-lib-2.1.2-0.27.beta.el6_5.noarch
rhsc-backend-2.1.2-0.27.beta.el6_5.noarch
redhat-access-plugin-rhsc-2.1.2-2.el6rhs.noarch
rhsc-log-collector-2.1.2.0-0.3.el6rhs.noarch
-----
How reproducible: Always
Steps to Reproduce:
1. Install rhsc as per http://rhsm.pad.engineering.redhat.com/rhsc-build-cb11
2. Execute #rhsc-setup
3.
Actual results: Following extra prompts are seen with cb11:
-----
Configure WebSocket Proxy on this machine? (Yes, No) [Yes]:
Would you like transactions from the Red Hat Access Plugin sent from the RHEV Manager to be brokered through a proxy server? (Yes, No) [No]:
Configure WebSocket Proxy : False
-----
Expected results: Remove all the above configuration prompts that are not relevant for rhsc.
Additional info:
On rhevm-setup-plugin side we'll add an environment variable for allowing to disable the rhedat-support-plugin-rhevm plugin. On this side, you'll have to set that env for disabling it.
There is already a variable for disabling it:
OVESETUP_SYSTEM/configureRedhatSupportPlugin=bool:False
Just add the above line in a file like:
/etc/ovirt-engine-setup.conf.d/20-rhsc-packaging.conf
Should be enough.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHEA-2014-0208.html
Description of problem: rhsc-setup prompts for rhevm related configurations. See below: ---------------- [ INFO ] NFS configuration skipped with application mode Gluster Configure WebSocket Proxy on this machine? (Yes, No) [Yes]: no --== END OF CONFIGURATION ==-- Would you like transactions from the Red Hat Access Plugin sent from the RHSC to be brokered through a proxy server? (Yes, No) [No]: Would you like transactions from the Red Hat Access Plugin sent from the RHEV Manager to be brokered through a proxy server? (Yes, No) [No]: [ INFO ] Stage: Setup validation --== CONFIGURATION PREVIEW ==-- Database name : engine Database secured connection : False Database host : localhost Database user name : engine Database host name validation : False Datbase port : 5432 PKI organization : Red Hat Application mode : gluster Firewall manager : iptables Update Firewall : True Configure WebSocket Proxy : False ---------------- Version-Release number of selected component (if applicable): cb11/ Red Hat Storage Console Version: 2.1.2-0.27.beta.el6_5 ----- [root@rhs-client3 ]# rpm -qa |grep rhsc rhsc-doc-2.1.2-4.el6eng.noarch rhsc-branding-rhs-2.1.2-5.0.el6rhs.noarch rhsc-2.1.2-0.27.beta.el6_5.noarch rhsc-sdk-python-2.1.2.0-2.el6rhs.noarch rhsc-restapi-2.1.2-0.27.beta.el6_5.noarch rhsc-webadmin-portal-2.1.2-0.27.beta.el6_5.noarch rhsc-dbscripts-2.1.2-0.27.beta.el6_5.noarch rhsc-cli-2.1.2.1-2.el6rhs.noarch rhsc-tools-2.1.2-0.27.beta.el6_5.noarch rhsc-setup-2.1.2-0.27.beta.el6_5.noarch rhsc-lib-2.1.2-0.27.beta.el6_5.noarch rhsc-backend-2.1.2-0.27.beta.el6_5.noarch redhat-access-plugin-rhsc-2.1.2-2.el6rhs.noarch rhsc-log-collector-2.1.2.0-0.3.el6rhs.noarch ----- How reproducible: Always Steps to Reproduce: 1. Install rhsc as per http://rhsm.pad.engineering.redhat.com/rhsc-build-cb11 2. Execute #rhsc-setup 3. Actual results: Following extra prompts are seen with cb11: ----- Configure WebSocket Proxy on this machine? (Yes, No) [Yes]: Would you like transactions from the Red Hat Access Plugin sent from the RHEV Manager to be brokered through a proxy server? (Yes, No) [No]: Configure WebSocket Proxy : False ----- Expected results: Remove all the above configuration prompts that are not relevant for rhsc. Additional info: