chef-provisioning-fog
chef-provisioning-fog copied to clipboard
Fog driver for Chef Provisioning
Dependabot couldn't parse the Gemfile found at `/Gemfile`. The error Dependabot encountered was: ``` Dependabot only supports uninterpolated string arguments to eval_gemfile. Got `__FILE__ + ".local"` ```
As chef-client pins version 1.8.6 of the JSON Gem and fog requires version ~> 2.0, it is not possible to use chef provisioning with fog: [root@localhost ~]# chef-client -z cluster.rb...
I'm chef-provisioning-fog(0.26.0) with fog-openstack(0.1.22) and getting the following error: ``` Error: cannot load such file -- fog ``` It's being required here: https://github.com/chef/chef-provisioning-fog/blob/master/lib/chef/provisioning/fog_driver/driver.rb#L16 But the gem isn't installing it: https://github.com/chef/chef-provisioning-fog/blob/master/chef-provisioning-fog.gemspec...
Basically when I set `:private_vlan => VLANID` under the same datacenter in bootstrap_options, a machine keeps allocating to some other random vlan.
https://github.com/chef/chef-provisioning-fog/blob/19bf727310deb147c52bec423e96a70349a008c9/lib/chef/provisioning/fog_driver/providers/softlayer.rb#L76 Getting this: ``` # curl https://dal05.objectstorage.service.networklayer.com/v1/AUTH_b1b23a05-1c03-4961-8b08-2339886e476f/dist/sl-post-hook.sh UnauthorizedThis server could not verify that you are authorized to access the document you requested. ```
The change in #208 makes it incompatible with the vCloud Air driver: ``` [2017-03-20T14:40:27-04:00] DEBUG: Re-raising exception: ArgumentError - vcair_app[order] (order::provision line 3) had an error: ArgumentError: machine_batch[order cluster start]...
We should increase it to 60 minutes until we have a reasonable way to set it to something higher via the machine_image resource. Currently on Rackspace Private Cloud backended with...
I kept getting errors while working with the DigitalOcean driver. Here was my basic setup: ``` require "chef/provisioning" require "chef/provisioning/fog_driver/recipe_dsl" with_driver "fog:DigitalOcean" fog_key_pair 'password_protected_rsa' add_machine_options :bootstrap_options => { :image_distribution =>...
Hey! So I'm working on a PR that adds a Rax-specific example of this driver, and I've tripped over something. This driver uses [servers#create](https://github.com/fog/fog/blob/master/lib/fog/rackspace/models/compute_v2/server.rb#L248) which requires a named keypair already...
When using the `fog_key_pair` resource with `fog:Rackspace`, and the key is being created for the first time, I'm getting the following warning (note the log output is also missing a...