For the admin-related documents, all the 'ironic' CLI commands
are replaced with their equivalent 'openstack baremetal' CLI commands.
Change-Id: I3ee21344a50dbd8b835d381e12a25075256115af
Partial-Bug: #1711235
This changes one (that's all of them) URL that points to our
documentation using an absolute path, to one that is relative.
Change-Id: I262ae8dbe0af7af102b2d2ad28ff95adf7eb8de8
Documentation layout aligned with the OS standards.
The admin page cleaned up - unrelated references moved
elsewhere linking merely admin pages.
The configuration page refactored, ironic.conf
and policy.conf documentation and samples
automatically generated by oslo_config.sphinxext.
Change-Id: I9075e2688f59ecd8ab5c489679f2c53d6294f28d
Added documentation for irmc hardware type. Also added
some anchors into enabling-drivers.rst due to the current
doc needs to refer to some parts of that one.
Change-Id: Ie5bb4bb06120a8dd42eb900c8c3a18e7e97ee6f0
Closes-Bug: #1659209
This corrects the URLs in the contributor documentation as well as the
main index. The changes include:
- changing http to https
- changing absolute links to relative links (where applicable)
Change-Id: Iea392f8108ca4b5203682609dd78b980c1540b89
This corrects the URLs in the install documentation. The changes include:
- changing http to https
- changing absolute links to relative links (where applicable)
- updating links (due to doc migrations)
- removing old links
Change-Id: Iecca07e0da5e6b326baa0142f366449a4c5cfd89
This corrects the URLs in the admin documentation. The changes include:
- changing http to https
- changing absolute links to relative links (where applicable)
Change-Id: I0c65293d26da6b0a0086304841b5b6d71ea44e75
Documentation for 'snmp' hardware type and a minor string fix for
node's driver_info field ``snmp_security``.
Change-Id: I31c1429254172d4b5efb85a063c9cf7564279fca
Closes-Bug: #1704977
This reverts part of commit 30bc3c0933a1072e5e4c48b4614f5f387ffd8327.
On master, when upgrading from pike to queens in grenade, we already
create all the nodes with a resource class being set, so no need to
update it. We still pass the parameters to verify and verify_noapi as
that's what grenade does.
Change-Id: Ic7c3218fe95ef9f73d358216831158a1ec025fba
Replaces some occurrences of http with https in order to preserve the security
zone behavior and ensure that resources are referenced/accessed via https.
This doesn't replace all occurrences because some of the URLs in our docs
need to be changed.
Change-Id: Ia1fcd7cb8d1bbec0f7380293445220c7e7b3a43c
Removed the explicit references to classical drivers mentioned
under each of the supported features. Follow-up to comit
6fa2bfe05b3f40076f323ab45a499f03ca65d4f0 to documentation.
Change-Id: Ib2ce9b90225524d74ee8621f45b6d05b2d3eebdd
this will allow any other devstack plugin that depends on ironic to
easier extend the list for a particular enabled interface type
current explicit defaults are copied from current ironic.conf.sample
Change-Id: I1e22a8dc4bb57e1b1e1002baab38ba2f3ba8f230
This is done to trigger a bit of code from commit
c3118b91db4b97a689c9a2f25a9554a0ccb29252 to nova for active nodes.
Change-Id: I1ac1b8501cbed901941e7c89fc55c5b9bea0cb4f
Cinder uses 'fibre_channel' to for the volume type for FibreChannel
volumes. This value is returned as 'driver_volume_type' when
initialize_connection API. Then, nova sets the value to a volume target
of ironic.
The capabilities names of interfaces to allow FC boot are expected to
use the value in populating[1]. This patch fixes the capabilities names
from 'fc' to 'fibre_channel'.
[1] c0ce6ebf19/ironic/drivers/modules/deploy_utils.py (L1263),L1268
Change-Id: I9ff3c55cff035b0ff87b36da820f8129a9ffcbe2
Partial-bug: #1559691
This patch fixes a bunch of issues in the patch for volume boot support
for iRMC virtual media boot interface:
I387ae9382ebc561bc721dcfed6416b25f4809183
Change-Id: Ib26236a6b65ea56f7d72e45c5bf6e3f4e52a2694
Related-Bug: #1677436