commit | 748d6e3c65434422488e9e93ddf3785991355771 | [log] [tgz] |
---|---|---|
author | Rayan Dasoriya <dasoriya@google.com> | Thu Mar 03 22:15:16 2022 +0000 |
committer | Rayan Dasoriya <dasoriya@google.com> | Tue Mar 08 17:14:08 2022 +0000 |
tree | 97fcd3f156cd37dba91682b3df866aef121f761f | |
parent | 498cf4d866cc845e6f93b7f92633b834ca59b808 [diff] |
Added get_status api in policy manager BUG=b/222726350 TEST=presubmit RELEASE_NOTE=Added get_status api in device_policy_manager Change-Id: I5b4b3f4e27adce4b663bbe0fa74b6a07351a1a01
Policy Manager is the client for the COS control plane. It is responsible for reporting current instance status and fetching device update config.
It is designed to be a system daemon that's started immediately after boot. It sends status update to an update manager, which will respond with the appropriate update config.
Using the update config, it will generate the appropriate update policy blobs to enforce the update strategy set by the user.
monitor
mode.Part of Policy Manager's features is to allow users to control the OS update behavior of their COS instances.
Instances will only receive updates within their major release version. For example, if both 12.1.0 and 13.0.0 are available, an instance running 12.0.0 will only get updated to 12.1.0 if it has this strategy.
The actual enforcement of the strategies are done by the update policy, which is a Chrome OS feature. An update policy is a protobuf blob that contains the parameters that will be used to fetch updates from Omaha. Policy Manager is responsible for deciding when to enable or disable the update engine.
FEATURES=test emerge-lakitu policymanager
./gen_proto.sh
.