Bug 773764

Summary: support for multiple rhevm providers
Product: [Retired] CloudForms Cloud Engine Reporter: Dave Johnson <dajohnso>
Component: aeolus-configureAssignee: John Eckersberg <jeckersb>
Status: CLOSED CURRENTRELEASE QA Contact: wes hayutin <whayutin>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0.0CC: akarol, deltacloud-maint, jeckersb, slinaber, ssachdev
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 781523 (view as bug list) Environment:
Last Closed: 2012-08-30 17:17:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 781523    

Description Dave Johnson 2012-01-12 20:43:41 UTC
Description of problem:
============================
So support of multiple rhevm datacenters has been tossed around with the upgrade to deltacloud v0.5, trying to test that out, ran into this issue where aeolus-configure rewrites image factory's rhevm.json file.  We need it to support writi multiple rhevm provider's to the file.

{ 
  "user_selected_name": 
  {
     "nfs-dir": "/home/vdsm/v1", 
     "nfs-path": "/home/vdsm/v1",  
     "nfs-host": "nfs-server.redhat.com", 
     "cluster": "_any_",  
     "api-url": "http://rhevm-server.redhat.com/rhevm-api", 
     "timeout": 1800
  },
  "another_user_selected_name": 
  {
     "nfs-dir": "/home/vdsm/v1", 
     "nfs-path": "/home/vdsm/v1",  
     "nfs-host": "nfs-server.redhat.com", 
     "cluster": "_any_",  
     "api-url": "http://rhevm-server.redhat.com/rhevm-api", 
     "timeout": 1800
  }
}

Comment 1 John Eckersberg 2012-01-20 22:14:56 UTC
Patch series sent to candyland for review

Comment 2 John Eckersberg 2012-01-25 16:30:49 UTC
Pushed as series ecf8334..22a1623

Comment 3 Steve Linabery 2012-01-31 22:33:31 UTC
22a1623 is in aeolus-configure-2.5.0-8 and later

Comment 4 Dave Johnson 2012-02-07 17:18:13 UTC
good 2 go in aeolus-configure-2.5.0-11.el6.noarch