2807 Commits

Author SHA1 Message Date
Jenkins
f2ebcc08d4 Merge "Changed the home-page of ironic-lib" 2016-10-04 15:20:01 +00:00
Sharat Sharma
b63f20198e Changed the home-page of ironic-lib
Change-Id: I0562823fba4c5460b00666f023531da150897443
2016-10-03 12:43:46 +00:00
OpenStack Proposal Bot
e1cad868df Updated from global requirements
Change-Id: Iae3d5af83d5a7a62204bd64f782f52f2597504be
2016-09-30 10:17:35 +00:00
Jenkins
056ccaf19b Merge "Remove unneeded disk_utils.mkfs() function" 2.2.0 2016-09-27 00:19:12 +00:00
Jenkins
25957833fb Merge "Add py35 to tox environments" 2016-09-23 08:56:14 +00:00
John L. Villalovos
c10121bc26 Remove unneeded disk_utils.mkfs() function
There is no need for the disk_utils.mkfs() function. Remove it and
update code to not use it.

Change-Id: I5609a8b80d23af23823ef0f0d7143efb209ef324
2016-09-22 17:49:47 -07:00
Jenkins
d134c54378 Merge "Fix check for GPT partioned device" 2016-09-22 21:52:56 +00:00
OpenStack Proposal Bot
448627ac2a Updated from global requirements
Change-Id: I720aee8e3de408f74bf18f577235867bac146791
2016-09-22 20:13:37 +00:00
John L. Villalovos
4fc0078f95 Add py35 to tox environments
Since we're running python 3.5 tests now, we should also be
running thme when running all tests with just `tox`.

Change-Id: Ic5d1c64d4cfccbc517f753bfe48aec13a16736e8
2016-09-22 10:48:02 -07:00
John L. Villalovos
ddef39b502 Fix check for GPT partioned device
The check for determining if a device was GPT partioned was incorrect.

This was due to the fact that the blkid output for a GPT partioned
device would have been: ('gpt\n', '') and the test was checking for
'gpt' in the output.

Change-Id: Ifdae7c5bfe01d100b1a94e83a4475ac2523483dc
Closes-Bug: #1626671
2016-09-22 10:42:08 -07:00
Dmitry Tantsur
33af42c965 Fix creating config drive for whole disk images
The execute utility returns (out, err), not just out.

Change-Id: I322ddae8026493eed2d1ac3c8d446e870b09e711
Closes-Bug: #1626544
2016-09-22 15:51:22 +02:00
Cao Xuan Hoang
36109e58f2 TrivialFix: Remove cfg import unused
This patch removes cfg import unused in
ironic_lib/tests/test_metrics.py

Change-Id: Ia5287621ce697fa26e8f0b64538442c0f83cba62
2016-09-06 14:27:54 +07:00
Lucas Alvares Gomes
96c287d34e Add match_root_device_hints() to the utils.py module
This patch is adding a function called match_root_device_hints() to the
utils.py module. This function tries to find a device that matches all the
given root device hints.

Closes-Bug: #1561137
Change-Id: Ia3ad098d6334ba22387c0f6d17b4bd518b178ca9
2016-09-01 17:28:17 +01:00
Jenkins
a8c75bd204 Merge "Sync tools/tox_install.sh" 2016-09-01 07:57:12 +00:00
Jenkins
d4ed5a9d96 Merge "Extend parse_root_device_hints to support operators" 2016-08-30 18:06:59 +00:00
Andreas Jaeger
57a164da15 Sync tools/tox_install.sh
Sync tools/tox_install.sh with python-openstackclient. This brings in
the following improvements:

* Do not leave temporary directory around, instead delete temporary
  directory directly after usage (change
  I939eae82dba3287fd4e4086128ebf4609a0e0770).
* Do not set ZUUL_BRANCH explicitely and remove unused if condition
  (change I0077c986a17d6bb92791474e03d1e77776e9382f).

Change-Id: I455222311fb1e9e029cb586c8cc6a06debaaa225
2016-08-30 20:02:49 +02:00
Lucas Alvares Gomes
dccd7b1789 Extend parse_root_device_hints to support operators
This patch is extending the parse_root_device_hints() method to make it
work with the oslo.utils operators.

Partial-Bug: #1561137
Change-Id: I9ab7357e396b89e1fe0c326d9bdfaca71916910e
2016-08-30 10:19:16 +01:00
Luong Anh Tuan
8429c01ce9 Using assertIsNone() is preferred over assertEqual()
Following OpenStack Style Guidelines:
http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

[H203] Unit test assertions tend to give better messages for more specific assertions.
As a result, assertIsNone(...) is preferred over assertEqual(None, ...)

Change-Id: Id34fb0851d698ed9c1c77cbb230f32aa21678c4e
2016-08-30 05:38:57 +00:00
Jenkins
52b2d2fa51 Merge "Correct reraising of exception" 2.1.0 2016-08-24 15:37:28 +00:00
Jenkins
52a3cf32d1 Merge "Add developer documentation on metrics" 2016-08-24 12:15:11 +00:00
yuyafei
bb90b10b8b Correct reraising of exception
When an exception was caught and rethrown, it should call 'raise'
without any arguments because it shows the place where an exception
occured initially instead of place where the exception re-raised.

Change-Id: I112eeea489470bca34b588bd862500d615c84e67
2016-08-24 12:37:59 +01:00
Jay Faulkner
7aff4e1689 Add developer documentation on metrics
Adds developer documentation to ironic-lib index page about how to emit
metrics and what each metric type is useful for.

Change-Id: I3e835717aa141f0e0fa0f026b910b9a9ed60665e
Partial-bug: #1611559
2016-08-19 08:49:33 -07:00
Jenkins
5ca6f2c9a2 Merge "Use constraints for all the things" 2016-08-19 14:16:59 +00:00
Jim Rollenhagen
65fbc0d664 Use constraints for all the things
This configures tox to use upper-constraints for everything.

Change-Id: I77f8d86e8791c3853534c95f52c88594c428ba8d
2016-08-19 08:14:55 -04:00
Jenkins
c724cbf368 Merge "Enforce doc8, make it pass, + fix inaccuracies" 2016-08-18 21:44:14 +00:00
Jenkins
6870101ba7 Merge "Add framework for doc building in ironic-lib" 2016-08-18 21:23:07 +00:00
Jay Faulkner
84f8c3095a Enforce doc8, make it pass, + fix inaccuracies
This patch fixes all sphinx warnings generated by malformed docstrings.

Additionally, it contains formatting and accuracy fixes for the metrics
docstrings, to ensure blockquotes are properly rendered, and to indicate
the get_metrics_logger() method is actually in metrics_utils.

Finally, this adds doc8 to the pep8 job, ensuring we don't reintroduce
some of these errors. As a note, there are items that can cause warnings
in doc builds that aren't enforced by doc8, and can't be enforced until
a doc build job is added to project-config.

Change-Id: I622812bfe8af576ab215c098dd211c6faf697a0c
Partial-bug: #1614272
Partial-bug: #1611559
2016-08-18 16:47:22 +00:00
Jay Faulkner
4f58317ce0 Add framework for doc building in ironic-lib
This adds a doc build for ironic-lib. Currently the only documentation
is that generated from docstrings.

Change-Id: I6ee00ad863bc7ce72958db4e8d5b6871a5b96eb0
Partial-bug: #1614272
2016-08-18 09:14:52 -07:00
OpenStack Proposal Bot
f4da9e9a11 Updated from global requirements
Change-Id: I51dfa6c163439a77c1caae88335af68b948ea008
2016-08-04 02:35:41 +00:00
OpenStack Proposal Bot
64451bc38b Updated from global requirements
Change-Id: Ia137a2710d01e9597e8ccd7ec76e3dda75425313
2016-07-29 02:28:57 +00:00
Shivanand Tendulker
7e926fd3fb Support configdrive in iscsi deploy for whole disk images
This will work for UEFI only or BIOS only images. It will not
work for hybrid images; which are capable of boot from BIOS
and UEFI boot mode.

Partial-Bug: #1493328
Change-Id: I4c517f63d620b5a9de31ecb2d7c209776d5ded48
2016-07-28 04:44:56 -07:00
Lucas Alvares Gomes
7aac631fbc Add parse_root_device_hints to utils.py
This patch is adding a function called parse_root_device_hints to the
utils.py module. This function is responsible for parsing the root
device hints dictionary from the node's properties attribute.

Both Ironic and Ironic Python Agent project have similar functions so
adding it to ironic-lib would make it easier to share code between both
projects and fix bugs in only one place.

Change-Id: Ida6d20d1fdb40e50fe33ffec1c953286d4cbc2b7
Partial-Bug: #1605631
2016-07-26 09:52:26 +01:00
OpenStack Proposal Bot
64dc8b64c7 Updated from global requirements
Change-Id: Ia132b8b022f07ffdddf5d8bc0073457dc8c8b795
2016-07-09 19:20:58 +00:00
Jenkins
6fec307e52 Merge "Include wipefs --force option" 2.0.0 2016-07-06 17:01:45 +00:00
Zhenguo Niu
9b5cb2062d Include wipefs --force option
Wipefs sometimes failed with errors like 'Device or resource busy',
include --force option to fix the problems.

Change-Id: Iad864d7ae9ab67286853f3c533a9c385ffe2cb05
Closes-Bug: #1590304
Closes-Bug: #1580169
2016-07-06 03:52:25 +00:00
Jenkins
49c58cfc2a Merge "Updated from global requirements" 2016-07-05 17:49:14 +00:00
Jenkins
5cf517d41e Merge "Add support for metrics" 2016-07-05 10:15:43 +00:00
OpenStack Proposal Bot
9fea53313d Updated from global requirements
Change-Id: I4eb0340a3d4beec5b2325986183ff8bec132fafe
2016-07-04 11:36:45 +00:00
Jenkins
a351856469 Merge "Use autospec in mocked objects" 2016-07-02 00:14:02 +00:00
Jenkins
9946bb615c Merge "Add keyword arg 'log_stdout' to utils.execute()" 2016-06-30 18:16:09 +00:00
Ruby Loo
433f3d98e8 Add keyword arg 'log_stdout' to utils.execute()
This adds the keyword argument 'log_stdout' (Boolean) to utils.execute().
If set to True, it will log the stdout returned by executing the
command. By default, it is True.

This argument is used in ipa's (ironic-python-agent) copy of execute(),
and is being added here in preparation for changing ipa to use this
library's execute().

The docstrings associated with utils.execute() were updated to reflect
the copy in ipa.

Change-Id: I44148c6e9150c7afd3de7b0b59bedb4983d9a6a7
Partial-Bug: 1587199
2016-06-29 17:09:29 -04:00
Ruby Loo
3858f6005e Remove releasenotes/*
Reno is not being used to handle release notes for ironic-lib.
A release note was accidentally added; this removes it to
avoid confusion.

Reno is meant to be used for deploy-facing information, not
for libraries meant for developers:
https://specs.openstack.org/openstack/oslo-specs/specs/policy/release-note-management.html#proposed-policy

Change-Id: I843981bf7cc1a26351bb99466c4b83aa6a3f35a9
2016-06-29 17:06:56 -04:00
Ruby Loo
e61a45b644 Use autospec in mocked objects
Some of the mocked objects in the unit tests do not have
autospec=True specified. This patch adds them, so that the
tests are consistent.

autospec=True is useful because it creates mock objects
that have the same attributes and methods as the objects
they are replacing.

Change-Id: I49b3a2dd7694666f6f62d3557ccee19a582d5868
2016-06-28 15:57:14 -04:00
Aline Bousquet
fb46000e24 Add support for metrics
This patch adds metrics to ironic-lib, so that it can be used by both
Ironic and IPA. It implements a generic MetricLogger including timers,
counters, and gauges with their respective decorators and context
managers. Two default MetricLogger are included: NoopMetricLogger and
StatsdMetricLogger.

Change-Id: I8a62414e6c03acb6f3457f1b8f81c03a9d3a8576
Co-Authored-By: Josh Gachnang <josh@pcsforeducation.com>
Co-Authored-By: Jim Rollenhagen <jim@jimrollenhagen.com>
Co-Authored-By: Alex Weeks <alex.weeks@gmail.com>
Partial-Bug: #1526219
2016-06-28 13:38:01 +01:00
Zhenguo Niu
122891b43c Ignore .idea folder
Should ignore .idea folder for JetBrains PyCharm users

Change-Id: If953a5d84c8f6402ad4e6263b737d1e45c7e19d2
2016-06-13 17:47:11 +08:00
Jenkins
3d7fef015c Merge "Remove deprecated disk util configs" 2016-06-10 00:20:09 +00:00
OpenStack Proposal Bot
aeaa70b247 Updated from global requirements
Change-Id: I46331306d867b7032fbe9f66b2f35fa4ab99c0bd
2016-06-03 18:13:21 +00:00
OpenStack Proposal Bot
f7a6100027 Updated from global requirements
Change-Id: I43c376fa55a4fcccfc4a3ea7fba9f13cd0b08e5b
2016-06-01 13:48:44 +00:00
OpenStack Proposal Bot
cd25d69987 Updated from global requirements
Change-Id: I86570efe458ab49d192551e793509e14ad7b2b1a
2016-05-30 00:13:26 +00:00
Jenkins
28dd421ad2 Merge "Updated from global requirements" 2016-05-24 22:28:12 +00:00