This repository was archived by the owner on Nov 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Demitri Swan
committed
Aug 10, 2016
1 parent
278a310
commit e6fc0bf
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
The init subcommand initializes state-based configuration for vagrant_spec. | ||
|
||
It creates a spec_helper.rb file under the configured serverspec directory. This | ||
file is used to setup serverspec backend configuration and ease serverspec | ||
It creates a spec_helper.rb file under the configured ServerSpec directory. This | ||
file is used to setup ServerSpec backend configuration and ease ServerSpec | ||
testing. | ||
|
||
If config.spec.ansible_inventory configuration directive is used within the | ||
If the config.spec.ansible_inventory configuration directive is used within the | ||
Vagrantfile, then init will generate a test inventory file | ||
vagrantspec_inventory. This file can be used for ansible orchestration against | ||
the vagrant instances. | ||
the Vagrant instances. | ||
|
||
By default, init will generate a json file containing machine data for each | ||
vagrant instance at .vagrantspec_machine_data. This file can be used by | ||
orchestration tooling outside of ansible to map events to vagrant nodes. The | ||
Vagrant instance at .vagrantspec_machine_data. This file can be used by | ||
orchestration tooling aside from ansible to map events to vagrant nodes. The | ||
config.spec.generate_machine_data configuration parameter controls the | ||
generation of this file. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters