Giter VIP home page Giter VIP logo

yaml_config_generator's Introduction

Prisma SDWAN Config Generator

This script is used to generate YAML config files from a CSV data source and a Jinja template

Synopsis

This script is used to generate YAML config file that can be used by the cloudgenix_config utility to push configuration to the Prisma SD-WAN Controller. This scripts expects 2 input files:

  • CSV Data source
  • Jinja Template

The script also needs to know an output directory location where YAML config files need to be stored.

The YAML files generated are named after the site. The script expects the column name in the CSV data source where site names for the configurations are stored in order derive YAML file names.

Requirements

  • Python >=3.6
  • Pandas
  • jinja2

License

MIT

Installation:

  • Github: Download files to a local directory, manually run yaml_config_generator.py.

Examples of usage:

./yaml_config_generator.py -F csvfile.csv -J jinjatemplate.jinja2 -O /Users/tkamath/configs -S site_name

Help Text:

TanushreeKamath:yaml_config_generator tkamath$ ./yaml_config_generator.py -h
usage: yaml_config_generator.py [-h] [--csvfile CSVFILE]
                                [--jinjafile JINJAFILE]
                                [--outputdir OUTPUTDIR] [--sitename SITENAME]

YAML Config Generator (v1.0)

optional arguments:
  -h, --help            show this help message and exit

Config:
  These options are to provide Config parameters

  --csvfile CSVFILE, -F CSVFILE
                        CSV file name. Please include the entire path
  --jinjafile JINJAFILE, -J JINJAFILE
                        Jinja template. Please include the entire path
  --outputdir OUTPUTDIR, -O OUTPUTDIR
                        Output directory to store YAML config files
  --sitename SITENAME, -S SITENAME
                        CSV column name for extracting YAML file name.
                        Typically, YAML config files are site specific and
                        named after the site.

TanushreeKamath:yaml_config_generator tkamath$ 

Version

Version Build Changes
1.0.0 b1 Initial Release.

For more info

yaml_config_generator's People

Contributors

ktanushree avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.