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
a5754120
Commit
a5754120
authored
Sep 29, 2015
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed OAuth setup bug for sandboxes
ECOM-2180
parent
e4f7ce70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
playbooks/edx-east/oauth_client_setup.yml
+11
-0
util/jenkins/ansible-provision.sh
+3
-0
No files found.
playbooks/edx-east/oauth_client_setup.yml
0 → 100644
View file @
a5754120
-
name
:
Configure OAuth2 clients
hosts
:
all
sudo
:
True
gather_facts
:
True
vars_files
:
-
"
roles/common/defaults/main.yml"
-
"
roles/edxapp/defaults/main.yml"
-
"
roles/insights/defaults/main.yml"
-
"
roles/ecommerce/defaults/main.yml"
roles
:
-
oauth_client_setup
util/jenkins/ansible-provision.sh
View file @
a5754120
...
...
@@ -292,6 +292,9 @@ if [[ $ret -ne 0 ]]; then
exit
$ret
fi
# Setup the OAuth2 clients
run_ansible oauth_client_setup.yml
-i
"
${
deploy_host
}
,"
$extra_var_arg
--user
ubuntu
# set the hostname
run_ansible set_hostname.yml
-i
"
${
deploy_host
}
,"
-e
hostname_fqdn
=
${
deploy_host
}
--user
ubuntu
...
...
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