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
a1509d2e
Commit
a1509d2e
authored
Jan 19, 2016
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix pushed conflict markers
parent
674d052e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
util/jenkins/ansible-provision.sh
+3
-12
No files found.
util/jenkins/ansible-provision.sh
View file @
a1509d2e
#
!/usr/bin/env bash
!
/usr/bin/env bash
# Ansible provisioning wrapper script that
# Ansible provisioning wrapper script that
# assumes the following parameters set
# assumes the following parameters set
...
@@ -259,20 +259,14 @@ PROGRAMS_LMS_URL_ROOT: "https://${deploy_host}"
...
@@ -259,20 +259,14 @@ PROGRAMS_LMS_URL_ROOT: "https://${deploy_host}"
PROGRAMS_URL_ROOT: "https://programs-
${
deploy_host
}
"
PROGRAMS_URL_ROOT: "https://programs-
${
deploy_host
}
"
PROGRAMS_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
PROGRAMS_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
<<<<<<< HEAD
CREDENTIALS_LMS_URL_ROOT: "https://
${
deploy_host
}
"
CREDENTIALS_LMS_URL_ROOT: "https://
${
deploy_host
}
"
CREDENTIALS_URL_ROOT: "https://credentials-
${
deploy_host
}
"
CREDENTIALS_URL_ROOT: "https://credentials-
${
deploy_host
}
"
CREDENTIALS_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
CREDENTIALS_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
COURSE_DISCOVERY_ECOMMERCE_API_URL: "https://ecommerce-
${
deploy_host
}
/api/v2"
COURSE_DISCOVERY_ECOMMERCE_API_URL: "https://ecommerce-
${
deploy_host
}
/api/v2"
COURSE_DISCOVERY_OAUTH_URL_ROOT: "https://
${
deploy_host
}
"
COURSE_DISCOVERY_URL_ROOT: "https://course-discovery-
${
deploy_host
}
"
COURSE_DISCOVERY_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
=======
DISCOVERY_OAUTH_URL_ROOT: "https://
${
deploy_host
}
"
DISCOVERY_OAUTH_URL_ROOT: "https://
${
deploy_host
}
"
DISCOVERY_URL_ROOT: "https://discovery-
${
deploy_host
}
"
DISCOVERY_URL_ROOT: "https://discovery-
${
deploy_host
}
"
DISCOVERY_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
DISCOVERY_SOCIAL_AUTH_REDIRECT_IS_HTTPS: true
>>>>>>> 5f930fc... modified the name inside all playbooks
EOF
EOF
fi
fi
...
@@ -318,11 +312,8 @@ EOF
...
@@ -318,11 +312,8 @@ EOF
fi
fi
declare
-A
deploy
declare
-A
deploy
<<<<<<
< HEAD
roles
=
"edxapp forum ecommerce programs credentials discovery notifier xqueue xserver certs demo testcourses"
roles
=
"edxapp forum ecommerce programs credentials course_discovery notifier xqueue xserver certs demo testcourses"
=======
roles
=
"edxapp forum ecommerce programs discovery notifier xqueue xserver certs demo testcourses"
>>>>>>>
5f930fc... modified the name inside all playbooks
for
role
in
$roles
;
do
for
role
in
$roles
;
do
deploy[
$role
]=
${
!role
}
deploy[
$role
]=
${
!role
}
done
done
...
...
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