Skip to content

Commit

Permalink
appconfig : add vm_resolution field to AppInstanceConfig
Browse files Browse the repository at this point in the history
The vm_resolution field is used to set the custom resolution for the VM
running in FML mode.

Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
  • Loading branch information
shjala committed Oct 22, 2024
1 parent 53b1a61 commit 0586ba7
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 70 deletions.
67 changes: 39 additions & 28 deletions go/config/appconfig.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 32 additions & 32 deletions images/devconfig.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions proto/config/appconfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ message AppInstanceConfig {

// This edge-node UUID for the Designate Node for the Application
string designated_node_id = 26;

// Custom resolution applies to VM that is running in FML mode only.
string vm_resolution = 27;
}

message PatchEnvelopeRef {
Expand Down
20 changes: 10 additions & 10 deletions python/config/appconfig_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0586ba7

Please sign in to comment.