Cody Bredendick
Cody Bredendick
`docker_registry` seems to only set an auth header for docker commands to be used during the chef run. Proposing exposing an action (possibly `:enable`) that would permanently set the auth...
Have you looked into support for adding multiple networks to a VM? The `vcenter.network_name` property essentially assumes just one system. rbvmomi seems to support multiple network definitions, though I haven't...
Similar to the reasoning behind #20 and #21, it would be very convenient to be able to specify a distributed switch in `vcenter.network_name`.
Maybe I missed something obvious, but I can't see any way to pull in and install the admin-center jar (for instance, from here: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/beta/wlp-beta-admin-2015.4.0.0.jar) This feels like a pretty core...
I have a repeatable failure for SoftLayer accounts with large numbers of instances. ``` require 'rubygems' require 'softlayer_api' require 'pp' client = SoftLayer::Client.new( :username => ENV["SL_API_USER"], ## API Username :api_key...
We are _finally_ getting around to merging our own api wrapper with the 2.x+ gem here so we can start work on the new semantic models, but we're hitting a...
This one may be a bit more abstract. It might be worth having a utility class that can help enumerate many of SoftLayer's constants. Operating system types (plus dynamic handling...