-
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
Adding new intent modules for inventory, discovery and device credentials #124
Adding new intent modules for inventory, discovery and device credentials #124
Conversation
Develop v6.7.6
…ng playbook for the same
Write and test code for adding Network Device in Inventory and creati…
…and add examples in documentation
Merge changes to mainline
Add other device types(Compute,Meraki,Firepower,Third Party Devices) …
PnP with non mandatory image and template
…ments of adding different device types
Add code for Resync of list of devices with force flag and fix PR com…
Added new module and playbook for Device Credentials
replace f string to format in exception handling for supporting all p…
Addressed the PR comments
Resolved the previous PR comments and have added single addition in P…
@wastorga , @fmunozmiranda, @racampos, @bvargasre can you please review the changes and approve? |
Hi @madhansansel could you please update the CHANGELOG with your changes, thank you. |
Hi @fmunozmiranda, updated the changelogs. Could you please review and approve the PR? Thank you very much! |
@madhansansel Could you please change version to 6.8.0? New modules and plugins should increase the minor number (remembering the MAJOR.MINOR.PATCH versioning). Please change property Thanks. |
@fmunozmiranda, updated the change version to 6.8.0 as requested. Could you please review and approve the PR? Thank you very much! |
New modules have this property: https://github.com/cisco-en-programmability/dnacenter-ansible/blob/67a67f8fbbc65f3ad3368782a30592868a9e2c7f/plugins/modules/device_credential_intent.py#L22C23-L22C23 Please change it from 6.7.0 to 6.8.0 |
@fmunozmiranda Changed the version from 6.7.0 to 6.8.0 in device_credential_intent and inventory_intent modules. Could you please review and approve the PR? Thank you very much! |
77d0aba
into
cisco-en-programmability:develop
Removed the dnac_log_level from the documentation.
Problem Description:
a) New inventory intent module that is used to perform over devices which includes Adding, Deleting, Resyncing, Updating Device details etc. for all types of devices - Network Device, Compute Device, Meraki Device, Firepower Management System Device and Third Party Devices.
b) New device credential inventory module that is used to Create, Update and Delete Global Device Credentials and Assign Credentials to a sites
c) New discovery inventory module that is used to discover the devices.
d) Minor changes to other files.
Documentation:
Documentation is done as part of the code
Sanities:
Run sanities successfully