Bug 773060 - do not add provider accounts for rhevm,vshpere in aeolus-configure
Summary: do not add provider accounts for rhevm,vshpere in aeolus-configure
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-configure
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: John Eckersberg
QA Contact: wes hayutin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-10 19:30 UTC by wes hayutin
Modified: 2012-05-15 20:45 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-05-15 20:45:37 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2012:0586 0 normal SHIPPED_LIVE new packages: aeolus-configure 2012-05-15 22:31:34 UTC

Description wes hayutin 2012-01-10 19:30:33 UTC
Currently aeolus-configure adds provider accounts for rhevm,vsphere but does not add them for ec2. 

To be consistent the call is to *not* add provider accounts for rhevm, vsphere via aeolus-configure

Comment 1 wes hayutin 2012-01-10 19:30:50 UTC
[root@qeblade32 ~]# rpm -qa | grep aeolus
rubygem-aeolus-cli-0.3.0-2.el6.noarch
rubygem-aeolus-image-0.3.0-2.el6.noarch
aeolus-all-0.8.0-2.el6.noarch
aeolus-conductor-0.8.0-2.el6.noarch
aeolus-conductor-daemons-0.8.0-2.el6.noarch
aeolus-configure-2.5.0-2.el6.noarch
aeolus-conductor-doc-0.8.0-2.el6.noarch
[root@qeblade32 ~]#

Comment 2 John Eckersberg 2012-01-11 16:51:31 UTC
Patch sent to list:

https://fedorahosted.org/pipermail/aeolus-devel/2012-January/007996.html

Comment 3 Steve Linabery 2012-01-11 18:39:22 UTC
5cd778619d0424ef541837ac6822464b5690d74f on 2.5.x branch of aeolus-configure was built into aeolus-configure-2.5.0-4

Comment 4 Martin Kočí 2012-01-11 20:25:06 UTC
Looks this is related (correct me if I'm wrong): 
On rhel62
# aeolus-image list --accounts
Name        Provider     Provider Type     
-------     --------     -------------     
rhevm       rhevm        rhevm             
vsphere     vsphere      vsphere           

[root@qeblade22 ImageFactory-KocaTesting2]# aeolus-image push --account vsphere --targetimage 50b54735-3571-4e50-bdfc-24557a5fa6cb

ERROR:  ProviderAccountNotFound => Could not find provider account for name 
    vsphere

# rpm -qa|grep 'aeolus\|imagefactory-\|oz-\|iwhd'
rubygem-imagefactory-console-0.5.0-4.20110824113238gitd9debef.el6.noarch
aeolus-configure-2.6.0-0.20120105171403gitf0043e8.el6.noarch
aeolus-conductor-daemons-0.9.0-0.20120105223209git5e068fe.el6.noarch
rubygem-aeolus-cli-0.4.0-0.20120105171410git2c6b457.el6.noarch
aeolus-conductor-0.9.0-0.20120105223209git5e068fe.el6.noarch
imagefactory-jeosconf-ec2-rhel-1.0.0rc2.1-1.el6.noarch
rubygem-arel-2.0.10-0.aeolus.el6.noarch
rubygem-ZenTest-4.3.3-2.aeolus.el6.noarch
aeolus-conductor-doc-0.9.0-0.20120105223209git5e068fe.el6.noarch
oz-0.8.0-0.20111219203204git5775e9d.el6.noarch
aeolus-all-0.9.0-0.20120105223209git5e068fe.el6.noarch
iwhd-1.2-3.el6.x86_64
imagefactory-jeosconf-ec2-fedora-1.0.0rc2.1-1.el6.noarch
imagefactory-1.0.0rc2.1-1.el6.noarch
rubygem-aeolus-image-0.4.0-0.20120105171419git8108b42.el6.noarch

------------------
on F15:
# aeolus image list --accounts
Name        Provider     Provider Type     
-------     --------     -------------     
rhevm       rhevm        rhevm             
mock        mock         mock              
vsphere     vsphere      vsphere           

[root@koca imagefactory_regression]#  aeolus image push --account vsphere --targetimage 8e21f5ae-4d88-4877-a865-2d10cbcd4ae2

ERROR:  ProviderAccountNotFound => Could not find provider account for name 
    vsphere


# rpm -qa|grep 'aeolus\|imagefactory-\|oz-\|iwhd'
rubygem-aeolus-image-0.4.0-0.20120105171419git8108b42.fc15.noarch
aeolus-conductor-daemons-0.9.0-0.20120105223209git5e068fe.fc15.noarch
rubygem-imagefactory-console-0.5.0-4.20110824113238gitd9debef.fc15.noarch
aeolus-all-0.9.0-0.20120105223209git5e068fe.fc15.noarch
aeolus-configure-2.6.0-0.20120105171403gitf0043e8.fc15.noarch
imagefactory-jeosconf-ec2-rhel-1.0.0rc1-1.fc15.noarch
imagefactory-jeosconf-ec2-fedora-1.0.0rc1-1.fc15.noarch
oz-0.8.0-0.20111219203204git5775e9d.fc15.noarch
aeolus-conductor-0.9.0-0.20120105223209git5e068fe.fc15.noarch
iwhd-1.1-1.fc15.x86_64
rubygem-aeolus-cli-0.4.0-0.20120105171410git2c6b457.fc15.noarch
imagefactory-1.0.0rc1-1.fc15.noarch
aeolus-conductor-doc-0.9.0-0.20120105223209git5e068fe.fc15.noarch

Comment 5 wes hayutin 2012-01-11 23:02:01 UTC
Martin .. you are using an old version of rubygem-aeolus-cli.. although dev's versioning is all fubar'd


rubygem-aeolus-cli-0.3.0-3.el6.noarch
please test on rhel

aeolus-configure is no longer adding provider accounts.. as expected..

verified..
aeolus-configure-2.5.0-4.el6.noarch

Comment 6 wes hayutin 2012-01-12 16:27:15 UTC
removing verified on-qa from tracker

Comment 8 errata-xmlrpc 2012-05-15 20:45:37 UTC
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-2012-0586.html


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