Skip to content

Commit

Permalink
Introduce new message OptionalCapabilities
Browse files Browse the repository at this point in the history
Add HVTypeKubevirt as an optional device capability

Signed-off-by: Pramodh Pallapothu <pramodh@zededa.com>
  • Loading branch information
Pramodh Pallapothu authored and eriknordmark committed Nov 28, 2023
1 parent 3e88f72 commit d5888a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions proto/info/info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,14 @@ message ZInfoDevice {
bool remote_access_disabled = 52;
}

// OptionalCapabilities indicates any additional capabilities device wants
// to publish to controller. For example Kubevirt hypervisor is not supported by
// all eve flavors.
message OptionalCapabilities {
// Virtualization type Kubevirt
bool hv_type_kubevirt = 1;
}

// Capabilities indicates features in the EdgeDevConfig where there is
// no easy way to otherwise determine whether or not they are parsed and
// supported by EVE-OS
Expand Down

0 comments on commit d5888a1

Please sign in to comment.