Manage Quagga and associated OSPF setup for anycast services such as DNS and RADIUS.
This module will install and manage Quagga and its associated services: ospfd & zebra. The design of this module is focused on advertising an anycast addresses via OSPF.
This module assumes the network your host(s) reside on utilize OSPF.
The very basic steps needed for a user to get the module up and running. This can include setup steps, if necessary, or it can be an example of the most basic use of the module.
Include usage examples for common use cases in the Usage section. Show your users how to use your module to solve problems, and be sure to include code examples. Include three to five examples of the most important or common tasks a user can accomplish with your module. Show users how to accomplish more complex tasks that involve different types, classes, and functions working in tandem.
This module is documented via pdk bundle exec puppet strings generate --format markdown
. Please see REFERENCE.md for more info.
CHANGELOG.md is generated prior to each release via pdk bundle exec rake changelog
. This proecss relies on labels that are applied to each pull request.
Please take note of the operating systems in metadata.json
as these are the only ones tested right now. Initial development of the module started wtih Debian 10 which no longer utilizes a service named quagga.
PR's are welcome!