Commit Graph

16 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
Corey Bryant b08168a166
Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Note that openstack-python35-jobs is retained since this charm is supported
on Xenial.

Change-Id: I80a54de2107c44694b5bd062988b67aae3eda1fe
Story: #2005924
Task: #34228
2019-08-16 21:29:38 -05:00
Ryan Beisner ab762132f8
Update tox, reqs, stestr, zuul definitions
Change-Id: I08e00c008ed085e9c24e8c041b27b213d9ec21a4
2019-08-16 16:54:05 -05:00
OpenDev Sysadmins b13464cdde OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:46 +00:00
Doug Hellmann 985c2af1f6 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I59091ad46d42925392ce07329c9c6a301500a5eb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-13 07:26:20 +00:00
Doug Hellmann 5d4843cddc Fix repo setup
Add missing .zuul.yaml file, add .gitreview file.

Change-Id: I1ef81e64724409290cf194455231885805768fb0
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-13 09:06:36 +02: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 3ed4d0d8a9 Remove README.md from top-level dir 2018-01-11 11:50:09 +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
Ryan Beisner fb6170d20d First commit 2017-07-31 10:48:40 -05:00