Commit Graph

10 Commits

Author SHA1 Message Date
James Page 8b12b7978d Retire Panko Charm project
Panko is no longer maintained so retire the charm to deploy it.

Change-Id: Ia65b746e14b66a8b9f10d071c84b18bf55fc96f4
2021-12-14 10:23:05 +00:00
Aurelien Lourot 291e0b9c72 NOT MAINTAINED ANYMORE
Also synced release-tools to fix the gate, including
https://github.com/openstack-charmers/release-tools/pull/168

Change-Id: I5dade59d668435c4e9078539a92f551a64241afe
2021-10-28 10:21:18 +02:00
Ryan Beisner ab762132f8
Update tox, reqs, stestr, zuul definitions
Change-Id: I08e00c008ed085e9c24e8c041b27b213d9ec21a4
2019-08-16 16:54:05 -05:00
Dmitrii Shcherbakov 86175f8b05 Configure WSGI worker processes dynamically
Use WSGI worker process configuration in Apache templates inline
with other OpenStack Charms.

Additionally:

* fixes typos in functional tests;
* removes zesty-ocata (zesty is EoL);
* fixes tox.ini to run xenial-ocata as Panko is only available in Ocata;
* fixes src/test-requirements.txt to use a github url instead of lp;
* adds a repo link now that Panko is in OpenStack repos.

Change-Id: If24ad0ee3e7cc7282186e8a80c8c2174ab4daa02
Closes-Bug: 1748432
2018-02-11 00:38:02 +03:00
Dmitrii Shcherbakov 2167fa5432 add bionic series
ditto
2018-01-11 11:41:55 +03:00
Dmitrii Shcherbakov 4416e8d3ce move charset to the beginning of the conn string
Otherwise it is not apparent that there is a hard-coded parameter. The
previous incarnation had a bug because a conditional template argument
was not rendered and charset was appended to the database name as a
result:

panko&charset=utf8
2017-08-02 01:15:48 +03:00
Dmitrii Shcherbakov ce5a726f36 install pymysql 2017-08-02 01:15:48 +03:00
Dmitrii Shcherbakov 747a17117a use a default release selector, add more codenames
If a default selector is not used, get_charm_instance provides
release=None to the __init__ of a charm class which results in an
exception down the road in core.py in charms.openstack.
2017-08-02 01:15:48 +03:00
Dmitrii Shcherbakov 50ea0566c8 Fix a typo in a class name 2017-08-02 01:15:48 +03:00
Dmitrii Shcherbakov 1611ac88d5 add initial code for panko charm 2017-07-31 22:01:40 +03:00