aa3d6adb4b
This commit introduces two new commands to configure BIOS: 1) openstack overcloud node bios configure --configuration <..> [--all-manageable|uuid1,uuid2,..] 2) openstack overcloud node bios reset [--all-manageable|uuid1,uuid2,..] The first command applys BIOS configuration on given nodes or all manageable nodes; the second command resets BIOS configuration to factory default on given nodes or all manageable nodes; Depends-On: Icdaa734a44c55c830c0109d25488b68838e8736f Change-Id: I809883e0e54a66bca58a0e45c035c69bcc39dcd1
15 lines
485 B
YAML
15 lines
485 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds new commands to run BIOS cleaning on nodes::
|
|
|
|
openstack overcloud node bios configure \
|
|
--configuration <..> [--all-manageable|uuid1,uuid2,..]
|
|
|
|
openstack overcloud node bios reset \
|
|
[--all-manageable|uuid1,uuid2,..]
|
|
|
|
The first command configures given BIOS settings on given nodes or all
|
|
manageable nodes; the second command reset BIOS settings to factory
|
|
default on given nodes or all manageable nodes.
|