Clarify the documentation and the returned error
in order to help users understand the behavior of
BFV and the storage interface.
Change-Id: I7719ae1acf5102cdd7ed39fd2fee427fdc25e78a
Story: #2001927
Task: #14455
This removes some nova config recommendations for property-based
scheduling, as they shouldn't be used any longer. It also updates the
flavor creation document to only focus on resource classes. Last, update
the nova commands in the flavor creation document to be openstackclient
commands.
Change-Id: Ib4512ad707964a2d06b7a8428b89020b05cff0b2
As requested by the community, adding a note to the
oneview documentation to indicate the eventual removal
of oneview driers.
Change-Id: I977e74a2c484b249434bc9a7dabfa3082d2bfe7c
Story: #2001924
Task: #15062
With OpenStack Liberty, Keystone API v2.0 is depreciated, so
remove the API V2.0 endpoint registration is safe.
Change-Id: I6272741a2467e2d1e2ec1d3e425247effc034670
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.
[1]https://review.openstack.org/#/c/508522/
Change-Id: I727591e46de1a38403a8c25f0d08c57565db945b
This patch provides implementations to feature of adding inspect wait state.
Changes covered in this patch:
* Added state and transitions, state diagram regenerated.
* inspector and oneview inspect interface now return INSPECTWAIT instead of
INSPECTING. Move node to inspect wait if inspect interface returns
INSPECTING or INSPECTWAIT.
* Add a timeout option to conductor, and a periodic task to check timeout
in the inspect wait state.
Story: #1725211
Task: #10630
Partial-Bug: #1725211
Change-Id: Ie76bfdad5966014a4dae826919ff5705462c743b
While old launchpad links will still work,
we have process and contributor documentation
that needed to be updated.
Change-Id: I0890e09ba75a6ac8644ce2bea9292aab5b55cfb5
This document describes the design of a small bare metal cloud with
flat networking and conductors as part of (HA) controller nodes.
Also adds missing information about rescuing network to the common
reference architecture guide.
Change-Id: Ifd3bfcc89263cd9810cd5cfb459ffeeaf146caf7
Story: 2001745
Task: 12108
1) Use https instead of http for docs links
2) Update doc links according to OpenStack document migration
Change-Id: Ib9b2fa3b699de361d47aa80d07cdf76b7a1eb143
This adds some words about how to unmask passwords or secrets applied
by default policy.
Change-Id: I0295cfa3bce09b336a3f460e3fd7741549e8483b
Story: #1669331
Task: #9725
We have method passthru that is accepting parameter async,
but since python 3.7 use async as reserved word,
the async parameter is deprecated,
async_call should be used instead.
async parameter will be removed in the next cycle.
Change-Id: I6299aafd30faae9a93df2cb901c1505df47e6b45
Task: 9289
Story: 1751306
Currently we have a detailed explanation of how ironic is architected,
but it resides in the user guide for some reason. This change moves
relevant bits to the install guide to the existing "Bare Metal service
overview" section. The text is cleaned up (e.g. s/ironic/Bare Metal/)
and ordered to simplify reading. A link to ironic-ui is added.
The user guide still contains the bits that are helpful for users
to understand the bare metal deployment process.
Change-Id: I17e38454f7893c00b71ac29328bd80d3978ed1f4
This patch updates the notification driver option for collecting sensor
data because [DEFAULT]/notification_driver is deprecated and
'messaging' driver should only be used in cases where there are existing
consumers deployed which do not support the 2.0 message format.
Change-Id: Ia6c55149e5cb12d1201742f7008047e35570b410
This updates the release documentation to indicate that we have
to wait until grenade is testing the latest release against master,
before making code changes related to rolling upgrades.
Change-Id: I60a3343cfb4565da725a7b39c6ee8b04e4389dec
mostly copied from docs present in ironic-staging-drivers,
with some modifications due to some features dropped.
Change-Id: If9e82c42a03c71fd0ff0319c7a43fe80e53f9672
Also write a bit more meaningful documentation on writing drivers with
helpful links to move forward.
Change-Id: Id76705efabaf93a76a1370bc2e1d998622e82ac9
Partial-Bug: #1690185
This adds an 'Other considerations' section to the Security
documentation to include things that may not merit their
own section.
Change-Id: Ic4a854a9fb8e12e0d6cdf969ef804e25f6341a32
Related-bug: #1659455
Related-bug: #1692511
Co-Authored-By: Ruby Loo <ruby.loo@intel.com>
This commit removes reference of need for Object Storage
service for using virtual media based iLO drivers in
standalone Ironic. One can use these drivers by setting
up web server on the host where conductor is running.
The documentation for same is available in iLO drivers
documentation page.
Change-Id: I0b0493373949e552677137ce0b6d5e44efc0268f
After some period of time, nodes managed by the idrac hardware type may go
into maintenance mode in Ironic.
Change-Id: I78a8b952829d565c203afda9ccff30977989dc71
This test is not helpful for development at all - it only fails
after the version is issued, when it's too late to fix. Furthermore,
it blocks using the sem-ver tag in a commit message to bump minor or
major pre-version, as it expects the future release to exist.
Change-Id: I48034d1433b7e67f1ce2853227dd5a539e15a360
Nova network service does not exist anymore, so no need to disable
it, as well as enable neutron as it is enabled by default. Heat is
not enabled by default, so there is no need to disable it.
Change-Id: I6dea2ec9bde717462b6974c001bc23b2ad8c6d94
Also remove mentioning of the example configuration file from the
releasing docs, as we've removed it.
Change-Id: I8e2a2adcac7de69c3a03ddd560de96b0972b99e1
As a part of deprecating classic drivers, this patch updates the
documentation of iRMC driver. We still mention the classic drivers with
warning. The description for the classic drivers will be removed in
Rocky.
Change-Id: I6331072b44bf33c6bfa75703bf2ab46dac96a5e7
Related-Bug: #1690185