-
Notifications
You must be signed in to change notification settings - Fork 48
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
Enhancement in Catalyst Center logging and intent modules #149
Merged
Conversation
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
latest changes
latest changes 01/24
Logging: Implemented logic to accept dnac_log_file_path and dnac_logs_append parameters
latest changes 01/25
bug fix for when dnac_log_level not specified in the playbook
Logging Bug Fix: dnac_log_level paramter not specified in the playbook (Raises 'NoneType' object has no attribute 'upper' error)
…ward compatiblity for swim module, add log messgaes with severity for site and swim module
…ng guidelines, address review comments
Merge pull request #112 from rukapse/dev
update any interface details with it's name and device ip, added back…
… and inventory module
add log messages with severity level and more readable for site, swim…
Sync with mainline
latest changes 01/28
Optimized code to perform validation once and not everytime self.log is called.
Restructured the log messages, solved the bug which prints line no and function name of log function
Changes for typos, fixed CIDR issue and added delete all feature
Added the documentation part for dnac_log_file_path, dnac_log_append, Added the missing type in import documentation for template_intent module
…empotency in SWIM module for tagging/un-tagging the image as Golden image
Added the examples for tasks in swim and inventory, added code for Id…
Added the dnac_log_file_path, dnac_log_append common intent documentation file
… in Cisco Catalyst Center
Add the device with snmp_mode (AUTHNOPRIV, NOAUTHNOPRIV) in Inventory…
Changes in the dnac_log documentation
Removed the documentation part of dnac_log_file_path and dnac_log_append, check the credentials are available for the assign credentials
Make the netconf port to retain previous value while updating device …
@fmunozmiranda could you please review and approve the changes? |
wastorga
pushed a commit
that referenced
this pull request
Feb 21, 2024
remove commented line from the site, swim playbook and update comment…
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.
a) New enhancements in Cisco Catalyst Center logging
b) Updated Documentation in template intent module.
c) Enhancements in device_credential, inventory, discovery and template intent modules.