python-tripleoclient/releasenotes/notes/overcloud-node-bios-c9ae89e35a96c7b1.yaml
Zenghui Shi aa3d6adb4b Create commands for configuring BIOS on given nodes
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
2019-03-11 12:55:39 +01:00

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.