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
107c450a
Commit
107c450a
authored
Mar 22, 2016
by
Gabe Mulley
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2864 from edx/gabe/change-reference-to-release-box
use dogwood box for release analyticstack Vagrantfile
parents
69b2989d
e7a480e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
vagrant/base/analyticstack/Vagrantfile
+2
-0
vagrant/release/analyticstack/Vagrantfile
+8
-3
No files found.
vagrant/base/analyticstack/Vagrantfile
View file @
107c450a
...
...
@@ -75,6 +75,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
certs_version:
ENV
[
'OPENEDX_RELEASE'
],
forum_version:
ENV
[
'OPENEDX_RELEASE'
],
xqueue_version:
ENV
[
'OPENEDX_RELEASE'
],
ANALYTICS_API_VERSION
:
ENV
[
'OPENEDX_RELEASE'
],
INSIGHTS_VERSION
:
ENV
[
'OPENEDX_RELEASE'
],
}
end
if
ENV
[
'CONFIGURATION_VERSION'
]
...
...
vagrant/release/analyticstack/Vagrantfile
View file @
107c450a
...
...
@@ -24,6 +24,8 @@ if [ -n "$OPENEDX_RELEASE" ]; then
-e certs_version=$OPENEDX_RELEASE \
-e forum_version=$OPENEDX_RELEASE \
-e xqueue_version=$OPENEDX_RELEASE \
-e ANALYTICS_API_VERSION=$OPENEDX_RELEASE \
-e INSIGHTS_VERSION=$OPENEDX_RELEASE \
"
CONFIG_VER=$OPENEDX_RELEASE
# Need to ensure that the configuration repo is updated
...
...
@@ -61,14 +63,17 @@ end
# a Vagrant box from the internet.
openedx_releases
=
{
"named-release/dogwood.rc"
=>
{
:name
=>
"analyticstack"
,
:file
=>
"analyticstack.box"
,
:name
=>
"analyticstack"
,
:file
=>
"dogwood-analyticstack-2016-03-15.box"
,
},
"named-release/dogwood.1"
=>
{
:name
=>
"analyticstack"
,
:file
=>
"dogwood-analyticstack-2016-03-15.box"
,
},
"named-release/dogwood"
=>
{
:name
=>
"analyticstack"
,
:file
=>
"
analyticstack
.box"
,
:name
=>
"analyticstack"
,
:file
=>
"
dogwood-analyticstack-2016-03-15
.box"
,
},
}
openedx_releases
.
default
=
{
:name
=>
"analyticstack"
,
:file
=>
"analyticstack.box"
,
:name
=>
"analyticstack"
,
:file
=>
"analyticstack
-latest
.box"
,
}
rel
=
ENV
[
'OPENEDX_RELEASE'
]
...
...
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