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
90549857
Commit
90549857
authored
Jul 14, 2017
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Vagrantfile updates for ginkgo, and ficus changes that never made it to master
parent
eda65fd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
vagrant/release/devstack/Vagrantfile
+6
-1
vagrant/release/fullstack/Vagrantfile
+6
-2
No files found.
vagrant/release/devstack/Vagrantfile
View file @
90549857
...
...
@@ -43,11 +43,16 @@ end
# to a name and a file path, which are used for retrieving
# a Vagrant box from the internet.
openedx_releases
=
{
"open-release/ginkgo.master"
=>
"ginkgo-devstack-2017-07-14"
,
"open-release/ginkgo.1rc1"
=>
"ginkgo-devstack-2017-07-14"
,
"open-release/ficus.master"
=>
"ficus-devstack-2017-02-07"
,
"open-release/ficus.1rc1"
=>
"ficus-devstack-2017-01-11"
,
"open-release/ficus.1rc3"
=>
"ficus-devstack-2017-02-07"
,
"open-release/ficus.1rc4"
=>
"ficus-devstack-2017-02-07"
,
"open-release/ficus.1"
=>
"ficus-devstack-2017-02-07"
,
"open-release/ficus.2"
=>
"ficus-devstack-2017-02-07"
,
"open-release/ficus.3"
=>
"ficus-devstack-2017-02-07"
,
"open-release/eucalyptus.master"
=>
"eucalyptus-devstack-2016-09-01"
,
"open-release/eucalyptus.1rc2"
=>
"eucalyptus-devstack-2016-08-19"
,
...
...
@@ -64,7 +69,7 @@ openedx_releases = {
# Cypress is deprecated and unsupported
# Birch is deprecated and unsupported
}
openedx_releases
.
default
=
"
devstack-periodic-2017-06-19
"
openedx_releases
.
default
=
"
ficus-devstack-2017-02-07
"
openedx_release
=
ENV
[
'OPENEDX_RELEASE'
]
boxname
=
ENV
[
'OPENEDX_BOXNAME'
]
...
...
vagrant/release/fullstack/Vagrantfile
View file @
90549857
...
...
@@ -2,16 +2,20 @@ Vagrant.require_version ">= 1.8.7"
VAGRANTFILE_API_VERSION
=
"2"
MEMORY
=
4096
MEMORY
=
6144
CPU_COUNT
=
2
# map the name of the git branch that we use for a release
# to a name and a file path, which are used for retrieving
# a Vagrant box from the internet.
openedx_releases
=
{
"open-release/ginkgo.1rc1"
=>
"ginkgo-fullstack-2017-07-14"
,
"open-release/ficus.1rc3"
=>
"ficus-fullstack-2017-02-07"
,
"open-release/ficus.1rc4"
=>
"ficus-fullstack-2017-02-15"
,
"open-release/ficus.1"
=>
"ficus-fullstack-2017-02-15"
,
"open-release/ficus.2"
=>
"ficus-fullstack-2017-03-28"
,
"open-release/ficus.3"
=>
"ficus-fullstack-2017-04-20"
,
"open-release/eucalyptus/1rc1"
=>
"eucalyptus-fullstack-1rc1"
,
"open-release/eucalyptus.1rc2"
=>
"eucalyptus-fullstack-2016-08-19"
,
...
...
@@ -36,7 +40,7 @@ openedx_releases = {
# Cypress is deprecated and unsupported
# Birch is deprecated and unsupported
}
openedx_releases
.
default
=
"ficus-fullstack-2017-0
2-15
"
openedx_releases
.
default
=
"ficus-fullstack-2017-0
4-20
"
openedx_release
=
ENV
[
'OPENEDX_RELEASE'
]
boxname
=
ENV
[
'OPENEDX_BOXNAME'
]
...
...
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