[ZTP] Do dhcp discovery regardless profile status#397
Merged
gord1306 merged 1 commit intoedge-core:202311.Xfrom Apr 2, 2025
Merged
[ZTP] Do dhcp discovery regardless profile status#397gord1306 merged 1 commit intoedge-core:202311.Xfrom
gord1306 merged 1 commit intoedge-core:202311.Xfrom
Conversation
1aeee59 to
1cd2420
Compare
Why I did it After sonic-ztp: [ZTP] Use config db instead of ZTP configuration profile this is required for dhcp discovery How I did it Do dhcp discovery regardless profile status How I verified it 1. Modify etc/default/ztp to use USE_DEFAULT_CONFIG="no" 2. Config breakout for port and enable link up. 3. config save 4. 'ztp run' to start ZTP. 5. breakout port should be 'Link up detected' and ZTP should start to downloading provisioning data from the port.
Contributor
Author
|
@gord1306 @chenkelly @linarnan Please help to review. |
gord1306
pushed a commit
to gord1306/ec-sonic-buildimage
that referenced
this pull request
May 2, 2025
…tomatically (#19201) #### Why I did it src/sonic-linux-kernel ``` * f9bfb90 - (HEAD -> master, origin/master, origin/HEAD) [ci] Migrate to sonicbld1es agent pool. (edge-core#397) (15 minutes ago) [Liu Shilong] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Why I did it
After sonic-ztp: [ZTP] Use config db instead of ZTP configuration profile
this is required for dhcp discovery
How I did it
How I verified it