Skip to content
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

Upgrade ansible-docker, Docker, and Docker Compose #800

Merged
merged 2 commits into from
Mar 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

#### Changed
- Upgraded Django and psycopg2 package versions and switched to psycopg2-binary
- Upgraded ansible-docker module to 5.0.0, Docker to 18.*, and Docker Compose to 1.23.*
- Fix lane handling in analysis
- Fix population scores for destinations in analysis
- Add favicon
Expand Down
5 changes: 2 additions & 3 deletions deployment/ansible/group_vars/all.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ pfb_aws_batch_analysis_job_queue_name: "name_of_batch_analysis_job_queue"
pfb_aws_batch_analysis_job_definition_name: "staging-pfb-analysis-run-job"

# azavea.docker
# 1.12.* to match AWS ECS
docker_version: 1.12.*
docker_version: 18.*
docker_options: "--storage-opt dm.basesize=20G"
docker_compose_version: 1.9.0
docker_compose_version: 1.23.*

# azavea.terraform
terraform_version: 0.9.3
2 changes: 1 addition & 1 deletion deployment/ansible/roles.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- src: azavea.aws-cli
version: 0.1.0
- src: azavea.docker
version: 3.0.0
version: 5.0.0
- src: azavea.terraform
version: 0.3.1