Commit Graph

191 Commits

Author SHA1 Message Date
Riccardo Pittau 60640f40f0 Fix sphinx versions in test-requirements
Backporting sphinx versions from master

Change-Id: Ia0a36d9c342b3d7fb885cd485115b876c66da9b2
2019-07-11 14:32:49 +00:00
OpenDev Sysadmins 1d690e1d31 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:51:43 +00:00
Zuul 53eb6d9ec5 Merge "Migrate jobs in-tree" into stable/rocky 2019-03-25 12:24:06 +00:00
Dmitry Tantsur 43341b13f4 Migrate jobs in-tree
Change-Id: Ia444e385ffd4f774c408d5173b9f2d147cb723ca
(cherry picked from commit c5fbcf02c4)
2019-03-25 11:59:22 +01:00
Ian Wienand ffe2e3e4fc Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ibcffe424653a943758e7946320afa62d9b5e29cc
2019-03-25 11:51:14 +01:00
Dmitry Tantsur aa6bb72f7b Prepare stable/rocky
Change-Id: Ie8f88830c5f488a3e93a4db225727005b95dd691
2019-03-25 11:35:22 +01:00
Dmitry Tantsur 6693ec2398 Add noop management to iBOOT and WOL hardware types
The classic drivers had management=None, so no management actions
were tried. The hardware types have management=fake, which does not
support local boot. This ends up in a serious feature regression.

The intended behavior is to use static boot management, which is what
the noop management is about, so use it.

Change-Id: Id46e2747facabda922e1544fa59e90fb31a04a62
(cherry picked from commit 58fe0fe457)
2018-11-02 13:33:12 +00:00
Zuul 39c4e9327e Merge "Do not use the official theme from oslosphinx" 2018-08-09 17:35:05 +00:00
Zuul 999b0318f1 Merge "Fix lower constraints" 2018-08-09 17:35:04 +00:00
Zuul b36f40bf35 Merge "Do not use deprecated async parameter for passthru" 2018-08-09 17:16:19 +00:00
Dmitry Tantsur 15282776b1 Do not use deprecated async parameter for passthru
Change-Id: I3544b6b5bc56e4d27614397a98a7f17b72db6e00
2018-08-09 17:35:47 +02:00
Dmitry Tantsur e71e9a88da Do not use the official theme from oslosphinx
We are not an official project, let's not confuse people. Also
oslosphinx seems deprecated.

Change-Id: I42a61b04b5a03d948aa9dccaaaffbd8a7a9b0a10
2018-08-09 16:42:13 +02:00
Dmitry Tantsur d94a1f1542 Fix lower constraints
Change-Id: Ia345c84f3eab190785c297342ef1bcd3f15fc96c
2018-08-09 16:41:38 +02:00
Dmitry Tantsur 85faeb2d2b Configure webhook for publishing docs
Change-Id: I8e054d0e1af04eb80720465fdd4946f809240d9a
2018-08-09 14:44:57 +02:00
Dmitry Tantsur f3c9cab07f Remove classic drivers
Support for them was removed from ironic, so we have to remove them.

Change-Id: I27c61a01184b1d5435e05efa3c65eae90c9d3b34
2018-07-23 15:34:12 +02:00
wangqi a1eba0a010 Drop py34 target
We support py35 now.so it is no need to keep
the supoort for py34.

Change-Id: Ic33ec8b9367d2e5b13c6626491cdc60a0d0bfe63
2018-05-21 10:21:20 +00:00
Zuul 09e4707b61 Merge "pep8 ovirt classes, added copyright statement to ovirt files" 2018-05-18 09:14:04 +00:00
Dmitry Tantsur 91601c9704 Stop using mgr_utils.mock_the_extension_manager
It is not needed in most cases, but was blindly cargo-culted everywhere.
It will be removed with the switch to hardware types.

Change-Id: I1de6be6ab8b0c210f457fa0c1cd685c42406b888
2018-05-17 17:56:22 +02:00
Zuul 0e1be8bb81 Merge "reboot stopped vms in ovirt" 2018-04-18 16:19:35 +00:00
Zuul d850e9f676 Merge "Update the outdated links in README" 2018-04-18 03:58:54 +00:00
Zuul 61daf427e5 Merge "Convert ovirt url to a str" 2018-04-17 11:32:31 +00:00
Derek Higgins b7a5234057 Convert ovirt url to a str
Older versions if pyculr.Curl.setopt don't accept unicode
string values.

Change-Id: I4fca91228435a1a652b98db69aa2a92ffbaa47e7
Closes-Bug: #1761724
2018-04-17 10:52:12 +01:00
Ilya Etingof 62c7c14f77 pep8 ovirt classes, added copyright statement to ovirt files
Change-Id: Ibc25a574e9f0572d62d86dc0df0cbeef6eb7e93c
2018-04-16 15:06:00 +02:00
karmab cd648ffd8e reboot stopped vms in ovirt
When using ovirt driver,
make sure reboot starts stopped vms

Closes-Bug: #1752575
Story: 1752575

Change-Id: I851935a042c3e69e7e4ce72d6338ce2f77baa566
Signed-off-by: karmab <karimboumedhel@gmail.com>
2018-04-16 15:02:40 +02:00
Ilya Etingof 3265d0002b fix pep8 w503 warning
This started to break the pep8 CI job lately.

Change-Id: I8bf22c4944d272ed31a3281fa6ef4ca087a13ae9
2018-04-16 13:47:58 +02:00
lidong 2f4f70a2da Update the outdated links in README
Change-Id: I5540b4336893224ff333401161435ca6db3d9bf4
2018-04-04 08:55:38 +00:00
OpenStack Proposal Bot d27bcf030e Updated from global requirements
Change-Id: Iadd6c7b17afd620f8a8ddb99e3baa5b5c62e64fd
2018-03-26 08:05:03 +00:00
Doug Hellmann 174a342433 add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: I4b1ca0a1f067895640f0a71d6dd392d33e3def4e
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-23 10:36:03 +00:00
OpenStack Proposal Bot c00826da8a Updated from global requirements
Change-Id: I786ec1b06bdf6b5fe870a795754b572ec9b52733
2018-03-15 07:01:20 +00:00
OpenStack Proposal Bot bf88e051ef Updated from global requirements
Change-Id: I77aca05a5e2ea3e02a5a58cc6ec9733e0267941c
2018-03-14 05:31:31 +00:00
Zuul 7f77cd90b2 Merge "Add Queens to release notes" 2018-03-13 10:43:12 +00:00
Zuul c88637f5bf Merge "Updated from global requirements" 2018-03-13 10:08:06 +00:00
OpenStack Proposal Bot 41b437e505 Updated from global requirements
Change-Id: I653d619a3fb9950988a5a88e0acf4f04bb3d4c3b
2018-03-13 06:55:20 +00:00
Julia Kreger 2ccc0475ba Fix ovirt property error logging
Change-Id: I9bbbc76854e30ccaac8674b737cde237729c7c1f
2018-03-12 23:09:00 +00:00
OpenStack Proposal Bot df2c9cb2b0 Updated from global requirements
Change-Id: Ifdb7b248ecba3b771c1677c1efaf43b81456afb6
2018-03-10 13:15:46 +00:00
Dmitry Tantsur 0bdb46379b Add Queens to release notes
Change-Id: Ieb15d3f297f3031035e49ec60bb688e75e6c8141
2018-02-16 16:03:54 +01:00
Zuul de59d74109 Merge "Handle 'timeout' parameter in power methods" 2018-02-16 14:45:14 +00:00
Zuul e8dbc2c5f7 Merge "Replace curly quotes with straight quotes" 2018-02-16 11:42:03 +00:00
Zuul 26c8ff9ebd Merge "Updated from global requirements" 2018-02-16 11:41:55 +00:00
Ruby Loo e7d1bf3206 Handle 'timeout' parameter in power methods
The PowerInterface methods set_power_state() and reboot() were enhanced
to take a 'timeout' parameter [1].

In the Queens release [2] , the conductor assumes that all PowerInterfaces
can support this timeout parameter. This patch changes the PowerInterfaces
so that they accept a 'timeout' parameter for reboot() and set_power_state().
The PowerInterfaces log a warning if the parameter is specified when it isn't
supported.

[1] f15d5b9a37260b3876f9dadeb030412e6e1053b2
[2] 9e87cebc12102cbb3ae47366836dcd7c3e439828

Change-Id: I0904958f1a7f981204ba41bfbdc0083182c5622e
2018-02-07 18:26:08 -05:00
James E. Blair 940a4bbe9d Zuul: Remove project name
Zuul no longer requires the project-name for in-repo configuration.
Omitting it makes forking or renaming projects easier.

Change-Id: Iae39fc4feb54006ee1d10ba6afca105f84d6b042
2018-01-27 13:36:48 -08:00
melissaml 3b87b4ef06 Replace curly quotes with straight quotes
Curly quotes usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: I3e99e14394469b1c16afe943dc69df5631f73186
2018-01-26 00:44:20 +08:00
OpenStack Proposal Bot 501633611c Updated from global requirements
Change-Id: I2b7c737471582eca967b5f153a0d6ca9a3b92bbf
I55a3172bfe23573c1e2f449c5268b0bd2f8d2460
2018-01-17 20:35:48 +00:00
OpenStack Proposal Bot d723e3375b Updated from global requirements
Change-Id: I55a3172bfe23573c1e2f449c5268b0bd2f8d2460
2018-01-16 12:29:43 +00:00
Zuul ae60c0b0a7 Merge "Updated from global requirements" 2018-01-16 12:06:04 +00:00
OpenStack Proposal Bot e1226bec6a Updated from global requirements
Change-Id: If15eff9be168c1cb0f897a6167c0929ecb72a09d
2018-01-16 04:08:34 +00:00
Pavlo Shchelokovskyy 725b85484f Remove Ansible-deploy interface
it is now part of ironic itself, and version in ironic-staging-drivers
conflicts with version in ironic, blocking ironic-conductor from
starting when ironic-staging-drivers is installed.

Change-Id: I917b7399b3249143ba6cf75f61d96a1c64f94e7d
2017-12-18 14:55:35 +02:00
Dmitry Tantsur e3cb506e2e Correct branches published as part of release notes
Remove Mitaka, it was published from master anyway. Add pike and ocata.
Remove references to versions, they're anyway outdated.

Change-Id: I7ea04a42b43030b7378ac9d06cb1325d98bca78b
2017-11-28 15:16:26 +01:00
Pavlo Shchelokovskyy 45bc919c45 Add reno for ovirt driver
Change-Id: I90bef73cb4652c48e01851de91e0de33af74b9bf
2017-11-27 16:54:20 +00:00
Zuul 5c3dc1dded Merge "Ovirt support" 2017-11-27 11:30:49 +00:00