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
defa65f4
Commit
defa65f4
authored
8 years ago
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Vagrantfiles for ficus.1rc3
(cherry picked from commit
3b3b4893
)
parent
0aa9bfa0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
vagrant/release/devstack/Vagrantfile
+2
-1
vagrant/release/fullstack/Vagrantfile
+4
-6
No files found.
vagrant/release/devstack/Vagrantfile
View file @
defa65f4
...
@@ -44,8 +44,9 @@ end
...
@@ -44,8 +44,9 @@ end
# to a name and a file path, which are used for retrieving
# to a name and a file path, which are used for retrieving
# a Vagrant box from the internet.
# a Vagrant box from the internet.
openedx_releases
=
{
openedx_releases
=
{
"open-release/ficus.master"
=>
"ficus-devstack-2017-0
1-11
"
,
"open-release/ficus.master"
=>
"ficus-devstack-2017-0
2-07
"
,
"open-release/ficus.1rc1"
=>
"ficus-devstack-2017-01-11"
,
"open-release/ficus.1rc1"
=>
"ficus-devstack-2017-01-11"
,
"open-release/ficus.1rc3"
=>
"ficus-devstack-2017-02-07"
,
"open-release/eucalyptus.master"
=>
"eucalyptus-devstack-2016-09-01"
,
"open-release/eucalyptus.master"
=>
"eucalyptus-devstack-2016-09-01"
,
"open-release/eucalyptus.1rc2"
=>
"eucalyptus-devstack-2016-08-19"
,
"open-release/eucalyptus.1rc2"
=>
"eucalyptus-devstack-2016-08-19"
,
...
...
This diff is collapsed.
Click to expand it.
vagrant/release/fullstack/Vagrantfile
View file @
defa65f4
...
@@ -9,11 +9,15 @@ CPU_COUNT = 2
...
@@ -9,11 +9,15 @@ CPU_COUNT = 2
# to a name and a file path, which are used for retrieving
# to a name and a file path, which are used for retrieving
# a Vagrant box from the internet.
# a Vagrant box from the internet.
openedx_releases
=
{
openedx_releases
=
{
"open-release/ficus.master"
=>
"ficus-fullstack-2017-02-07"
,
"open-release/ficus.1rc3"
=>
"ficus-fullstack-2017-02-07"
,
"open-release/eucalyptus.master"
=>
"eucalyptus-fullstack-2016-09-01"
,
"open-release/eucalyptus.master"
=>
"eucalyptus-fullstack-2016-09-01"
,
"open-release/eucalyptus/1rc1"
=>
"eucalyptus-fullstack-1rc1"
,
"open-release/eucalyptus/1rc1"
=>
"eucalyptus-fullstack-1rc1"
,
"open-release/eucalyptus.1rc2"
=>
"eucalyptus-fullstack-2016-08-19"
,
"open-release/eucalyptus.1rc2"
=>
"eucalyptus-fullstack-2016-08-19"
,
"open-release/eucalyptus.1"
=>
"eucalyptus-fullstack-2016-08-25"
,
"open-release/eucalyptus.1"
=>
"eucalyptus-fullstack-2016-08-25"
,
"open-release/eucalyptus.2"
=>
"eucalyptus-fullstack-2016-09-01"
,
"open-release/eucalyptus.2"
=>
"eucalyptus-fullstack-2016-09-01"
,
"named-release/dogwood"
=>
{
"named-release/dogwood"
=>
{
:name
=>
"dogwood-fullstack-rc2"
,
:file
=>
"20151221-dogwood-fullstack-rc2.box"
,
:name
=>
"dogwood-fullstack-rc2"
,
:file
=>
"20151221-dogwood-fullstack-rc2.box"
,
},
},
...
@@ -30,13 +34,7 @@ openedx_releases = {
...
@@ -30,13 +34,7 @@ openedx_releases = {
:name
=>
"dogwood-fullstack-rc2"
,
:file
=>
"20151221-dogwood-fullstack-rc2.box"
,
:name
=>
"dogwood-fullstack-rc2"
,
:file
=>
"20151221-dogwood-fullstack-rc2.box"
,
},
},
# Cypress is deprecated and unsupported
# Cypress is deprecated and unsupported
# "named-release/cypress" => {
# :name => "cypress-fullstack",
# },
# Birch is deprecated and unsupported
# Birch is deprecated and unsupported
# "named-release/birch.2" => {
# :name => "birch-fullstack-2", :file => "birch-2-fullstack.box",
# },
}
}
openedx_releases
.
default
=
"eucalyptus-fullstack-2016-09-01"
openedx_releases
.
default
=
"eucalyptus-fullstack-2016-09-01"
...
...
This diff is collapsed.
Click to expand it.
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