-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add get_config_block_regex to extract config section from config #369
base: develop
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #369 +/- ##
===========================================
- Coverage 64.40% 64.36% -0.05%
===========================================
Files 74 74
Lines 8024 8034 +10
===========================================
+ Hits 5168 5171 +3
- Misses 2856 2863 +7 ☔ View full report in Codecov by Sentry. |
…E_RUNNING_CONFIG, to be used together with jinja filter like: {{ running_config|get_config_section(firewall, junos) }}
2806339
to
68e8813
Compare
and mark devices as unsync if there are updates
settings module at some point
Only print unsync message if any devices were set to unsync
branch sync status for devices
use it from git.py and git_worktrees.py for when worktree branches get updated
makes the config hash ignore those parts of the config This can be used together with get_config_section jinja filter to have sections of the configuration handled by an external tool
running_config for platform/devtype combo, this way we don't need a new config variable that needs to be synced with templates
comment that make config hash diff, even if the config change was only in unmanaged parts of the config
Quality Gate failedFailed conditions |
No description provided.