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
af76f08f
Commit
af76f08f
authored
Mar 09, 2017
by
Feanil Patel
Committed by
GitHub
Mar 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3745 from edx/feanil/update_awscli
Update to the latest awscli.
parents
8f9adf9f
5999028a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docker/build/go-agent/Dockerfile
+1
-1
playbooks/roles/aws/defaults/main.yml
+1
-1
requirements.txt
+1
-1
No files found.
docker/build/go-agent/Dockerfile
View file @
af76f08f
...
...
@@ -58,7 +58,7 @@ RUN \
# Install AWS command-line interface - for AWS operations in a go-agent task.
RUN
pip install
awscli
RUN
pip install
'awscli>=1.11.58'
# !!!!NOTICE!!!! ---- Runner of this pipeline take heed!! You must replace go_github_key.pem with the REAL key material
# that can checkout private github repositories used as pipeline materials. The key material here is faked and is only
...
...
playbooks/roles/aws/defaults/main.yml
View file @
af76f08f
...
...
@@ -44,7 +44,7 @@ aws_debian_pkgs:
aws_pip_pkgs
:
-
https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz
-
awscli==1.1
0.2
8
-
awscli==1.1
1.5
8
-
boto=="{{ common_boto_version }}"
-
s3cmd==1.6.1
...
...
requirements.txt
View file @
af76f08f
...
...
@@ -12,7 +12,7 @@ python-simple-hipchat==0.2
prettytable
==0.7.2
# Don't forget to update the version of this installed in
# the aws role as well.
awscli
==1.1
0.2
8
awscli
==1.1
1.5
8
requests
==2.9.1
datadog
==0.8.0
networkx
==1.11
...
...
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