-
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.
Update Ubuntu Vagrant boxes used by Beaker
Use (seemingly better) boxcutter Ubuntu 14.04 box. Add Ubuntu 15.04 box. Note that the 15.04 Beaker tests are currently failing (see #63). Update Rake tasks accordingly. Signed-off-by: Daniel Farrell <[email protected]>
- Loading branch information
1 parent
dfec141
commit 15f6678
Showing
3 changed files
with
23 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
HOSTS: | ||
ubuntu-1504: | ||
roles: | ||
- master | ||
platform: ubuntu-1504-amd64 | ||
box: boxcutter/ubuntu1504 | ||
box_url: https://atlas.hashicorp.com/boxcutter/boxes/ubuntu1504 | ||
hypervisor: vagrant | ||
|
||
CONFIG: | ||
log_level: verbose | ||
type: foss |