/chef-junos-config

Push Juniper Configuration Changes using Chef

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

junos-config cookbook

Chef cookbook for pushing any type of Juniper configuration changes. Uses a designated host to push changes by utilizing the JunOS PyEZ library.

Supported Platforms

All Juniper devices supported by the PyEZ library are supported. Any type of configuration change is supported, not just the set of resources exposed by the netdev cookbook.

Attributes

Usage

junos-config::default

Include junos-config in your node's run_list:

{
  "run_list": [
    "recipe[junos-config::default]"
  ]
}

License and Authors

Open sourced under the GPLv2 license.

Author: Arne Sund (git@arnesund.no)