Project

General

Profile

Bug #2612 » fog-1.11.1-foreman1.2-RC2.txt

fog 1.11.1 foreman-1.2-RC2 - Ronny M, 06/10/2013 02:58 PM

 
Welcome to fog interactive!
:default provides AWS, BareMetalCloud, Bluebox, Brightbox, Clodo, Cloudstack, DNSMadeEasy, DNSimple, GoGrid, IBM, Linode, Local, OpenStack, Ovirt, Rackspace, Voxel, Vsphere and Zerigo
>> f=Fog::Compute.new(:provider => "vsphere", :vsphere_username => "Administrator", :vsphere_password=> "xxxxxx", :vsphere_server => "192.168.88.151", :vsphere_expected_pubkey_hash => "425f4599cd4f1939c3372ffb2dcc822b5ab200b4ddca7b7a774961a3d28c4484")
#<Fog::Compute::Vsphere::Real:17631420 @vsphere_username="Administrator" @vsphere_password="!Redhat01" @vsphere_server="192.168.88.151" @vsphere_port=443 @vsphere_path="/sdk" @vsphere_ns="urn:vim25" @vsphere_rev="4.1" @vsphere_ssl=true @vsphere_expected_pubkey_hash="425f4599cd4f1939c3372ffb2dcc822b5ab200b4ddca7b7a774961a3d28c4484" @vsphere_must_reauthenticate=false @connection=#<RbVmomi::VIM:0x00000000f1b5f8 @ns="urn:vim25", @rev="4.1", @opts={:host=>"192.168.88.151", :port=>443, :path=>"/sdk", :ns=>"urn:vim25", :rev=>"4.0", :ssl=>true, :insecure=>true}, @debug=nil, @cookie="vmware_soap_session=\"52ba48e2-72ef-a142-d23b-a4233e2dc1ef\"; Path=/; HttpOnly;", @lock=#<Mutex:0x00000000f1b2b0>, @http=#<Net::HTTP 192.168.88.151:443 open=true>, @serviceContent=#<RbVmomi::VIM::ServiceContent:0x00000002546288 @props={:dynamicProperty=>[], :rootFolder=>Folder("group-d1"), :propertyCollector=>PropertyCollector("propertyCollector"), :viewManager=>ViewManager("ViewManager"), :about=>#<RbVmomi::VIM::AboutInfo:0x000000020dc530 @props={:dynamicProperty=>[], :name=>"VMware vCenter Server", :fullName=>"VMware vCenter Server 5.0.0 build-455964", :vendor=>"VMware, Inc.", :version=>"5.0.0", :build=>"455964", :localeVersion=>"INTL", :localeBuild=>"000", :osType=>"win32-x64", :productLineId=>"vpx", :apiType=>"VirtualCenter", :apiVersion=>"5.0", :instanceUuid=>"B24EEC78-07DD-4821-BE61-E27B5B06F725", :licenseProductName=>"VMware VirtualCenter Server", :licenseProductVersion=>"5.0"}>, :setting=>OptionManager("VpxSettings"), :userDirectory=>UserDirectory("UserDirectory"), :sessionManager=>SessionManager("SessionManager"), :authorizationManager=>AuthorizationManager("AuthorizationManager"), :perfManager=>PerformanceManager("PerfMgr"), :scheduledTaskManager=>ScheduledTaskManager("ScheduledTaskManager"), :alarmManager=>AlarmManager("AlarmManager"), :eventManager=>EventManager("EventManager"), :taskManager=>TaskManager("TaskManager"), :extensionManager=>ExtensionManager("ExtensionManager"), :customizationSpecManager=>CustomizationSpecManager("CustomizationSpecManager"), :customFieldsManager=>CustomFieldsManager("CustomFieldsManager"), :diagnosticManager=>DiagnosticManager("DiagMgr"), :licenseManager=>LicenseManager("LicenseManager"), :searchIndex=>SearchIndex("SearchIndex"), :fileManager=>FileManager("FileManager"), :virtualDiskManager=>VirtualDiskManager("virtualDiskManager"), :snmpSystem=>HostSnmpSystem("SnmpSystem"), :vmProvisioningChecker=>VirtualMachineProvisioningChecker("ProvChecker"), :vmCompatibilityChecker=>VirtualMachineCompatibilityChecker("CompatChecker"), :ovfManager=>OvfManager("OvfManager"), :ipPoolManager=>IpPoolManager("IpPoolManager"), :dvSwitchManager=>DistributedVirtualSwitchManager("DVSManager"), :hostProfileManager=>HostProfileManager("HostProfileManager"), :clusterProfileManager=>ClusterProfileManager("ClusterProfileManager"), :complianceManager=>ProfileComplianceManager("MoComplianceManager"), :localizationManager=>LocalizationManager("LocalizationManager")}>> @vsphere_is_vcenter=true>
>> f.servers
(Object doesn't support #inspect)
(10-10/12)