Skip to content

Commit

Permalink
add BGP interface (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnordahl authored and javacruft committed Feb 9, 2018
1 parent 17f02f3 commit 4e25090
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ List of Interface Layers
| [barbican-hsm](https://github.com/openstack/charm-interface-barbican-hsm) | barbican-hsm | Interface supporting the integration between Barbican and HSM devices |
| [basic-auth-check](https://github.com/CanonicalLtd/juju-interface-basic-auth-check) | basic-auth-check | Interface for the basic-auth-service to validate HTTP Basic-Auth credentials |
| [benchmark](https://github.com/juju-solutions/interface-benchmark.git) | benchmark | Interface layer for the benchmark protocol |
| [bgp](https://github.com/openstack-charmers/charm-interface-bgp.git) | bgp | Interface layer for exchanging BGP neighbour information between charms |
| [bind-rndc](https://github.com/openstack/charm-interface-bind-rndc) | BIND RNDC interface | BIND RNDC interface |
| [ceph-admin](https://github.com/cholcombe973/juju-interface-ceph-admin) | ceph-admin | The admin interface for ceph will provide the user with the ceph admin key |
| [ceph-base](https://github.com/openstack/charm-layer-ceph-base) | Ceph Base Layer | Ceph base layer |
Expand Down
6 changes: 6 additions & 0 deletions interfaces/bgp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"id": "bgp",
"name": "bgp",
"repo": "https://github.com/openstack-charmers/charm-interface-bgp.git",
"summary": "Interface layer for exchanging BGP neighbour information between charms"
}

0 comments on commit 4e25090

Please sign in to comment.