-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[pmon] Add ping package to pmon docker #11550
Conversation
Hi @abdosi , please review. Thanks |
can you explain the use case of having ping in pmon in above why section ? |
Sure, updated the description |
@abdosi Looks like some tests failed (shows on SSH connection), can we try a rerun? |
@abdosi All checks shows as passed, can we go ahead and merge it if everything looks good? |
@abdosi Any update on this PR? |
ping command is not working inside PMON docker (bullseye) Use case: chassisd checks for module reachability inside PMON for "show chassis modules midplane-status" CLI, and on Cisco chassis, this uses ping command to check network reachability
ping command is not working inside PMON docker (bullseye) Use case: chassisd checks for module reachability inside PMON for "show chassis modules midplane-status" CLI, and on Cisco chassis, this uses ping command to check network reachability
Why I did it
ping command is not working inside PMON docker (bullseye)
Use case: chassisd checks for module reachability inside PMON for "show chassis modules midplane-status" CLI, and on Cisco chassis, this uses ping command to check network reachability
How I did it
Add iputils-ping package in pmon dockerfile
How to verify it
Run ping command inside PMON container
Which release branch to backport (provide reason below if selected)
Description for the changelog
[pmon] Add ping package to pmon docker
A picture of a cute animal (not mandatory but encouraged)