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
70e26671
Commit
70e26671
authored
Dec 20, 2013
by
Will Daly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #566 from edx/will/devstack-base-box
Set devstack base box to empanada release (RC)
parents
2261e372
e8a7be75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
vagrant/release/devstack/Vagrantfile
+3
-6
No files found.
vagrant/release/devstack/Vagrantfile
View file @
70e26671
...
...
@@ -21,10 +21,9 @@ end
Vagrant
.
configure
(
"2"
)
do
|
config
|
# Creates a devstack from a base Ubuntu 12.04 image
# TODO -- replace this with the base box that has edx_ansible and devstack installed
config
.
vm
.
box
=
"precise64"
config
.
vm
.
box_url
=
"http://files.vagrantup.com/precise64.box"
# Creates an edX devstack VM from an official release
config
.
vm
.
box
=
"empanada-devstack"
config
.
vm
.
box_url
=
"http://edx-static.s3.amazonaws.com/vagrant-images/20131219-empanada-devstack.box"
config
.
vm
.
network
:private_network
,
ip:
"192.168.33.10"
config
.
vm
.
network
:forwarded_port
,
guest:
8000
,
host:
8000
...
...
@@ -35,8 +34,6 @@ Vagrant.configure("2") do |config|
config
.
vm
.
synced_folder
"
#{
forum_mount_dir
}
"
,
"/edx/app/forum/cs_comments_service"
,
:create
=>
true
,
nfs:
true
config
.
vm
.
synced_folder
"
#{
ora_mount_dir
}
"
,
"/edx/app/ora/ora"
,
:create
=>
true
,
nfs:
true
config
.
hostsupdater
.
aliases
=
[
"preview.localhost"
]
config
.
vm
.
provider
:virtualbox
do
|
vb
|
vb
.
customize
[
"modifyvm"
,
:id
,
"--memory"
,
MEMORY
.
to_s
]
vb
.
customize
[
"modifyvm"
,
:id
,
"--cpus"
,
CPU_COUNT
.
to_s
]
...
...
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