An open API service indexing awesome lists of open source software.

https://github.com/iij/netdev_cumulus

Implements an Cumulus specific provider for netdev resources
https://github.com/iij/netdev_cumulus

Last synced: about 1 month ago
JSON representation

Implements an Cumulus specific provider for netdev resources

Awesome Lists containing this project

README

        

# netdev_cumulus Cookbook

## Overview
The netdev cookbook provides a set of lightweight resource providers that are intended to represent network resources in a non-vendor specific way. The lightweight resource providers describe network resources running on network devices. These resource abstractions have been developed as a starting point for automating network elements using Opscode Chef.

## Resources
The resources provided here are summarized below.


interface

This resource provides an abstraction for managing physical interfaces on network elements.

l2_interface

This resource provides an abstraction for creating and deleting layer 2 interfaces on network devices

lag

This resource provides an abstraction for creating and deleting lag interfaces

vlan

This resource provides an abstraction for creating and deleting vlans

## Contributing
The intention of this library of lightweight resource providers is to grow over time to encompass as much of the network resources as makes sense. Contributions are gladly accepted either as pull requests or by opening an issue and requesting a specific LWRP.

## Dependencies
* Chef 10 or later
* One or more provider cookbook implementations

## Contributors
* Takashi Sogabe, Internet Initiative Japan

## License
Apache 2.0, See LICENSE file