Created attachment 486090 [details] Output from aeolus configure script Description of problem: When running the script /usr/sbin/aeolus-configure, if the http_proxy environment variable is set, Aeolus will be unable to hit http://localhost:3002/api to complete the setup. Version-Release number of selected component (if applicable): aeolus-configure.noarch 0:2.0.0-3.el6 How reproducible: 100% Steps to Reproduce: 1. export http_proxy=http://proxy-address:8080 2. /usr/sbin/aeolus-configure 3. Watch aeolus-configure consume itself in a pyre of rage... or just throw an http error message returned from the proxy that it cannot find the page Actual results: (snippet) notice: //Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: <HTML> notice: //Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: <HEAD> notice: //Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> notice: //Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: <TITLE>A DNS entry for the requested site does not exist</TITLE> notice: //Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: </HEAD> notice: //Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: <BODY> Expected results: notice: //Aeolus::Create_bucket[aeolus]/Exec[create-bucket-aeolus]/returns: executed successfully
adding to ce-beta tracker
moving bugs to cloud engine project
Patch resolving this sent to list https://fedorahosted.org/pipermail/aeolus-devel/2011-June/002725.html
Patch pushed http://git.fedorahosted.org/git/?p=aeolus/configure.git;a=commitdiff;h=f1e1c47180b5bf045915732027005729322434df
verified [root@hp-z400-01 yum.repos.d]# rpm -qa | grep aeolus aeolus-conductor-daemons-0.3.0-0.el6.20110705143716git65ca9f4.noarch aeolus-conductor-0.3.0-0.el6.20110705143716git65ca9f4.noarch rubygem-aeolus-cli-0.0.1-1.el6.20110705143716git65ca9f4.noarch aeolus-conductor-doc-0.3.0-0.el6.20110705143716git65ca9f4.noarch aeolus-all-0.3.0-0.el6.20110705143716git65ca9f4.noarch aeolus-configure-2.0.1-0.el6.20110628141215gitb8aaf85.noarch [root@hp-z400-01 yum.repos.d]# less /var/log/imagefactory.log [root@hp-z400-01 yum.repos.d]# rpm -qa | grep factory rubygem-image_factory_connector-0.0.3-1.el6.20110705143716git65ca9f4.noarch imagefactory-0.2.2-1.el6.noarch rubygem-image_factory_console-0.4.0-1.el6.20110705143716git65ca9f4.noarch
this bug was verified in error.. it should be on_qa
Using a proxy is not currently supported. https://bugzilla.redhat.com/show_bug.cgi?id=725032
perm close