Skip to content

Commit 290eee2

Browse files
Alberto Donatostgraber
Alberto Donato
authored andcommitted
api: resources_pci_vpd
Signed-off-by: Alberto Donato <alberto.donato@canonical.com>
1 parent 335bd85 commit 290eee2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/api-extensions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,3 +1673,7 @@ Adds the `security.syscalls.intercept.sysinfo` to allow the `sysinfo` syscall to
16731673
This introduces a `mode` field to the evacuation request which allows
16741674
for overriding the evacuation mode traditionally set through
16751675
`cluster.evacuate`.
1676+
1677+
## resources\_pci\_vpd
1678+
Adds a new VPD struct to the PCI resource entries.
1679+
This struct extracts vendor provided data including the full product name and additional key/value configuration pairs.

shared/version/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ var APIExtensions = []string{
333333
"image_copy_profile",
334334
"container_syscall_intercept_sysinfo",
335335
"clustering_evacuation_mode",
336+
"resources_pci_vpd",
336337
}
337338

338339
// APIExtensionsCount returns the number of available API extensions.

0 commit comments

Comments
 (0)