mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 19:01:37 +00:00
redfish_command: add update_custom_oem options (#9123)
* redfish_command: add update_custom_oem options
The Multipart HTTP push update implementation allows OEM specific
parts that are not part of the `UpdateParameters` body part, but a
separate one. This OEM part shall start with `Oem` and is optional.
The OEM part implementation is specified in the Redfish spec point
12.6.2.2 [1].
Right now, the implementation will only support JSON as MIME Type,
although it is not limited to JSON.
[1] https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.21.0.html#oem
Signed-off-by: Tan Siewert <tan@siewert.io>
* redfish_command: add option to set custom mime type
The implementation of using a custom MIME type will also remove the
default JSON type.
Converting the payload to JSON or any other type is up to the user.
Signed-off-by: Tan Siewert <tan@siewert.io>
* redfish_command: apply docs changes from review
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* redfish_command: add mime type option to changelog
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Signed-off-by: Tan Siewert <tan@siewert.io>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| identity/keycloak | ||
| mh | ||
| net_tools/pritunl | ||
| oracle | ||
| remote_management/lxca | ||
| source_control | ||
| storage | ||
| _filelock.py | ||
| _mount.py | ||
| _stormssh.py | ||
| alicloud_ecs.py | ||
| btrfs.py | ||
| cloud.py | ||
| cmd_runner.py | ||
| cmd_runner_fmt.py | ||
| consul.py | ||
| csv.py | ||
| database.py | ||
| datetime.py | ||
| deps.py | ||
| dimensiondata.py | ||
| django.py | ||
| gandi_livedns_api.py | ||
| gconftool2.py | ||
| gio_mime.py | ||
| gitlab.py | ||
| heroku.py | ||
| homebrew.py | ||
| hwc_utils.py | ||
| ibm_sa_utils.py | ||
| ilo_redfish_utils.py | ||
| influxdb.py | ||
| ipa.py | ||
| jenkins.py | ||
| known_hosts.py | ||
| ldap.py | ||
| linode.py | ||
| locale_gen.py | ||
| lxd.py | ||
| manageiq.py | ||
| memset.py | ||
| module_helper.py | ||
| ocapi_utils.py | ||
| oneandone.py | ||
| onepassword.py | ||
| oneview.py | ||
| online.py | ||
| opennebula.py | ||
| pipx.py | ||
| proxmox.py | ||
| puppet.py | ||
| pure.py | ||
| python_runner.py | ||
| redfish_utils.py | ||
| redis.py | ||
| rundeck.py | ||
| saslprep.py | ||
| scaleway.py | ||
| snap.py | ||
| ssh.py | ||
| univention_umc.py | ||
| utm_utils.py | ||
| vardict.py | ||
| version.py | ||
| vexata.py | ||
| wdc_redfish_utils.py | ||
| xenserver.py | ||
| xfconf.py | ||