-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Platform Compatibility] Added CGROUP HEIRACHY and Systemd Checks (#6093
) Added additional checks for 1. cgroup hierarchy : Checks whether control group hierarchy is present. This is to ensure a container engine can run on the target device 2. systemd check : Checks whether or not systemd is present. If systemd is not present. 3. Additionally added some other helper functions. Todo's 2. Add more required kernel config checks for running a OCI Compliant container enginer after further analysis 3. Finalize wording for the check based on UX Flow Testing 1. Test on OpenSUSE Linux ![image](https://user-images.githubusercontent.com/68707510/153474577-64f70f3f-7c27-465d-b04b-7ac83cba9105.png) 2. Test on Ubuntu 20.04 without systemd ![image](https://user-images.githubusercontent.com/68707510/153474768-bbb92d4b-bb52-41b2-b71f-bd73893b8924.png) 3. Test on OpenWRT Image ![image](https://user-images.githubusercontent.com/68707510/153475661-23f677a5-4d27-4d18-bb49-a25b8b569676.png) ## Azure IoT Edge PR checklist:
- Loading branch information
Showing
1 changed file
with
116 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters