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
21dfa219
Commit
21dfa219
authored
Jan 08, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #611 from edx/jarv/use-cdn-for-vagrant-images
switching to files.edx.org
parents
a9b2dcdc
cbbb1ac1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vagrant/release/devstack/Vagrantfile
+1
-1
vagrant/release/fullstack/Vagrantfile
+1
-1
No files found.
vagrant/release/devstack/Vagrantfile
View file @
21dfa219
...
...
@@ -35,7 +35,7 @@ Vagrant.configure("2") do |config|
# 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
.
box_url
=
"http://
files.edx.org
/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
...
...
vagrant/release/fullstack/Vagrantfile
View file @
21dfa219
...
...
@@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
# Creates an edX fullstack VM from an official release
config
.
vm
.
box
=
"empanada"
config
.
vm
.
box_url
=
"http://
edx-static.s3.amazonaws.com
/vagrant-images/20131218-empanada-fullstack.box"
config
.
vm
.
box_url
=
"http://
files.edx.org
/vagrant-images/20131218-empanada-fullstack.box"
config
.
vm
.
network
:private_network
,
ip:
"192.168.33.10"
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