Commit Graph

6 Commits

Author SHA1 Message Date
Andreas Jaeger 8c4ff32c15 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

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

Use modern sphinx-build command.

Change-Id: I8b6d7f69bb465150115cfc18a047e5775f1ff567
2020-02-04 22:30:52 +01:00
Mark Hamzy b3b6dda18d Support both Ubuntu and CentOS
CentOS installs molteniron into /usr/etc/molteniron instead of
/usr/local/etc/molteniron/ so we have moved the conf.yaml file
into the molteniron Python directory and started using
pkg_resources.resource_filename to find our data file.

Change-Id: I75330d51475051a04bb2dff903f54727b9be9b6e
2017-02-21 15:12:30 -06:00
Mark Hamzy 57160823d4 Start testing the example usage for CI: test_hook_mi_ipmiblob.py
test_hook_mi_ipmiblob.py is the provided sample for a CI team to
use to allocate a MoltenIron instance before running tests.

Change-Id: I217b8e3ba14cb3c4358d71be40ad9ca80aca32e1
2016-12-16 10:48:22 -06:00
Mark Hamzy d9afc4be46 Add files that were created running Python's cookiecutter program
Change-Id: Iac06fc379d11972601c362619b0d02e7839449d5
2016-10-27 10:18:47 -05:00
Mark Hamzy ae3df717de Fix PEP8 issues
Change-Id: I6cfebccba269c21e752307966093cfb216b81c2c
2016-10-25 09:28:39 -05:00
Mark Hamzy dcd5fc4279 Add support for installation and testing
Moved files to a new directory to support the installation
of the molteniron package.  Renamed one file to be a
command line tool and added a new file to start/stop
the daemon.

Added tox support for testing.  This needed the ability
to start and stop the daemon.  And it also needed the
ability to delete the database entries to ensure a clean
test run.

Change-Id: I1b0fadd68b9598b715c639b962cf8586f4db5da8
2016-09-15 13:05:00 -05:00