-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade CentOS box to one that tracks the latest version (15.05 atm). Use boxcutter boxes for all Vagrantfiles. Seem higher quality. Add a Fedora 22 box. Note that Beaker 2.18.3 (current version) is incompatible with F20+, so those tests are currently failing. See #63 Signed-off-by: Daniel Farrell <[email protected]>
- Loading branch information
1 parent
e64d41b
commit 1463a22
Showing
5 changed files
with
23 additions
and
6 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
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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
HOSTS: | ||
fedora-22: | ||
roles: | ||
- master | ||
platform: fedora-22-x86_64 | ||
box: boxcutter/fedora22 | ||
box_url: https://atlas.hashicorp.com/boxcutter/boxes/fedora22 | ||
hypervisor: vagrant | ||
|
||
CONFIG: | ||
log_level: verbose | ||
type: foss |