bird #2
Description
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.
- Tags:
- network ›
Overview
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.
Currently this charm only supports deploying BIRD as a BGP route reflector. If you would like to deploy BIRD in other roles, please contact the charm maintainer.
For more information, check out the BIRD homepage.
Usage
To deploy this charm, simply run:
juju deploy bird
To use a BIRD daemon as a route reflector (e.g. for the open source Project Calico), type the following:
juju add-relation bird neutron-calico
Configuration
There are no configuration options for BIRD at this time. If you need some, please contact the maintainer.
Testing
If you have a copy of the charm source locally, you can run unit tests from the charm's root directory with:
make test
Post deployment, you can verify the bird
service is working with:
juju run --service=bird 'service bird status'
Contact Information
- Find out more on BIRD website.
- Report bugs with this charm on Launchpad.
Configuration
- enable-ipv6
- (boolean) Enable BIRD's IPv6 support. Requires that all nodes with this charm installed on them have global scope IPv6 addresses.