-
Notifications
You must be signed in to change notification settings - Fork 44
ECS Support #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ECS Support #424
Conversation
…ng Jenkins Scenarios"" Former-commit-id: 778333d
Former-commit-id: 5d0f8f1
Former-commit-id: 03d498a
Former-commit-id: df4599d
Docker pull jenkins image Former-commit-id: e27a64c
Former-commit-id: 66cf026
Former-commit-id: ab03a38
Former-commit-id: b152805
Former-commit-id: 7f5cb55
Former-commit-id: 0d49560
Former-commit-id: 401b322
Former-commit-id: 856620a
Former-commit-id: f514472
Former-commit-id: 0dd6960
Former-commit-id: 6ebbe68
Former-commit-id: 7bcfd98
Test travis2 Former-commit-id: 3c95d4c
Former-commit-id: 84d0e9d
Separate Access Key Operational Former-commit-id: 4eda6e5
Former-commit-id: bb35668
IAM permission updated - AWS SQS events Former-commit-id: e5449d9
Former-commit-id: ebcbd22
Docker creds and rebased events. Former-commit-id: 7ebfef0
Former-commit-id: 5825cc9
S3 Events - Cloudformation permission updated Former-commit-id: 6499413
Former-commit-id: f1995f9
Merge develop
* adding python3 & set alias * purge unwanted * Added remove identity policy in destroy script * Review changes * followup to remove jenkinsplugins * Adding golang docker instance * custom recipe for golang * removing RUN * fix Path issues * Path issue fixed chef recipe * correct Indentation * py3 on existing Jenkins * Updated to stable version to fix the gitlab container issue * Fixed typo * Updated python3.6 support
Updated ECS Readme file and resolved conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the status that was shared, this lgtm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I can't approve this because I created the PR.
installscripts/jazz-terraform-unix-noinstances/chefProvisioner.tf
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,34 @@ | |||
#!/bin/bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just FYI and for future reference this can be done in about 10 lines of python with the python gitlab library, but I've already done that in the python installer rewrite branch (configure-gitlab.py
) so no big deal right for now.
This is the PR to track the merge of the changes to deploy containers to ECS and remove the need for a local Docker instance on the installer box.
This should be merged into
develop
once it is fully tested and slated for the next release.