forked from arachnys/cabot
-
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.
Make Cabot work on 14.04 as well as 12.04
Closes upstream arachnys#122
- Loading branch information
Showing
5 changed files
with
71 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,4 @@ celerybeat-schedule | |
*.orig | ||
.vagrant | ||
conf/*.env | ||
local_config.yml |
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,13 @@ | ||
--- | ||
# Example Local Vagrant config | ||
# With this file, you can override the amount of RAM and CPUs allocated | ||
# to the VM, as well as change the base box it uses. Just copy it to | ||
# local_config.yml and edit with whatever values you want. | ||
# | ||
# Note that it doesn't take effect until you vagrant destroy && vagrant up | ||
|
||
# double your pleasure double your CPU and RAM | ||
ram: 2048 | ||
cpu: 2 | ||
# hashicorp ubuntu doesn't support VMWare, so use box-cutter | ||
box: box-cutter/ubuntu1404 |