-
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
Made pmon feature delayed flag as jinja template #19482
Closed
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
7a3d7e5
Fix the Loopback0 IPv6 address of LC's in chassis not reachable from
abdosi b5b08cf
Merge remote-tracking branch 'upstream/master'
abdosi 8d9dbb6
Added change to have flag
abdosi d04bc54
Merge remote-tracking branch 'upstream/master'
abdosi 264d912
Merge remote-tracking branch 'upstream/master'
abdosi 957cd71
Merge remote-tracking branch 'upstream/master'
abdosi 4e8b101
Assign the metric vaule for Ipv6 default route learnt via RA message to
abdosi 05ec92a
Merge remote-tracking branch 'upstream/master'
abdosi fcbd38d
Add alternate name for bridge interface on supversior in chassis systrem
abdosi 76019a7
Merge remote-tracking branch 'upstream/master'
abdosi 6ad8644
Merge branch 'sonic-net:master' into master
abdosi 7bb9243
Merge branch 'sonic-net:master' into master
abdosi fbaab85
Update service_checker.py
abdosi 6c5ed3a
Update init_cfg.json.j2 to handle global scope for lldp feature
abdosi d17cde2
Merge branch 'sonic-net:master' into master
abdosi 33a03e1
Update sonic-feature.yang
abdosi ed933ed
Merge remote-tracking branch 'origin/master'
abdosi 93ee8f2
Merge remote-tracking branch 'upstream/master'
abdosi b110783
Merge remote-tracking branch 'upstream/master'
abdosi 0f2d26d
Added support to parse "AssociatedSliceStr" attribute of minigraph and
abdosi c676b70
Revert "Added support to parse "AssociatedSliceStr" attribute of mini…
abdosi c862d61
Added support to parse "AssociatedSliceStr" attribute of minigraph and
abdosi 5ba4ab2
Merge remote-tracking branch 'upstream/master'
abdosi d7705ee
Update minigraph.py
abdosi 121ba2a
Merge remote-tracking branch 'upstream/master'
abdosi 1a5c764
Merge branch 'master' of https://github.com/abdosi/sonic-buildimage
abdosi f8196ec
Merge remote-tracking branch 'upstream/master'
abdosi 01d4ff0
pmon need not be delayed for SpineRouter/T2.
abdosi 47bde91
Merge branch 'sonic-net:master' into master
abdosi a5a41dd
Updated Yang model for Feature delay from boolean to string
abdosi a9a38de
Fix Build Error
abdosi 3411eb5
Fix build error
abdosi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR works with PR sonic-net/sonic-host-services#135
But delayed value "true/false" in init_cfg.json.j2 is not matched the expected value which in the featured line 79 in sonic-net/sonic-host-services#135 change. The defined value should be "True/False".
This change causes the system fails to start PMON
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, I suppose it's because of the removal of 'lower()' function, not sure why Abhishek changed this behavior.
Let me draft another PR and see.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#19657