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
edx
configuration
Commits
12ce938c
Commit
12ce938c
authored
Feb 10, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Point the release vagrant files to the new release boxes.
parent
c7dddabf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
vagrant/release/devstack/Vagrantfile
+2
-2
vagrant/release/fullstack/Vagrantfile
+1
-1
No files found.
vagrant/release/devstack/Vagrantfile
View file @
12ce938c
...
@@ -34,8 +34,8 @@ end
...
@@ -34,8 +34,8 @@ end
Vagrant
.
configure
(
"2"
)
do
|
config
|
Vagrant
.
configure
(
"2"
)
do
|
config
|
# Creates an edX devstack VM from an official release
# Creates an edX devstack VM from an official release
config
.
vm
.
box
=
"
focaccia
-devstack"
config
.
vm
.
box
=
"
gugelhupf
-devstack"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
130-focaccia
-devstack.box"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
210-gugelhupf
-devstack.box"
config
.
vm
.
network
:private_network
,
ip:
"192.168.33.10"
config
.
vm
.
network
:private_network
,
ip:
"192.168.33.10"
config
.
vm
.
network
:forwarded_port
,
guest:
8000
,
host:
8000
config
.
vm
.
network
:forwarded_port
,
guest:
8000
,
host:
8000
...
...
vagrant/release/fullstack/Vagrantfile
View file @
12ce938c
...
@@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
...
@@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
# Creates an edX fullstack VM from an official release
# Creates an edX fullstack VM from an official release
config
.
vm
.
box
=
"facaccia"
config
.
vm
.
box
=
"facaccia"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
130-focaccia
-fullstack.box"
config
.
vm
.
box_url
=
"http://files.edx.org/vagrant-images/20140
210-gugelhupf
-fullstack.box"
config
.
vm
.
network
:private_network
,
ip:
"192.168.33.10"
config
.
vm
.
network
:private_network
,
ip:
"192.168.33.10"
config
.
hostsupdater
.
aliases
=
[
"preview.localhost"
]
config
.
hostsupdater
.
aliases
=
[
"preview.localhost"
]
...
...
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