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
a8bd50f9
Commit
a8bd50f9
authored
9 years ago
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin IDAs to OPENEDX_RELEASE, and remove edx-notes-api from native install
parent
23011d42
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletions
+6
-1
playbooks/edx_sandbox.yml
+1
-1
util/install/sandbox.sh
+3
-0
vagrant/base/devstack/Vagrantfile
+1
-0
vagrant/release/devstack/Vagrantfile
+1
-0
No files found.
playbooks/edx_sandbox.yml
View file @
a8bd50f9
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
-
notifier
-
notifier
-
analytics_api
-
analytics_api
-
insights
-
insights
-
edx_notes_api
# not ready yet:
- edx_notes_api
-
demo
-
demo
-
oauth_client_setup
-
oauth_client_setup
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
-
{
role
:
'
rabbitmq'
,
rabbitmq_ip
:
'
127.0.0.1'
}
...
...
This diff is collapsed.
Click to expand it.
util/install/sandbox.sh
View file @
a8bd50f9
...
@@ -49,6 +49,9 @@ if [ -n "$OPENEDX_RELEASE" ]; then
...
@@ -49,6 +49,9 @@ if [ -n "$OPENEDX_RELEASE" ]; then
-e forum_version=
$OPENEDX_RELEASE
\
-e forum_version=
$OPENEDX_RELEASE
\
-e xqueue_version=
$OPENEDX_RELEASE
\
-e xqueue_version=
$OPENEDX_RELEASE
\
-e configuration_version=
$OPENEDX_RELEASE
\
-e configuration_version=
$OPENEDX_RELEASE
\
-e NOTIFIER_VERSION=
$OPENEDX_RELEASE
\
-e INSIGHTS_VERSION=
$OPENEDX_RELEASE
\
-e ANALYTICS_API_VERSION=
$OPENEDX_RELEASE
\
"
"
CONFIG_VER
=
$OPENEDX_RELEASE
CONFIG_VER
=
$OPENEDX_RELEASE
else
else
...
...
This diff is collapsed.
Click to expand it.
vagrant/base/devstack/Vagrantfile
View file @
a8bd50f9
...
@@ -87,6 +87,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
...
@@ -87,6 +87,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
certs_version:
ENV
[
'OPENEDX_RELEASE'
],
certs_version:
ENV
[
'OPENEDX_RELEASE'
],
forum_version:
ENV
[
'OPENEDX_RELEASE'
],
forum_version:
ENV
[
'OPENEDX_RELEASE'
],
xqueue_version:
ENV
[
'OPENEDX_RELEASE'
],
xqueue_version:
ENV
[
'OPENEDX_RELEASE'
],
NOTIFIER_VERSION
:
ENV
[
'OPENEDX_RELEASE'
],
}
}
end
end
if
ENV
[
'CONFIGURATION_VERSION'
]
if
ENV
[
'CONFIGURATION_VERSION'
]
...
...
This diff is collapsed.
Click to expand it.
vagrant/release/devstack/Vagrantfile
View file @
a8bd50f9
...
@@ -24,6 +24,7 @@ if [ -n "$OPENEDX_RELEASE" ]; then
...
@@ -24,6 +24,7 @@ if [ -n "$OPENEDX_RELEASE" ]; then
-e certs_version=$OPENEDX_RELEASE \
-e certs_version=$OPENEDX_RELEASE \
-e forum_version=$OPENEDX_RELEASE \
-e forum_version=$OPENEDX_RELEASE \
-e xqueue_version=$OPENEDX_RELEASE \
-e xqueue_version=$OPENEDX_RELEASE \
-e NOTIFIER_VERSION=$OPENEDX_RELEASE \
"
"
CONFIG_VER=$OPENEDX_RELEASE
CONFIG_VER=$OPENEDX_RELEASE
# Need to ensure that the configuration repo is updated
# Need to ensure that the configuration repo is updated
...
...
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