Commit Graph

19 Commits

Author SHA1 Message Date
Ghanshyam Mann f9e75ab187 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

charm repos need few updates on either py2 drop or updating
ussuri python template, tox.ini etc.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I6c752f6302d0340dbecf2cb7fe4e2169139ea041
2020-02-27 22:30:28 -06:00
Camille Rodriguez 1d86353754 Avoid pollution and false positives with tox.ini
- updated the build testenv to build in a tmp directory outside src
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

Change-Id: I742a9d013a6ae40eccd6e2d83c20117f1e1a380f
2019-08-28 15:44:58 -04:00
OpenDev Sysadmins 5e8e8b2214 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:22 +00:00
Doug Hellmann 7d0aa4e9a3 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: Iccd9cdb9d1e8f59935ed43fa26826cb6f6d3636b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:39:28 -04:00
Doug Hellmann 58c7d65297 import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I4467960c7ae9d0b6ea2c6fc251f7fc3a20812fd3
Story: #2002586
Task: #24317
2018-09-11 13:15:02 -04:00
Alex Kavanagh da7566cff9 Fix alphanumeric comparisons for openstack and ubuntu releases
- sync charmhelpers with fix-alpha helpers
- fix up code where the alpha comparisons are done

Change-Id: Ibd6e8489582af08710976ad4c8c0d81856e62117
Depends-On: Ic808064b0009c04e9aba18d6e909851ab7fec3d6
Related-Bug: #1659575
2017-04-07 00:30:07 +00:00
Chris Holcombe 55208193c3 Testing
This adds a tox.ini and various pieces to allow the CI
infrastructure to test this repo.

Change-Id: Ic808064b0009c04e9aba18d6e909851ab7fec3d6
2017-04-06 15:23:45 -07:00
Chris Holcombe d0ffb7c92e Formatting fixes 2017-01-04 14:24:40 -08:00
Chris Holcombe 4c1ae21a49 Add return messages to log_mds and log_osds. assess_status crashes if None is returned 2017-01-04 14:23:41 -08:00
Chris Holcombe 3e3552584c Remove commented lines and add function to evalulate mds for juju status updates 2017-01-04 10:03:49 -08:00
Chris MacNaughton 94c12d6fb3 reorder harden / state check 2016-07-01 14:34:22 -04:00
Chris MacNaughton 86e6cbbeef fix lint warnings 2016-06-23 07:31:04 -04:00
Chris MacNaughton 47a802fbde get last deps corect 2016-05-31 11:05:23 -04:00
Chris MacNaughton a17361c7fd add new storage lib 2016-05-26 17:08:50 -04:00
Chris MacNaughton 7149aafa0d cleanup 2016-05-26 11:54:34 -04:00
Chris MacNaughton d5f23b7b00 deploys! 2016-05-12 16:53:52 -04:00
Chris MacNaughton 3e633ce608 library support 2016-05-12 08:47:43 -04:00
Chris MacNaughton f961745319 nearing install 2016-05-10 11:24:18 +00:00
Chris MacNaughton a08a3ca71e initial commit 2016-04-07 10:10:23 -04:00