Skip to content

Commit

Permalink
Refactorator: Remove the version pin for openssl and libssl-dev. in s…
Browse files Browse the repository at this point in the history
…uperset (#41)

Refactorator would like to apply these changes to your code!  Please shepherd this to production as soon as possible, going through the normal deployment process monitoring this PR as you would any other change.

**You are responsible for merging this PR in, Refactorator will not automatically commit any code.**

To reproduce these changes locally, run:
```bash
control run refactorator.run fix --images superset -f removeopensslpin
```
# removeopensslpin
Our version of Python 3.6.1 required openssl and libssl-dev to be pinned to match the version in our private aptly repo.

This has since been fixed with the version of 3.6.2 that has been released to aptly.  We have to remove the old pins because we need to remove our private openssl version from aptly as it has known problems.

This is safe to deploy since any new hosts in production will come up with Python 3.6.2 instead of 3.6.1.

For more information or questions reach out to rwilliams
  • Loading branch information
lyft-roulette authored and lyft-buildnotify-4 committed Nov 10, 2017
1 parent 30c3eb0 commit 420c9b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ops/config/states/superset/dependencies.sls
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ Ensure pip dependencies for superset are installed:
Ensure openssl is installed:
pkg.installed:
- name: openssl
- version: 1.0.1f-1ubuntu2.22
- refresh: True

Ensure libssl-dev is installed:
pkg.installed:
- name: libssl-dev
- version: 1.0.2h-1+deb.sury.org~trusty+1

Ensure Python 3.6 is installed:
pkg.installed:
Expand Down

0 comments on commit 420c9b3

Please sign in to comment.