Skip to content

Releases: injectedfusion/dynamic_inventory_generator

BETA Release

01 Dec 14:02
6c142d7
Compare
Choose a tag to compare
BETA Release Pre-release
Pre-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

27 Aug 02:14
0da9e8f
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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 new replace() 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