-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bmp container init workflow. #18946
base: master
Are you sure you want to change the base?
Conversation
/azp run Azure.sonic-buildimage |
Commenter does not have sufficient privileges for PR 18946 in repo sonic-net/sonic-buildimage |
/azpw ms_conflict |
Hi Frank, which TCP port will this bmp server use by default? Is it configurable from config_db or CLI? |
it's 5000, pls refer HLD section https://github.com/sonic-net/SONiC/blob/50cb55989649d5392b48b54bb7ca8263c883e162/doc/bmp/bmp.md#config-file-update |
DOCKER_EXEC_FLAGS+="t" | ||
fi | ||
|
||
docker exec -$DOCKER_EXEC_FLAGS bmp redis-cli "$@" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why you use this file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Why I did it
Add bmp container init workflow.
Work item tracking
How I did it
Add bmp container which is disabled by INCLUDE_BMP = n for now, which would cause container not build by default. This will be enabled as last step.
Add INCLUDE_BMP to indicate whether to build bmp container
Add docker file for bmp, as well as agent used openbmpd/bmpcfgd.
Add template file for bmp container services.
How to verify it
Build image with INCLUDE_BMP = y to verify, Image should be install correctly. By config feature state bmp enabled to enable.
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)