[chassis][Arista] add supervisor to the platform_env.conf (#12615)

Why I did it
Fixes #12614

How I did it
In the container_checker the database_chassis is added to expected container if device is supervisor
To detect the device is superviso, add supervisor=1 to the platform_env.conf of 7808 sup platform

How to verify it
run container_checker monit check
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
This commit is contained in:
arlakshm 2022-11-07 23:30:02 +00:00 committed by GitHub
parent ddf16c9d8c
commit c4be3a51aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,3 @@
usemsi=1
dmasize=512M
supervisor=1