Bug 781523 - support for multiple vsphere providers/datastores
Summary: support for multiple vsphere providers/datastores
Keywords:
Status: CLOSED CURRENTRELEASE
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: 773764
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-13 16:31 UTC by Dave Johnson
Modified: 2012-08-30 17:18 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 773764
Environment:
Last Closed:


Attachments (Terms of Use)

Description Dave Johnson 2012-01-13 16:31:19 UTC
+++ This bug was initially created as a clone of Bug #773764 +++


Description of problem:
============================
We most likely need to add the same support for multiple vsphere environments to aeolus-configure and its outputting of vsphere.json.  

{ 
  "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:58 UTC
Patch series sent to candyland for review

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

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

Comment 4 Dave Johnson 2012-02-02 15:04:38 UTC
good 2 go in aeolus-configure-2.5.0-11.el6.noarch


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