15 Commits

Author SHA1 Message Date
Jenkins
de2992c95b Merge "Add stestr-specific files" 2017-09-25 13:48:51 +00:00
OpenStack Proposal Bot
659b5c3df7 Updated from global requirements
Change-Id: I224debfa61403324e31f24aa77477c86d382ac96
2017-09-23 05:57:57 +00:00
Pavlo Shchelokovskyy
b4a0a06b66 Add stestr-specific files
os-testr>=1.0 uses stestr as test runner instead of testrepository.

This patch adds appropriate config and git ignore options for stestr.

Change-Id: I3aefd97312bb9e5985e601dd192913247046d6e4
2017-09-22 11:45:29 +00:00
OpenStack Proposal Bot
2704492bc4 Updated from global requirements
Change-Id: If597f059dadd3b44ffcf33b3194dc793f0aa3027
2017-08-30 23:21:18 +00:00
OpenStack Proposal Bot
900bb09431 Updated from global requirements
Change-Id: I6386635f4167b3b9ed9a74b023428cb7fd55ff90
2017-06-30 12:15:44 +00:00
OpenStack Proposal Bot
a65455b5df Updated from global requirements
Change-Id: I7618a60261a688ed2609b8b803c16e179da63da7
2017-06-02 21:56:27 +00:00
OpenStack Proposal Bot
407d20d6f4 Updated from global requirements
Change-Id: I8bc718dc7ecd577f251f959c16d02d8616cfadc4
2017-05-17 03:48:48 +00:00
OpenStack Proposal Bot
d3a23f07ae Updated from global requirements
Change-Id: I06ff4fbe5f2b44e181321ee0ff68bd4d8bf57fe4
2017-03-20 13:20:56 +00:00
Pavlo Shchelokovskyy
92865503a7 Update style checkers
bring ironic_staging_drivers pep8 checks in line with main ironic:
- update hacking version to the one from g-r
- add import order checks, with the same style
- enable same additional checks from hacking

Only two small violations found, so better to update now while it's
easy.

Change-Id: I12459a1ffdb122f50ce25230e310412f18717ef5
2017-03-17 20:37:57 +00:00
OpenStack Proposal Bot
248b89e026 Updated from global requirements
Change-Id: Ib05c819d2bfb36eedbe9173c990c2ab54b49652d
2016-12-15 01:25:18 +00:00
Lucas Alvares Gomes
3ca96ed906 Mock the 'libvirt' import on tests
This patch is removing python-libvirt from test-requirements.txt and
mocking that library for the tests.

Closes-Bug: #1616906
Change-Id: Id067476c58bf9ddedd6cfc5fe80303f7d949cb9e
2016-08-26 15:52:00 +01:00
vsaienko
296a45c8af Introduce libvirt power/mgmt driver
Libvirt has its own API. It allows to connect to different hypervisors
like xen, vmware, virtualbox, qemu, full list can be found at
https://libvirt.org/drivers.html.
It supports different type of transports like ssh, tcp, unix sockets.
This patch introduces new type of power and management drivers,
which use libvirt-python library to connect to hypervisor.

Change-Id: I2df214aab95c2f5d2505f5ad4ef9f3a542e44c6a
Depends-On: I12211db38a3fdb3b2d733e5769f2c052c32c4a75
Closes-Bug: #1523880
2016-04-20 06:53:24 +00:00
Lucas Alvares Gomes
5ad7c7c925 Add Wake-On-Lan driver
This patch is importing the Wake-On-Lan (WOL) driver and its documentation
from ironic to ironic-staging-driver.

Since we can't have duplicated entry points in setuptools we had to
rename the driver names as following:

pxe_wol   -> pxe_wol_iscsi
agent_wol -> pxe_wol_agent
fake_wol  -> fake_wol_fake

This patch is using the "<boot>_<power>_<deploy>" template to name the
drivers consistently.

Change-Id: I2b051494fdba7bf6ca30d8f7bb406511bf7d4d76
2016-02-23 14:36:59 +00:00
Lucas Alvares Gomes
ba17b7c6fe Add reno for release notes management
Change-Id: Ia09a993d6ca7fa073db77be12035ec49a71db597
2016-02-08 14:41:18 +00:00
Lucas Alvares Gomes
a27e38e50c Skeleton initial commit
Change-Id: I6b2c34135c79931defaccc6480e382f54a95d9a6
2016-01-26 12:48:24 +00:00