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
c803672b
Commit
c803672b
authored
11 years ago
by
Jason Bau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a potporri of edx-west fixes
parent
f3027bb2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
5 deletions
+39
-5
playbooks/edx-west/stage-app.yml
+3
-3
playbooks/edx-west/stage-debug.yml
+19
-0
playbooks/edx-west/stage-notifier-only.yml
+15
-0
playbooks/edx-west/stage-worker.yml
+1
-1
playbooks/roles/shibboleth/templates/shibboleth2.xml.j2
+1
-1
No files found.
playbooks/edx-west/stage-app.yml
View file @
c803672b
...
...
@@ -14,10 +14,10 @@
-
"
{{
secure_dir
}}/vars/edxapp_stage_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_stage_users.yml"
#
- "{{ secure_dir }}/vars/shib_stage_vars.yml"
-
"
{{
secure_dir
}}/vars/shib_stage_vars.yml"
roles
:
-
common
-
nginx
-
edxapp
#
- apache
#
- shibboleth
-
apache
-
shibboleth
This diff is collapsed.
Click to expand it.
playbooks/edx-west/stage-debug.yml
0 → 100644
View file @
c803672b
-
hosts
:
localhost
#- hosts: tag_Name_app1_stage
vars
:
migrate_db
:
"
no"
not_prod
:
true
secure_dir
:
../../../edx-secret/ansible
local_dir
:
../../../edx-secret/ansible/local
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_stage_vars.yml"
-
"
{{
secure_dir
}}/vars/users.yml"
-
"
{{
secure_dir
}}/vars/edxapp_stage_users.yml"
#- "{{ secure_dir }}/vars/shib_stage_vars.yml"
roles
:
-
common
-
nginx
-
edxapp
-
ansible_debug
#- apache
#- shibboleth
This diff is collapsed.
Click to expand it.
playbooks/edx-west/stage-notifier-only.yml
0 → 100644
View file @
c803672b
# run the notifier on the first util machine only
-
hosts
:
~tag_Name_util10_stage
sudo
:
True
vars
:
secure_dir
:
'
../../../configuration-secure/ansible'
migrate_db
:
"
no"
vars_files
:
-
"
{{
secure_dir
}}/vars/edxapp_stage_vars.yml"
-
"
{{
secure_dir
}}/vars/notifier_stage_vars.yml"
roles
:
-
role
:
virtualenv
virtualenv_user
:
"
notifier"
virtualenv_user_home
:
"
/opt/wwc/notifier"
virtualenv_name
:
"
notifier"
-
notifier
This diff is collapsed.
Click to expand it.
playbooks/edx-west/stage-worker.yml
View file @
c803672b
# this gets all running stage util machiens
# this gets all running stage util machiens
-
hosts
:
tag_environment_stage:&tag_function_util
# or we can get subsets of them by name
#- hosts: ~tag_Name_util(1|2)_stage
...
...
This diff is collapsed.
Click to expand it.
playbooks/roles/shibboleth/templates/shibboleth2.xml.j2
View file @
c803672b
...
...
@@ -43,7 +43,7 @@
-->
<!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. -->
<ApplicationDefaults entityID="{{shib.sp_entity_id}}" REMOTE_USER="eppn
persistent-id targeted-id
">
<ApplicationDefaults entityID="{{shib.sp_entity_id}}" REMOTE_USER="eppn">
<!--
Controls session lifetimes, address checks, cookie handling, and the protocol handlers.
You MUST supply an effectively unique handlerURL value for each of your applications.
...
...
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