-
Notifications
You must be signed in to change notification settings - Fork 49
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
Changes in intent module to support discovery, provisioning and more operations in swim, site, template and pnp intent modules #140
Changes in intent module to support discovery, provisioning and more operations in swim, site, template and pnp intent modules #140
Conversation
… assign Global User defined field to devices, Delete Global UDF, Delete Provisioned/Unprovisioned devices, convert playbook variable into snakecase, add examples and docstring to each API.
…into PNP_Code_Abinash
Add code for Inventory Module with more update operations
Adding bulk addition and bulk deletion, along with variable names cha…
Merge to latest
Handle idempotenacy in delete operation and convert variable in snakecase convention and update documentation as well.
Pnp code abinash
Distribute and activate image by fetching device based on site and fi…
Merging from mainline
Validating the output of the check_string_dictionary using isinstance
provsion wired device, reboot AP's, export device list, delete provsi…
Adding code for provisioning (wired is validated)
…modified playbook for inventory
validate password with regex, export device credential into csv, add …
Hi @madhansansel , could you please update galaxy file with new version? Thanks. |
@fmunozmiranda updated the galaxy file with new version. Could you please approve the changes? |
Added a new hierarchy for assign device cred to a site
change test_swim_module playbook variable in snakecase
df3cf82
into
cisco-en-programmability:develop
Removed the documentation part of dnac_log_file_path and dnac_log_append, check the credentials are available for the assign credentials
Description:
++++++++++++
a) Changes in inventory_intent module to support Update Device role, update interface details, create and assign Global User defined field to devices, Delete Global UDF, Delete Provisioned/Unprovisioned devices
b) Changes in pnp_intent module to support bulk addition and bulk deletion along with variable names.
c) Handling idempotent in delete operation in site_intent module.
d) Adding discovery intent module to support discovering the devices.
e) Changes in swim intent module to support Distribute and activate image by fetching device based on site and device family details
f) Changes in site intent module to support one-shot site deletion
g) To Support provisioning wired device, reboot AP's, export device list, delete provisioned devices.
h) Change the variable names into snake case in all the intent modules for better readability.