Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
1a9aa349
Commit
1a9aa349
authored
Feb 25, 2014
by
Valera Rozuvan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding same changes to other Vagrantfiles.
parent
bfe4d90e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
vagrant/base/devstack/Vagrantfile
+4
-1
vagrant/base/fullstack/Vagrantfile
+4
-1
vagrant/release/fullstack/Vagrantfile
+4
-1
No files found.
vagrant/base/devstack/Vagrantfile
View file @
1a9aa349
VAGRANTFILE_API_VERSION
=
"2"
Vagrant
.
require_version
">= 1.3.4"
MEMORY
=
2048
CPU_COUNT
=
2
...
...
@@ -14,7 +17,7 @@ if ENV['VAGRANT_MOUNT_BASE']
end
Vagrant
.
configure
(
"2"
)
do
|
config
|
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
# Creates a devstack from a base Ubuntu 12.04 image
config
.
vm
.
box
=
"precise64"
...
...
vagrant/base/fullstack/Vagrantfile
View file @
1a9aa349
VAGRANTFILE_API_VERSION
=
"2"
Vagrant
.
require_version
">= 1.3.4"
MEMORY
=
2048
CPU_COUNT
=
2
Vagrant
.
configure
(
"2"
)
do
|
config
|
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
config
.
vm
.
box
=
"precise64"
config
.
vm
.
box_url
=
"http://files.vagrantup.com/precise64.box"
...
...
vagrant/release/fullstack/Vagrantfile
View file @
1a9aa349
VAGRANTFILE_API_VERSION
=
"2"
Vagrant
.
require_version
">= 1.3.4"
MEMORY
=
2048
CPU_COUNT
=
2
Vagrant
.
configure
(
"2"
)
do
|
config
|
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
# Creates an edX fullstack VM from an official release
config
.
vm
.
box
=
"gugelhupf"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment