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

Feature/kak/update packages#994 #1012

Merged
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
2 changes: 1 addition & 1 deletion deployment/ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ app_username: "vagrant"

packer_version: "0.7.5"

nodejs_version: 6.11.4
nodejs_version: 8.10.0

virtualenv_version: 15.1.0

Expand Down
10 changes: 2 additions & 8 deletions deployment/ansible/roles.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
- src: azavea.git
version: 0.1.0

- src: azavea.java
version: 0.2.6

- src: azavea.opentripplanner
version: 1.0.8

- src: azavea.nginx
version: 0.2.2
version: 0.3.1

- src: azavea.nodejs
version: 0.4.0
Expand All @@ -17,7 +11,7 @@
version: 0.2.0

- src: azavea.papertrail
version: 1.1.1
version: 1.2.0

- src: azavea.pip
version: 1.0.0
Expand Down
12 changes: 6 additions & 6 deletions deployment/ansible/roles/cac-tripplanner.app/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ root_media_dir: "/media/cac"
cac_python_dependencies:
- { name: 'base58', version: '0.2.5' }
- { name: 'boto', version: '2.48.0' }
- { name: 'django', version: '1.11.7' }
- { name: 'django-ckeditor', version: '5.3.1' }
- { name: 'django-extensions', version: '1.9.7' }
- { name: 'django', version: '1.11.11' }
- { name: 'django-ckeditor', version: '5.4.0' }
- { name: 'django-extensions', version: '1.9.9' }
- { name: 'django-storages', version: '1.6.5' }
- { name: 'gunicorn', version: '19.7.1' }
- { name: 'pillow', version: '4.3.0' }
- { name: 'psycopg2', version: '2.7.3' }
- { name: 'pytz', version: '2017.3' }
- { name: 'pillow', version: '5.0.0' }
- { name: 'psycopg2', version: '2.7.4' }
- { name: 'pytz', version: '2018.3' }
- { name: 'pyyaml', version: '3.12' }
- { name: 'troposphere', version: '0.7.2'}
# Note: django-wpadmin is installed manually to work around the fact that ansible-pip
Expand Down