Alai Bird
- By ashley
- Networking
Channel | Version | Revision | Published | Runs on |
---|---|---|---|---|
latest/stable | 0 | 0 | 18 Mar 2021 |
juju deploy alai-bird
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
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.