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
c4f63ac0
Commit
c4f63ac0
authored
Sep 06, 2017
by
Michael Youngstrom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add vars from review
parent
9fae798c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
playbooks/roles/jenkins_build/defaults/main.yml
+6
-1
playbooks/roles/jenkins_build/files/ec2_config.yml
+1
-1
playbooks/roles/jenkins_build/files/git_config.yml
+1
-1
No files found.
playbooks/roles/jenkins_build/defaults/main.yml
View file @
c4f63ac0
...
...
@@ -37,17 +37,22 @@ JENKINS_MAIN_GITHUB_OWNER_WHITELIST: ''
# MAILER CONFIG DEFAULT SECRETS
JENKINS_MAILER_SMTP_AUTH_USERNAME
:
'
'
JENKINS_MAILER_SMTP_AUTH_PASSWORD
:
'
'
JENKINS_MAILER_REPLY_TO_ADDRESS
:
'
edx-platform-build
<ci@edx.org>'
JENKINS_MAILER_DEFAULT_SUFFIX
:
'
@edx.org'
# HIPCHAT CONFIG DEFAULT SECRETS
JENKINS_HIPCHAT_API_TOKEN
:
'
'
# EC2 CONFIG DEFAULT SECRETS
JENKINS_EC2_PRIVATE_KEY
:
'
'
JENKINS_EC2_REGION
:
'
'
JENKINS_EC2_ACCESS_KEY_ID
:
'
'
JENKINS_EC2_SECRET_ACCESS_KEY
:
'
'
JENKINS_EC2_IAM_INSTANCE_PROFILE
:
'
'
# GIT CONFIG DEFAULT SECRET
JENKINS_GIT_EMAIL
:
'
jenkins@example.com'
# GHPRB_CONFIG DEFAULT SECRETS
JENKINS_GHPRB_TOKEN
:
'
'
JENKINS_GHPRB_ADMIN_LIST
:
[]
...
...
playbooks/roles/jenkins_build/files/ec2_config.yml
View file @
c4f63ac0
...
...
@@ -4,7 +4,7 @@ CLOUDS:
ACCESS_KEY_ID
:
'
{{
JENKINS_EC2_ACCESS_KEY_ID
}}'
SECRET_ACCESS_KEY
:
'
{{
JENKINS_EC2_SECRET_ACCESS_KEY
}}'
USE_INSTANCE_PROFILE_FOR_CREDS
:
false
REGION
:
'
us-east-1
'
REGION
:
'
{{
JENKINS_EC2_REGION
}}
'
EC2_PRIVATE_KEY_PATH
:
'
{{
build_jenkins_config_path
}}/ec2/id_rsa'
INSTANCE_CAP
:
'
250'
AMIS
:
...
...
playbooks/roles/jenkins_build/files/git_config.yml
View file @
c4f63ac0
---
NAME
:
'
jenkins'
EMAIL
:
'
jenkins@edx.org
'
EMAIL
:
'
{{
JENKINS_GIT_EMAIL
}}
'
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