add new fields to ha_scope#44
Merged
theasianpianist merged 1 commit intosonic-net:masterfrom Aug 22, 2025
Merged
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
yue-fred-gao
approved these changes
Aug 13, 2025
Collaborator
Author
|
Hi @theasianpianist - can you help review and merge? |
r12f
approved these changes
Aug 22, 2025
prsunny
pushed a commit
to sonic-net/sonic-swss
that referenced
this pull request
Aug 26, 2025
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44
a114j0y
pushed a commit
to a114j0y/sonic-swss
that referenced
this pull request
Aug 28, 2025
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44
a114j0y
pushed a commit
to a114j0y/sonic-swss
that referenced
this pull request
Aug 29, 2025
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44
|
Cherry-pick PR to msft-202506: Azure/sonic-dash-api.msft#10 |
mssonicbld
added a commit
to mssonicbld/sonic-swss.msft
that referenced
this pull request
Sep 10, 2025
<!-- Please make sure you have read and understood the contribution guildlines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md 1. Make sure your commit includes a signature generted with `git commit -s` 2. Make sure your commit title follows the correct format: [component]: description 3. Make sure your commit message contains enough details about the change and related tests 4. Make sure your pull request adds related reviewers, asignees, labels Please also provide the following information in this pull request: --> **What I did** Address the minor changes in HA HLD: 1. reject ha_scope object createion if ha_set is not created first. 2. get ha_set_id mapping from ha_scope table 3. get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44 **Why I did it** To align with HLD change. **How I verified it** * UTs. * load on DPU, program objects (pending) **Details if related**
mssonicbld
added a commit
to Azure/sonic-swss.msft
that referenced
this pull request
Sep 10, 2025
<!-- Please make sure you have read and understood the contribution guildlines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md 1. Make sure your commit includes a signature generted with `git commit -s` 2. Make sure your commit title follows the correct format: [component]: description 3. Make sure your commit message contains enough details about the change and related tests 4. Make sure your pull request adds related reviewers, asignees, labels Please also provide the following information in this pull request: --> **What I did** Address the minor changes in HA HLD: 1. reject ha_scope object createion if ha_set is not created first. 2. get ha_set_id mapping from ha_scope table 3. get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44 **Why I did it** To align with HLD change. **How I verified it** * UTs. * load on DPU, program objects (pending) **Details if related**
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44
balanokia
pushed a commit
to balanokia/sonic-swss
that referenced
this pull request
Nov 17, 2025
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44
theasianpianist
pushed a commit
to theasianpianist/sonic-swss
that referenced
this pull request
Feb 4, 2026
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44 Signed-off-by: Lawrence Lee <[email protected]>
baorliu
pushed a commit
to baorliu/sonic-swss
that referenced
this pull request
Feb 23, 2026
* What I did Address the minor changes in HA HLD: reject ha_scope object createion if ha_set is not created first. get ha_set_id mapping from ha_scope table get vip from ha_scope table Dependency: sonic-net/sonic-dash-api#44 Signed-off-by: Baorong Liu <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding "ha_set_id", "vip_v4", "vip_v6" to ha_scope per HLD change.
sign-off: Jing Zhang [email protected]
Minor update on HA detail design to align with the latest implementation. by r12f · Pull Request #2044 · sonic-net/SONiC