Releases: injectedfusion/dynamic_inventory_generator
Releases · injectedfusion/dynamic_inventory_generator
BETA Release
This release is a beta candidate for release
Update to parsey.py
and Readme.md
Enhancements
- Properly formats json for sites, unit, device types and individual devices.
- Generates a valid YAML file in root directory after run
output.yaml
- Eliminates duplication and properly nests levels as specified by design
v0.1.1
This release begins performing data processing on the collected site names.
Update to parser.py
and Readme.md
Enhancements
-
A new dictionary will be created called
groups
, the intent is to begin substituting the site names from mappings file. with the newreplace()
function -
Added a new module iteration_utilities. We do not need to generate duplicate sites. Using the
list(unique_everseen)
function will generate only a unique list of sites and remove duplicates. This requirement is necessary to properly nest hosts within sites.
Inspiration provided by StackOverFlow: Remove duplicate dict in list in Python
- Added a requirements.txt file of the necessary 3rd party python modules this project will need