Commit Graph

7 Commits

Author SHA1 Message Date
Ghanshyam Mann 8325044e7a Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: Ib988f3b567e31c2b9402f41e5dd222b7fc006756
2024-02-24 11:41:49 -08:00
Marios Andreou 9bb446514e Use python jobs template for Zed
The current master should be compatible with the Zed
release of the other projects. oslo.log dropped support
for py36 see related-bug

Related-Bug: 1974244
Change-Id: I5362ca355e23830bc48f61b4a580de4a5edac423
2022-05-20 11:03:11 +03:00
Alex Schultz 15e6c371e6 Drop py27 support
Change-Id: I4f1a8941a8a3cdf6331aec7a6b8058fbeeb076b6
2020-04-22 14:39:21 -06:00
Corey Bryant f7a20ef2d3 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

Change-Id: I8adc2f00dc28e870273d07c8f8b3f3d37117035d
Story: #2005924
Task: #34253
2019-07-12 16:23:19 -04:00
Ben Nemec 5adca34f26 Include openstackbmc entry point
For people using the bmc outside of OVB this is handy so they don't
have to manually install the openstackbmc command.

Change-Id: Ic0dec504ab63d5a479c10c554dd3b82c6d7364df
2019-06-06 10:30:59 -05:00
Ben Nemec 277a36dd26 Enable pip install
Previously no entry points were defined for the OVB scripts because
they were intended to be used directly out of the bin directory.
However, because of changes in the way Python 3 handles relative
imports we can't continue to do that going forward, so we need to
be able to pip install OVB and have callable binaries.

This adds entry points for the necessary user-called files, but
does not yet update the documentation as the previous method
should still work. Once the pip version has been more thoroughly
tested the docs will be updated to the new method.

Change-Id: I158f58a58314c985baaeb7309cee6f284cb53985
2019-02-12 16:09:21 -06:00
Ben Nemec 9fe31995c5 Reorganize into package and add tox for testing
Moves the functional code into an openstack_virtual_baremetal env
and adds a tox configuration for testing.  Existing unit tests for
deploy.py are moved into the tests subpackage.  Further unit tests
for the other modules will be added in followup commits.

Symlinks from the bin directory are left so the previous workflow
should continue to work as before.
2016-07-14 12:23:41 -05:00