Coder Social home page Coder Social logo

arjenz / puppet-bird Goto Github PK

View Code? Open in Web Editor NEW

This project forked from voxpupuli/puppet-bird

0.0 0.0 0.0 316 KB

Manage bird Internet routing daemon with puppet

Home Page: https://forge.puppet.com/puppet/bird

License: GNU General Public License v3.0

Puppet 39.48% Ruby 58.61% Dockerfile 1.91%

puppet-bird's Introduction

Puppet-bird

Build Status Release Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores puppetmodule.info docs GPL v3 License

Manage bird routing daemon via Puppet

Overview

The BIRD Internet Routing Daemon

The BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targeted on (but not limited to) Linux, FreeBSD and other UNIX-like systems and distributed under the GNU General Public License.

Support: IPv4, IPv6, Multiple routing tables, BGP, RIP, OSPF, Static routes, IPv6 RA, Inter-table protocol

Usage

A basic example fortwo config files, one for the ipv4 instance and one for the ipv6 instance of bird 1:

class { 'bird':
  enable_v6       => true,
  config_file_v4  => 'puppet:///modules/bgp/ldn/bird.conf',
  config_file_v6  => 'puppet:///modules/bgp/ldn/bird6.conf',
}

You can also use the bird::snippet defined resource to manage parts of the configuration. For example:

bird::snippet {'AS1234':
  content => $content,
}

This will run the bird validation and reload it.

Parameters

All parameters are documented in the REFERENCE.md

Dependency

  • puppetlabs/stdlib

Contributors

Release Notes

See CHANGELOG file.

Contributions

Contribution is fairly easy:

  • Fork the module into your namespace
  • Create a new branch
  • Commit your bugfix or enhancement
  • Write a test for it (maybe start with the test first)
  • Create a pull request

Detailed instructions are in the CONTRIBUTING.md file.

License and Author

This module got migrated from sbadia to Vox Pupuli. It's licensed with GPL version 3.

puppet-bird's People

Contributors

bastelfreak avatar beddari avatar binford2k avatar dhollinger avatar dhoppe avatar ekohl avatar golgy avatar igalic avatar juniorsysadmin avatar kenyon avatar lemrouch avatar llowder avatar m0kct avatar sbadia avatar smortex avatar tragiccode 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.