Discussion:
Noob to fog and was trying to get working with vsphere 5.0 ruby 2.1.1 and 1.9.3 with fog 1.20
Thomas Foster
2014-02-28 20:14:30 UTC
Permalink
I was wondering if this is still supported also, I wanted to know if I was
doing something wrong...My apologies if I don't have all information
needed. I am just trying to make a connection to my vsphere appliance and
I cannot.

my .fog file:

:default:
:vsphere_server: server1.domain
:vsphere_username: ***@domain
:vsphere_password: mypassword
:vsphere_expected_pubkey_hash: myhash


fog

[fog][WARNING] Unsupported StormOnDemand service: network
[fog][WARNING] Unsupported StormOnDemand service: storage
[fog][WARNING] Unsupported StormOnDemand service: dns
[fog][WARNING] Unsupported StormOnDemand service: billing
[fog][WARNING] Unsupported StormOnDemand service: monitoring
[fog][WARNING] Unsupported StormOnDemand service: support
[fog][WARNING] Unsupported StormOnDemand service: account
[fog][WARNING] Unsupported StormOnDemand service: vpn
Welcome to fog interactive!
:default provides Openvz and Vsphere
f=Fog::Compute.new(:provider => "Vsphere")
f.collections
[:servers, :servertypes, :datacenters, :interfaces, :interfacetypes,
:volumes, :templates, :clusters, :resource_pools, :networks, :datastores,
:folders, :customvalues, :customfields]

This is where I am stuck...I wanted to list systems on my servers but I do
not know how to use the models and would appreciate any help...I would
prefer being pointed in the right direction, unless it's too complicated.

Thanks!
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...