Merge lp:~suligap/canonical-identity-provider/charm-talisker into lp:~ubuntuone-pqm-team/canonical-identity-provider/charm

Proposed by Przemysław Suliga
Status: Work in progress
Proposed branch: lp:~suligap/canonical-identity-provider/charm-talisker
Merge into: lp:~ubuntuone-pqm-team/canonical-identity-provider/charm
Diff against target: 11 lines (+1/-0)
1 file modified
deploy.yaml (+1/-0)
To merge this branch: bzr merge lp:~suligap/canonical-identity-provider/charm-talisker
Reviewer Review Type Date Requested Status
Ubuntu One PQM Team Pending
Review via email: mp+384259@code.launchpad.net

Commit message

Replace gunicorn with talisker

Description of the change

I'm trying to make a change that will result in the charm running talisker gunicorn instead of gunicorn, in order to complete this related change: https://code.launchpad.net/~suligap/canonical-identity-provider/+git/canonical-identity-provider/+merge/384254

Any pointers appreciated, as the contents of this MP are just a guess.

To post a comment you must log in.
92. By Przemysław Suliga

Use talisker.gunicorn instead of deprecated talisker as gunicorn

Revision history for this message
Simon Davy (bloodearnest) :
Revision history for this message
Przemysław Suliga (suligap) wrote :

Looks like the charm itself is already talisker aware and will use it instead of gunicorn if it's installed: https://bazaar.launchpad.net/~ubuntuone-pqm-team/canonical-identity-provider/charm/view/head:/playbook.yaml#L89

Unmerged revisions

92. By Przemysław Suliga

Use talisker.gunicorn instead of deprecated talisker as gunicorn

91. By Przemysław Suliga

Replace gunicorn with talisker

Needed for
https://code.launchpad.net/~suligap/canonical-identity-provider/+git/canonical-identity-provider/+merge/384254

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'deploy.yaml'
2--- deploy.yaml 2019-08-15 21:49:05 +0000
3+++ deploy.yaml 2020-05-22 12:00:46 +0000
4@@ -37,6 +37,7 @@
5 charm: local:xenial/gunicorn
6 options:
7 wsgi_workers: 2
8+ gunicorn_path: talisker.gunicorn
9 relations:
10 sso-app:memcached:
11 consumes:

Subscribers

People subscribed via source and target branches