[openSUSE/wicked] 878e8d: client: add redfish command to use in extensions
Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 878e8dde06c27698821d53da329f2f708f59ac75 https://github.com/openSUSE/wicked/commit/878e8dde06c27698821d53da329f2f708f... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-04-11 (Mon, 11 Apr 2022) Changed paths: M client/Makefile.am M client/main.c M client/main.h A client/redfish.c Log Message: ----------- client: add redfish command to use in extensions Commit: 96c31fb14f6c57f35a58fd8bbee0517b5db2e183 https://github.com/openSUSE/wicked/commit/96c31fb14f6c57f35a58fd8bbee0517b5d... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-04-11 (Mon, 11 Apr 2022) Changed paths: M client/redfish.c Log Message: ----------- client: add redfish service hosts update actions Commit: 932fb1ea7a5908c9ef7fb0619f731a411dfecee5 https://github.com/openSUSE/wicked/commit/932fb1ea7a5908c9ef7fb0619f731a411d... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-04-11 (Mon, 11 Apr 2022) Changed paths: M client/Makefile.am M client/redfish.c M etc/client.xml.in M extensions/Makefile.am A extensions/redfish-config Log Message: ----------- client: add redfish service hosts update actions Commit: 101de45fd301d0fddc2ef9ca198aef968ed86ffc https://github.com/openSUSE/wicked/commit/101de45fd301d0fddc2ef9ca198aef968e... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-04-11 (Mon, 11 Apr 2022) Changed paths: M .gitignore M client/redfish.c M etc/Makefile.am A etc/scripts/redfish-update.in M wicked.spec.in Log Message: ----------- scripts: add redfish-update post-up/pre-down The redfish-update post-up/pre-down script adds the "Redfish Service IP" address to /etc/hosts using the "redfish-localhost" hostname and the "Redfish Service Hostname" if defined by the redfish protocol settings. Commit: 2d32bf7aa11104bd78a0722a601623c1c4248bf5 https://github.com/openSUSE/wicked/commit/2d32bf7aa11104bd78a0722a601623c1c4... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-04-13 (Wed, 13 Apr 2022) Changed paths: M man/Makefile.am A man/src/wicked-redfish.8.md A man/wicked-redfish.8.in M wicked.spec.in Log Message: ----------- man: add an wicked-redfish(8) manual page Commit: 9d7ec2ce3851c85072a21c57cf3e1b99584ab33c https://github.com/openSUSE/wicked/commit/9d7ec2ce3851c85072a21c57cf3e1b9958... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-04-13 (Wed, 13 Apr 2022) Changed paths: M .gitignore M client/Makefile.am M client/main.c M client/main.h A client/redfish.c M etc/Makefile.am M etc/client.xml.in A etc/scripts/redfish-update.in M extensions/Makefile.am A extensions/redfish-config M include/wicked/netinfo.h M include/wicked/types.h M include/wicked/util.h M man/Makefile.am A man/src/wicked-redfish.8.md A man/wicked-redfish.8.in M src/auto6.c M src/buffer.c M src/buffer.h M src/dhcp4/fsm.c M src/dhcp4/protocol.c M src/dhcp6/protocol.c M src/firmware.c M src/ibft.c M src/ibft.h M src/lldp.c M src/netinfo.c M src/sysfs.c M src/sysfs.h M src/util.c M wicked.spec.in Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/909 redfish: decode smbios and setup host interface Add initial support to decode the SMBIOS Management Controller Host Interface (Type 42) structure and expose it as wicked `firmware:redfish` configuration to setup a Host Network Interface (to the BMC) using the `Redfish over IP` protocol allowing access to the Redfish Service (via redfish-localhost in /etc/hosts) used to manage the computer system. Tech Preview (jsc#SLE-17762). See also: - https://www.dmtf.org/standards/redfish - https://www.dmtf.org/dsp/DSP0270 Compare: https://github.com/openSUSE/wicked/compare/780fb335c44e...9d7ec2ce3851
participants (1)
-
Marius Tomaschewski