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
- Host: GitHub
- URL: https://github.com/iij/netdev_cumulus
- Owner: iij
- License: apache-2.0
- Created: 2014-02-25T09:19:20.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T09:25:03.000Z (about 11 years ago)
- Last Synced: 2025-01-29T00:30:40.071Z (3 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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