Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature to store machine data in node attribute rather than file. #31

Merged
merged 1 commit into from
May 18, 2016

Conversation

christinedraper
Copy link
Contributor

To use this feature, specify a driver url of 'ssh:chef'. This makes it easier to use ssh provisioning from multiple locations. One example use case is using provisioning actions in different phases of Chef Delivery.

In support of above:

  1. Some refactoring of driver.rb.
  2. Fixed some warnings with gemspec.
  3. Fixed tests for changed location of vagrant insecure key in vagrant 1.7+.
  4. Updated readme for above and some out of date info.

Also fixes #29, removing need to specify machine_options in subsequent recipes referring to the same machines (e.g. to destroy them).

@christinedraper
Copy link
Contributor Author

Added a fix for #25

To use this option, specify a driver url of 'ssh:chef'

In support of above:
1. Some refactoring of driver.rb.
2. Fixes some warnings with gemspec.
3. Fixes tests for changed location of vagrant insecure key in vagrant 1.7+.
4. Updated readme for above and some out of date info.

Also fixes chef-boneyard#29 by using stored transport options if none specified, and
fixes chef-boneyard#25 so validation logic accepts windows :port
@tyler-ball
Copy link
Contributor

Thanks @christinedraper !

@tyler-ball tyler-ball merged commit 3191590 into chef-boneyard:master May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consecutive uses of the machine resource fail when omitting machine_options
2 participants