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
2503eae9
Commit
2503eae9
authored
Jun 23, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrections and updates for boto template.
parent
6d98a4df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
playbooks/roles/jenkins_admin/defaults/main.yml
+0
-1
playbooks/roles/jenkins_admin/tasks/main.yml
+1
-1
playbooks/roles/jenkins_admin/templates/edx/var/jenkins/boto.j2
+2
-2
No files found.
playbooks/roles/jenkins_admin/defaults/main.yml
View file @
2503eae9
...
...
@@ -137,4 +137,3 @@ jenkins_admin_plugins:
jenkins_admin_jobs
:
-
'
backup-jenkins'
-
'
build-ami'
playbooks/roles/jenkins_admin/tasks/main.yml
View file @
2503eae9
...
...
@@ -63,7 +63,7 @@
-
name
:
configure the boto profiles for jenkins
template
:
>
src="./{{ jenkins_home }}/boto.j2"
dest"{{ jenkins_home }}/.boto"
dest
=
"{{ jenkins_home }}/.boto"
owner="{{ jenkins_user }}"
group="{{ jenkins_group }}"
mode="0600"
...
...
playbooks/roles/jenkins_admin/templates/edx/var/jenkins/boto.j2
View file @
2503eae9
{% for deployment, creds in JENKINS_ADMIN_AWS_CREDENTIALS.iteritems() %}
[profile {{deployment}}]
aws_access_key_id = {{ creds.
ACCESS_ID
}}
aws_secret_access_key = {{ creds.
SECRET_KEY
}}
aws_access_key_id = {{ creds.
access_id
}}
aws_secret_access_key = {{ creds.
secret_key
}}
{% endfor %}
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