-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
OrchDaemon Retry Optimization #1822
base: master
Are you sure you want to change the base?
Conversation
5396e71
to
53f437c
Compare
* DHCP Mitigation HLD * Images Added * MD Format Update * Updated Mitigation Strategy * Update DHCP Mitigation.md * Update DHCP Mitigation.md * Update DHCP Mitigation.md USE case * Reviewed * Updated Design as per COPP behavior * Changed Design image added * architecture added * Yang model range update * HLD Updated as per suggestions * added missing architecture image and sequence diagram
Add local region ID to Dash appliance schema
* Update SONiC_Generic_Config_Update_and_Rollback_Design.md * Update SONiC_Generic_Config_Update_and_Rollback_Design.md
Restrict allowed values for the routing_type field in DASH_ROUTE_TABLE Specify behavior of route groups once all ENI bindings are removed Deprecate/rename some action_type fields to be consistent with the latest sonic-dash-api changes.
…tage (sonic-net#1763) Signed-off-by: Stephen Sun <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
…bers CLI, yang, config db, appl db, requirement,etc Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
(1) Updated the HLD to reflect VRRP, VRRP6, VRRP_TRACK and VRRP6_TRACK tables. (2) Removed the vrrpmgrd from the APP_DB VRRP_TABLE's Producers (3) Updated the Architecture Diagram according to (2). Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
Signed-off-by: philo <[email protected]>
…#1770) This PR is to align the yang model to change `bridge_midplane` to `bridge-midplane` since this is the value used in the `systemd-networkd` in CONFIG_DB so that the yang validation does not fail Related to PRs: sonic-net/sonic-buildimage#19819
MoM html file update for Aug24
New platform (Micas Networks) update for supported platform html file
New platform (Micas Networks) update for supported platform md file
[DASH] Undeprecate ENI table pl_sip_encoding (sonic-net#1805) * pl_sip_encoding was recently undeprecated, so update the HLD accordingly. * Update privatelink configuration examples to reflect pl_sip_encoding
* OA crash handling to reinitialize port through xcvrd * Added table to list values for MEDIA_SETTINGS_SYNC_STATUS * Fixed typo * Addressed PR comment * Addressed PR comments and separated media notification between SfpStateUpdateTask and CmisManagerTask threads * Modified media settings to NPU SI settings for clearly differentiating module v/s NPU SI settings in future * Fixed typo * Addressed PR comments * Reverted unrelated changeset * Addressed PR comments * Added pre-requisite section and added testcase for OA restart * Corrected typo in XCVRD init sequence diagram * Added description and functioning related to is_npu_si_settings_update_required * Fixed typo * Addressed review comments * Replaced usage of PORT_TABLE for storing the keys from APPL_DB to STATE_DB
Reviewed in Routing WG 0926 meeting minutes https://lists.sonicfoundation.dev/g/sonic-wg-routing/wiki/37773 MultiDB review and Retry HLD review |
Optimize the blind retry logic of OrchDaemon retry process