This patch updates documentation of 'ilo' hardware type for
'ramdisk' deploy with 'ilo-virtual-media' boot interface.
Change-Id: I1568f6f9a33c13a0d43898065095fe59c4f43305
Adding rescue mode documentation for admin user in iLO driver
Depends-on: I02776ba4028de3b93ba1bccec59601d28648fd0a
Change-Id: I43f6ea7a2a76e23fcfc9c0964abc29ae5d38a12b
This commit adds admin documentation for rescue interface
introduced in API version 1.38
Change-Id: I02776ba4028de3b93ba1bccec59601d28648fd0a
Partial-Bug: #1526449
This change will add how to create windows images article
in portgroup docs. these images will support to create port
bounding through ironic services.
This feature has tested on Fujitsu servers successfully.
Change-Id: I1ce941a16f080fce1699d8629a7e12a2c2d83ade
It seems that the wsme sphinx extension was concealing
issues in our doc builds, where formatting was not exactly
correct nor parsed as we would always expect as we have had
a tendency to fully document data structures as if we are
typing code.
Upon disabling the extension, the prior build failures due to
duplicate labels disappeared and other issues preventing the
docs from building successfully were raised.
It also seems that we never actually used the extension as
documented https://wsme.readthedocs.io/en/latest/document.html
$ grep -ir "wsme:root" ./ironic
$ grep -ir "wsme:type" ./ironic
$ grep -ir "wsme:attribute" ./ironic
$ grep -ir "wsme:service" ./ironic
$ grep -ir "autotype" ./ironic
./ironic/objects/fields.py:class FlexibleDictField(object_fields.AutoTypedField):
./ironic/objects/fields.py:class MACAddressField(object_fields.AutoTypedField):
$ grep -ir "autoattribute" ./ironic
$ grep -ir "autoservice" ./ironic
$ grep -ir "autofunction" ./ironic
$
Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Change-Id: Ib5bbd9274a4098022fba69f0e4998485d2ee2396
Story: 2003020
Task: 23043
Follow up to "Ironic behind mod wsgi" documentation [1].
This reformats instructions and clears TODOs in the document,
similar places were found and fixed in this patch as well.
References to Fedora 21 are removed.
[1] https://review.openstack.org/#/c/407327
Change-Id: I3ded2614306df3f6ce4b1d14526b061dcaa7b829
Support for "fake" is kept for backward compatibility and is deprecated.
Change-Id: Ibee573e660e2ba4204ecb68c8d80ad8d1e0b9a74
Story: #2003203
Task: #23361
The new management interface targets hardware that does not correctly
support changing the boot device via IPMI. For example, some hardware
was reported to break the configured boot order in this case. Using
the "noop" management will allow operators to pre-define the boot order
as PXE -> DISK.
Change-Id: Iae2837b100905e9e06cc2cd2614f0af81bf13752
Story: #2003203
Task: #23359
During the rocky PTG, we discussed the vision
for ironic. We learned to use the same words.
We reached the same page.
As a result, the week felt very productive.
And so, we should actually write some of this down.
Accordingly the patch proposes a draft vision, as well
as sets the context of the discussions in an attept to
have a point or document that we can refer back to at
a later point in time.
The contents are based off of the Rocky ironic PTG vision
etherpad[1].
[1]: https://etherpad.openstack.org/p/ironic-rocky-ptg-vision
Change-Id: Ie7208cc5aeade96409b658041b9edb4976512ad7
According to the response from the cloud deployment team
at Fujitsu, there is lack of documentation for serial console.
This patch adds below details:
- Points out the Nova doc of serial console, so deployer can
refer to.
- Adds some info of case serial console runs under HA config.
The content is provided by the deployment team.
Change-Id: Ibd8c98024658b13637cf38f699463ed9beb8c88f
Documentation changes related to 'ilo' BIOS interface to manage
BIOS settings on the node.
Change-Id: I261ab1bffcf9fc30a62f6ad767ebc2486ebcb975
Story: #2002899