Add provider metadata to metdata files on build. #387
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The build metadata produced by
bin/bento
is modified to containVagrant provider-compatible metadata as in the following example:
The provider data will help for future publishing to Atlas and will
allow for a standalone "metadata server" to provide Atlas-like download
capabilities for Vagrant clients.
Also note that the following metadata attributes are dropped as of this
commit:
atlas_org
: the team/org information will be added directly to thebox name. For example the box called "debian-8.0" would now be called
"chef/debian-8.0"
arch
: This piece of metadata wasn't used anywhere directly and canmost likely be captured in a future description attribute.