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
d3891647
Commit
d3891647
authored
Feb 26, 2014
by
Valera Rozuvan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #812 from edx/valera/update_vagrantfile
Updated Vagrantfile
parents
8d0be0ca
1a9aa349
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
vagrant/base/devstack/Vagrantfile
+4
-1
vagrant/base/fullstack/Vagrantfile
+4
-1
vagrant/release/devstack/Vagrantfile
+4
-1
vagrant/release/fullstack/Vagrantfile
+4
-1
No files found.
vagrant/base/devstack/Vagrantfile
View file @
d3891647
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 @
d3891647
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/devstack/Vagrantfile
View file @
d3891647
VAGRANTFILE_API_VERSION
=
"2"
Vagrant
.
require_version
">= 1.3.4"
MEMORY
=
2048
CPU_COUNT
=
2
...
...
@@ -31,7 +34,7 @@ if ENV['VAGRANT_MOUNT_BASE']
end
Vagrant
.
configure
(
"2"
)
do
|
config
|
Vagrant
.
configure
(
VAGRANTFILE_API_VERSION
)
do
|
config
|
# Creates an edX devstack VM from an official release
config
.
vm
.
box
=
"gugelhupf-devstack"
...
...
vagrant/release/fullstack/Vagrantfile
View file @
d3891647
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