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
6a927b53
Commit
6a927b53
authored
Nov 15, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renaming discern_branch
also adding certs and discern to provision
parent
48ea454c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
playbooks/roles/discern/defaults/main.yml
+1
-1
playbooks/roles/discern/tasks/deploy.yml
+1
-1
util/jenkins/create-var-file.sh
+2
-0
No files found.
playbooks/roles/discern/defaults/main.yml
View file @
6a927b53
...
...
@@ -35,7 +35,7 @@ discern_nltk_data_dir: "{{ discern_data_dir}}/nltk_data"
discern_source_repo
:
https://github.com/edx/discern.git
discern_settings
:
discern.aws
discern_
branch
:
master
discern_
version
:
master
discern_gunicorn_port
:
8070
discern_gunicorn_host
:
127.0.0.1
...
...
playbooks/roles/discern/tasks/deploy.yml
View file @
6a927b53
...
...
@@ -25,7 +25,7 @@
-
deploy
-
name
:
discern | git checkout discern repo into discern_code_dir
git
:
dest={{ discern_code_dir }} repo={{ discern_source_repo }} version={{ discern_
branch
}}
git
:
dest={{ discern_code_dir }} repo={{ discern_source_repo }} version={{ discern_
version
}}
sudo_user
:
"
{{
discern_user
}}"
notify
:
-
discern | restart discern
...
...
util/jenkins/create-var-file.sh
View file @
6a927b53
...
...
@@ -25,6 +25,8 @@ xqueue_version: $xqueue_version
xserver_version:
$xserver_version
ora_version:
$ora_version
ease_version:
$ease_version
certs_version:
$certs_version
discern_version:
$discern_version
rabbitmq_ip: "127.0.0.1"
rabbitmq_refresh: True
...
...
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