11330 Commits

Author SHA1 Message Date
Dmitry Tantsur
d97f0fb5ec Do not mask configdrive when executing in-band deploy steps
The agent needs to use configdrive, and we do send it over the same
channel when running write_image. There is no point in preventing custom
deploy steps from accessing it.

Change-Id: I93d3966b2c6af1f60bfbb39b3a07056308c6866c
2021-04-29 13:54:55 +02:00
Zuul
193d2e65f1 Merge "Process in-band deploy steps on fast-track" 2021-04-28 15:52:22 +00:00
Zuul
888279c802 Merge "Docs: dhcp-less works with Glean 1.19.0" 2021-04-28 11:27:09 +00:00
Zuul
789ac329e4 Merge "Remove a pause before cleaning when fast-tracking" 2021-04-27 12:02:22 +00:00
Dmitry Tantsur
7ac60fb157 Docs: dhcp-less works with Glean 1.19.0
Change-Id: I46be8e000eba520e14fa9541ee53466ec10aa9a4
2021-04-27 10:47:18 +02:00
Zuul
0282c05de5 Merge "Follow up to add iDRAC management via Redfish" 2021-04-26 16:09:47 +00:00
Zuul
e50a0ca6a6 Merge "Remove temporary cleaning information on starting cleaning" 2021-04-23 21:23:21 +00:00
Zuul
9c9e38f9b9 Merge "Fix fast track with redfish-virtual-media" 2021-04-23 12:07:38 +00:00
Dhuldev Valekar
266be4eb4c Follow up to add iDRAC management via Redfish
Add unit tests to redfish utils method wait_until_get_system_ready.

Followup to change: Iad69c8d7cf3a373f5cfcc619a479a106efa2e4d4

Change-Id: I334d6d5d7a35557a57ba118bed0a6beedba934d3
2021-04-23 04:48:24 -05:00
Dmitry Tantsur
f4a7002023 Remove temporary cleaning information on starting cleaning
Currently we only remove the URL, which may leave a stale token.

Change-Id: I9ff2d726cb75317fe09bd43342541db0e721f2b8
2021-04-22 14:00:32 +02:00
Zuul
f720ce7e25 Merge "[doc][trivial] Fix diagram in agent token admin docs" 2021-04-22 11:11:09 +00:00
Arne Wiebalck
7fecedad24 [doc][trivial] Fix diagram in agent token admin docs
Change-Id: I98233646472b6a5150bf1bd6fd42d364a71bd830
2021-04-22 12:12:38 +02:00
Arne Wiebalck
cf98a468ea [doc][trivial] Fix typo in agent token admin docs
Change-Id: Id40e9ed39c051a6988745a624ec4f755dc79cd41
2021-04-22 12:08:15 +02:00
Zuul
313af0b32b Merge "Followup patch for security dashboard clean steps" 2021-04-22 09:22:45 +00:00
Zuul
9b67800f20 Merge "Do not use pregenerated tokens with a pre-built ISO" 2021-04-22 00:51:12 +00:00
Zuul
eaaefbe394 Merge "Aliases for a few unfortunately named state transitions" 2021-04-21 03:35:05 +00:00
Zuul
4c30827f2d Merge "Wipe agent tokens on inspection start and abort" 2021-04-20 19:32:36 +00:00
Zuul
0af9a9fdf8 Merge "Read default cirros version from stackrc" 2021-04-20 16:00:26 +00:00
Zuul
f184a0f0d0 Merge "Update to not use deprecated get_task_monitor." 2021-04-20 15:44:47 +00:00
Riccardo Pittau
df368cbd8a Read default cirros version from stackrc
Workaround for grenade jobs to read CIRROS_VERSION variable from
stackrc.
We also give the possibility to specify a custom CIRROS_VERSION

In addition, fix transient iDRAC WS-Man BIOS test.

Depends-On: https://review.opendev.org/c/openstack/ironic/+/786387

Change-Id: Ic7f5dae5e6aa6916f0a7d73f43cc9552349385c5
2021-04-19 13:47:10 -04:00
kafilat-adeleke
5c303a5e0a Aliases for a few unfortunately named state transitions
This RFE proposes a new microversion that will provide
aliases to two poorly named provisioning verbs
to match the existing CLI commands

Story: #2007551
Task: #39402
Change-Id: Ifd14aebbfb4b17c5108f44092dac0b89d1c2c50a
2021-04-15 08:25:13 +01:00
Dmitry Tantsur
9afa9b86d1 Process in-band deploy steps on fast-track
Currently we're only recording them, but do not validate and take into
account. This change fixes it.

The deployment code has been updated to account for the fact that deploy
steps can change in run time.

Change-Id: I01bd9e3a11fed68213bb392c04aa1d33bbe16b30
2021-04-13 14:29:14 +02:00
ankit
5a27ea6fe6 Followup patch for security dashboard clean steps
This patch addresses all the remaining comments on the
security dashboard clean steps for ilo driver.

Change-Id: Id454642439d09fa8edd7bab9259dfc4ba9b55a01
2021-04-13 10:16:31 +00:00
Dmitry Tantsur
ff7a32bc7f Remove a pause before cleaning when fast-tracking
When fast track mode is used, ironic still waits for the next heartbeat
before running the first clean step, because prepare_cleaning
unconditionally returns CLEANWAIT for agent drivers. This patch fixes
it by returning None for fast-track.

Agent code then needs to refresh clean steps before proceeding,
otherwise it will assume an empty steps list.

Change-Id: I86225b3e34c63a0124a2a63f8a624dd00a8d38e4
2021-04-12 16:06:15 +02:00
Dmitry Tantsur
65e2e19098 Fix fast track with redfish-virtual-media
During cleaning prepare_ramdisk is always called, even with fast track.
However, the redfish-virtual-media boot interface ignores fast track and
always reboots the node. This change makes fast track work if we can
detect that a CD device is connected.

Change-Id: I8d13df5db9654b0c2ea24489f7df75cdc5bae0e2
2021-04-08 18:32:51 +02:00
Zuul
b4d8a493d9 Merge "Fix idrac-wsman BIOS factory_reset result finding" 2021-04-08 16:20:46 +00:00
Aija Jauntēva
233a8d2c42 Update to not use deprecated get_task_monitor.
`update_service.get_task_monitor` is deprecated, using
top level `get_task_monitor` instead.

Change-Id: Ib028313ee14744a2c016ebaa463e6bfc3a4cc5f0
2021-04-08 10:55:11 -04:00
Dmitry Tantsur
8647aeca65 Do not use pregenerated tokens with a pre-built ISO
If an ISO is provided by a user and removable configuration is not used,
we cannot embed the token. Retrieve it normally instead.

Change-Id: Ie5f735e077f4cee89d7ae59c414909eb4e0c734b
2021-04-08 13:53:03 +02:00
Dmitry Tantsur
c6e8281f85 Wipe agent tokens on inspection start and abort
Also make sure the pregenerated flag is always reset.

Change-Id: I73aaa803d3eb84ddac59a778e998836a645217eb
2021-04-08 13:42:25 +02:00
Zuul
4d79021513 Merge "Fix typo in security docs around is_admin rule" 2021-04-08 07:52:16 +00:00
Zuul
d2e7f36949 Merge "Add security dashboard clean steps to ilo drivers" 2021-04-07 13:57:59 +00:00
Zuul
e97e6eb660 Merge "Update python-dracclient version" 2021-04-07 12:03:45 +00:00
Yogesh Ramachandra
82627acadc Fix idrac-wsman BIOS factory_reset result finding
This change fixes the idrac-wsman BIOS hardware interface
implementation's determination of the result of its factory_reset
cleaning/deploy step, and, on success, updating of the cached BIOS
settings to their defaults. It uses a deterministic means of identifying
when the reset has successfully completed and the default BIOS settings
are available to be read.

The time when the iDRAC last performed a system inventory is referred to
as Collect System Inventory on Restart (CSIOR). CSIOR updates the values
of BIOS settings that can be read from the iDRAC. The interface reads
the CSIOR and records it on the ironic bare metal node before requesting
the factory reset and rebooting the system to process the request.
Following the system reboot, the CSIOR is periodically read until its
value changes from its recorded value. If that occurs before the
configured amount of time has passed, the step succeeds and the cached
BIOS settings are updated. Otherwise, the step fails and the node is
placed in the failed state.

Story: 2008058
Task: 40739
Depends-On: https://review.opendev.org/c/openstack/python-dracclient/+/748571
Change-Id: I11b92612d6686b7133ddef67068664c9b81df30e
2021-04-06 23:56:35 -04:00
Richard Pioso
90d21edbfd Update python-dracclient version
Update python-dracclient version to indicate Wallaby compatibility with
6.*.* releases.

Version 6.0.0 is available from PyPI [1].

[1] https://pypi.org/project/python-dracclient/6.0.0/

Change-Id: Ia7093a3ed48e19197f74da9e1c49416a974a76be
2021-04-06 12:48:40 -04:00
Zuul
bc028e0b65 Merge "Followup idrac configuration mold steps" 2021-04-05 22:36:17 +00:00
ankit
f5413a9bd5 Add security dashboard clean steps to ilo drivers
This commit adds new clean steps security_parameters_update,
update_minimum_password_length and update_auth_failure_logging_threshold
to allow users to edit following security parameters which fetched
during node inspection -
``Password_Complexity``, ``RequiredLoginForiLORBSU``,
``RequireHostAuthentication``, ``MinPasswordLength``,
``IPMI/DCMI_Over_LAN``, ``Authentication_failure_Logging``,
and ``Secure_Boot``.

Story: 2008024
Task: 40736
Change-Id: I0dd9a83ee23c6b846eda3ff171ab7b3138b22fa7
2021-04-05 17:53:28 +00:00
OpenStack Proposal Bot
0a417f52e6 Imported Translations from Zanata
For more information about this automatic import see:
https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

Change-Id: Ie9a1b59bf7c070fe69c9d3a20d4d972364eb527c
2021-04-05 06:48:35 +00:00
Julia Kreger
c6b8ee6667 Update release note version header for wallaby
Change-Id: Ib52d0a1e1944e657b1b0be38d433717493cdc401
2021-04-01 10:21:53 -07:00
Zuul
af0e5ee096 Merge "Add Python3 xena unit tests" 2021-04-01 13:05:07 +00:00
Zuul
a4f087a27a Merge "Update master for stable/wallaby" 2021-04-01 10:24:19 +00:00
Zuul
3b2d15394e Merge "Follow-up Automaticaly set cipher suite" 2021-04-01 10:08:40 +00:00
94bd4c8e37 Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I24a4b8fd3d7c086b79875a2d0dd5f2399357d988
2021-04-01 09:12:27 +00:00
dd56a20b6b Update master for stable/wallaby
Add file to the reno documentation build to show release notes for
stable/wallaby.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/wallaby.

Sem-Ver: feature
Change-Id: I87ce46bfcca8b023ef26cf0cdc807de6956fb2b3
2021-04-01 09:12:21 +00:00
Aija Jauntēva
ae30139af2 Followup idrac configuration mold steps
Followup to change: I10dbc30614d8654dda540ffaa5e61e7a9f03c7b3

Change-Id: Ie7cb2c831854be288553dc634d5367739519e0e1
2021-04-01 03:16:41 -04:00
Zuul
31d93dccdc Merge "Restrict syncing of boot mode to Supermicro" 2021-04-01 07:12:46 +00:00
Zuul
5249646f64 Merge "Add agent_status and agent_status_message params to heartbeat" 2021-04-01 07:09:33 +00:00
Arun S A G
288b8fd883 Add agent_status and agent_status_message params to heartbeat
agent_status is used by anaconda ramdisk to inform the
conductor about state of the deployment. Valid agent
states are 'start', 'end' and 'error'. The agent_status_message
is used to describe the why the agent_status is set to a
particular state. Use of these parameters require API
version 1.72 or greater.

When anaconda finishes deployment the agent_status is
set to 'end'. When anaconda ramdisk is unable to deploy
the OS for some reason the agent_status is set to 'error'.

PXEAnacondaDeploy is implemented to handle the 'anaconda'
deploy interface. PXEAnacondaDeploy ties to together pieces
needed to deploy a node using anaconda ramdisk.

Co-Authored-By: Jay Faulkner <jay@jvf.cc>
Change-Id: Ieb452149730510b001c4712bbb2e0f28acfc3c2e
2021-03-31 14:20:39 -07:00
Bob Fournier
8bd25a9882 Restrict syncing of boot mode to Supermicro
The fix for https://storyboard.openstack.org/#!/story/2008252 synced
the boot mode after changing the boot device, because Supermicro nodes
reset the boot mode if not included in the boot device set. However this
can cause a problem on Dell nodes when changing the mode uefi->bios or
bios->uefi. Restrict the syncing of the boot mode to Supermicro.

Story: 2008712
Task: 42046
Change-Id: I9f305cb3f33766c1c93cf4347368b1ce025fc635
2021-03-31 15:02:57 -04:00
Zuul
e215f7a180 Merge "Fix Bandit check" 2021-03-31 18:41:42 +00:00
Zuul
a7988cb416 Merge "Add iDRAC management via Redfish to idrac HW type" 2021-03-31 17:52:39 +00:00