[Celestica] Leh800bcls:Platform:Add first draft version of platform_manager config file#965
Conversation
|
Hi @wuchao-tech! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
@mikechoifb has imported this pull request. If you are a Meta employee, you can view this in D95583745. |
…#966) Summary: **Pre-submission checklist** - [x] I've ran the linters locally and fixed lint errors related to the files I modified in this PR. You can install the linters by running `pip install -r requirements-dev.txt && pre-commit install` - [x] `pre-commit run` ``` clang-format.........................................(no files to check)Skipped black................................................(no files to check)Skipped shellcheck...........................................(no files to check)Skipped shfmt................................................(no files to check)Skipped trim trailing whitespace.................................................Passed fix end of files.........................................................Passed check yaml...........................................(no files to check)Skipped check json...............................................................Passed check for merge conflicts................................................Passed ruff check...........................................(no files to check)Skipped ``` Change LED/FW_UTIL/FAN_SERVICE/LED_MANAGER/SENSOR_SERVICE Config FileS To Support New Platform Leh800bcls Pull Request resolved: #966 Test Plan: Due to there is no hardware platform yet, pass the compile for validation the config file format  [compile_log.txt](https://github.com/user-attachments/files/25599741/compile_log.txt) For reference #965 Reviewed By: ezeob002 Differential Revision: D95242627 Pulled By: mikechoifb fbshipit-source-id: c31c147ac0064622fe59807622fc361bad3d765e
Pre-submission checklist
pip install -r requirements-dev.txt && pre-commit installpre-commit runSummary
Test Plan
Due to there is no hardware platform yet, pass the compile for validation the config file format

compile_log.txt