Skip to content

Commit

Permalink
Merge pull request #58 from DMTF/Inventory-Updates
Browse files Browse the repository at this point in the history
Added workaround flag to the inventory script; made other improvements to the inventory code
  • Loading branch information
mraineri authored Aug 27, 2021
2 parents 02e5c79 + 30b0bfc commit 547e4e6
Show file tree
Hide file tree
Showing 4 changed files with 193 additions and 113 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pip install dist/redfish_utilities-x.x.x.tar.gz

External modules:
* redfish: https://pypi.python.org/pypi/redfish
* XlsxWriter: https://pypi.org/project/XlsxWriter

You may install the external modules by running:

Expand Down Expand Up @@ -99,6 +100,9 @@ optional arguments:
--write [WRITE], -w [WRITE]
Indicates if the inventory should be written to a
spreadsheet and what the file name should be if given
--workaround, -workaround
Indicates if workarounds should be attempted for non-
conformant services
```

Example: `rf_sys_inventory.py -u root -p root -r https://192.168.1.100 -details`
Expand Down Expand Up @@ -392,6 +396,9 @@ optional arguments:
--attribute name value, -a name value
Sets a BIOS attribute to a new value; can be supplied
multiple times to set multiple attributes
--workaround, -workaround
Indicates if workarounds should be attempted for non-
conformant services
```

Example: `rf_bios_settings.py -u root -p root -r https://192.168.1.100 -a BiosMode Legacy`
Expand Down
Loading

0 comments on commit 547e4e6

Please sign in to comment.