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
c6efd32a
Commit
c6efd32a
authored
Oct 09, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding owner back
parent
2b4333d5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
util/jenkins/ansible-provision.sh
+2
-2
No files found.
util/jenkins/ansible-provision.sh
View file @
c6efd32a
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
export
BOTO_CONFIG
=
/var/lib/jenkins/
${
aws_account
}
.boto
export
BOTO_CONFIG
=
/var/lib/jenkins/
${
aws_account
}
.boto
if
[[
-z
$github_username
]]
;
then
if
[[
-z
$github_username
]]
;
then
github_username
=
$BUILD_USER
github_username
=
$BUILD_USER
_ID
fi
fi
if
[[
!
-f
$BOTO_CONFIG
]]
;
then
if
[[
!
-f
$BOTO_CONFIG
]]
;
then
...
@@ -69,7 +69,7 @@ instance_type: $instance_type
...
@@ -69,7 +69,7 @@ instance_type: $instance_type
security_group:
$security_group
security_group:
$security_group
ami:
$ami
ami:
$ami
region:
$region
region:
$region
instance_tags: '{"environment": "
$environment
", "github_username": "
$github_username
", "Name": "
$name_tag
", "source": "jenkins"}'
instance_tags: '{"environment": "
$environment
", "github_username": "
$github_username
", "Name": "
$name_tag
", "source": "jenkins"
, "owner": "
$BUILD_USER
"
}'
root_ebs_size:
$root_ebs_size
root_ebs_size:
$root_ebs_size
gh_users:
gh_users:
- user: jarv
- user: jarv
...
...
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