Jaymz Julian

Results 14 comments of Jaymz Julian

Hi there we also use the OCI SDK in our devops product (MintPress - http://limepoint.com), and we have 3 reasonably large customers using that. I'd be happy to jump on...

Can reproduce - issue seems to be machine_for is referencing machine_options[:bootstrap_options][:ssh] but bootstrap optionsa re not coming through :( EDIT: whereas other drivers put the entire bootstrap options in machine_spec.reference,...

Hilariously, you can work around this by putting a machine_options in your client.rb file that you use - it will merge this with the exsting config. This is obviously not...

AWS handles this by fundamentally being a much more complicated driver, and hence keeping track internally of what it did - my first impulse was/is to modify the vsphere drive...

A pull request to do this world likely be accepted, however c-p is community supported at this point so someone world have to implement it

I can't commit myself, and i think this being in chef-boneyard now means no-one can/will? - I'm chasing up to see what to do from here to get it merged...

chef-provisioning-fog has long been unmaintained, and is believed to not work - I don't use that myself, ymmv! I maintain a fork of c-p-vsphere at https://github.com/jjlimepoint/chef-provisioning-vsphere (which we use with...

For chef provisioning itself, I'm maintaining it for our customers as a part of my job, and I have commit to the official repo, so that's somewhat better On Tue,...

This will absolutely break my environment as is - 172.18.x.x is a valid internal IP set, not just used by docker. Please don't merge as is! :)