RDKB-64798: Default xconf URL using Autoexcluded.xconf value#307
Closed
MonekaLakshmi wants to merge 3 commits intodevelopfrom
Closed
RDKB-64798: Default xconf URL using Autoexcluded.xconf value#307MonekaLakshmi wants to merge 3 commits intodevelopfrom
MonekaLakshmi wants to merge 3 commits intodevelopfrom
Conversation
… value Reason for change: Setting AutoExclude Xconf URL with CDN URL Test Procedure: As mentioned in the ticket Risk: Medium Priority: P1 Signed-off-by: plaksh175_comcast <PiramanayagamMoneka_Lakshmi@comcast.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the factory default AutoExclude Xconf endpoint used for firmware update exclusion across supported platform default files, aligning the default URL path with the intended CDN-backed firmware endpoint.
Changes:
- Updated
$AutoExcludedURLdefault from.../xconf/swu/stbto.../xconf/firmware/stbfor XD4. - Updated
$AutoExcludedURLdefault from.../xconf/swu/stbto.../xconf/firmware/stbfor BCI. - Updated
$AutoExcludedURLdefault from.../xconf/swu/stbto.../xconf/firmware/stbfor ARM.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| source/scripts/init/defaults/system_defaults_xd4 | Switches the default AutoExclude Xconf URL to the /xconf/firmware/stb path. |
| source/scripts/init/defaults/system_defaults_bci | Switches the default AutoExclude Xconf URL to the /xconf/firmware/stb path. |
| source/scripts/init/defaults/system_defaults_arm | Switches the default AutoExclude Xconf URL to the /xconf/firmware/stb path. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
#308) …ceiving IPv6 addresses and do not have IPv6 internet connectivity. (#298) Reason for change: Zebra configuration for brlan0 in OS enabled image has been added only if PD has been enabled. So modified that check, so brlan0 configuration for OS -enabled(PD enabled case), OS-enabled(PD-disabled case ) and otehr legacy casess Test Procedure: - Build OneStack Image - In Both mode, Check dibbler and zebra started with proper configurations and server.conf has prefix-delegation class - Check connected clients are receiving ipv6address Priority: P1 - [-] Is this a User Story (US)? This is a bug ticket - [x] Have all dependent PRs from other components been listed ? - [x] Does the commit message include both the User Story ticket and the Subtask ticket? - [x] Will be all changes related to the User Story squashed and merged in a single commit? - [x] Has the PR been raised only after completing all changes for the User Story (no partial changes)? - [x] Has code development for the User Story been completed? - [x] If yes, has the Gerrit topic or list of all dependent PRs across components (including meta-layer changes) been shared? https://gerrit.teamccp.com/#/c/953000 - [x] Is there a validation log available in the Jira ticket for verifying builds with the updated generic-srcrev.inc across all platforms? [XB10-2633logs.txt](https://github.com/user-attachments/files/27482290/XB10-2633logs.txt) Co-authored-by: rirfha948 <Rasina_Irfhan@comcast.com>
#309) …ceiving IPv6 addresses and do not have IPv6 internet connectivity. (#298) Reason for change: Zebra configuration for brlan0 in OS enabled image has been added only if PD has been enabled. So modified that check, so brlan0 configuration for OS -enabled(PD enabled case), OS-enabled(PD-disabled case ) and otehr legacy casess Test Procedure: - Build OneStack Image - In Both mode, Check dibbler and zebra started with proper configurations and server.conf has prefix-delegation class - Check connected clients are receiving ipv6address Priority: P1 - [-] Is this a User Story (US)? This is a bug ticket - [x] Have all dependent PRs from other components been listed ? - [x] Does the commit message include both the User Story ticket and the Subtask ticket? - [x] Will be all changes related to the User Story squashed and merged in a single commit? - [x] Has the PR been raised only after completing all changes for the User Story (no partial changes)? - [x] Has code development for the User Story been completed? - [x] If yes, has the Gerrit topic or list of all dependent PRs across components (including meta-layer changes) been shared? https://gerrit.teamccp.com/#/c/953000 - [x] Is there a validation log available in the Jira ticket for verifying builds with the updated generic-srcrev.inc across all platforms? [XB10-2633logs.txt](https://github.com/user-attachments/files/27482290/XB10-2633logs.txt) Co-authored-by: rirfha948 <Rasina_Irfhan@comcast.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Reason for change: Setting AutoExclude Xconf URL with CDN URL
Test Procedure: As mentioned in the ticket
Risk: Medium
Priority: P1
Signed-off-by: plaksh175_comcast [PiramanayagamMoneka_Lakshmi@comcast.com]