~johnsca/charms/trusty/cf-go-router/refactor

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: cf-go-router
summary: "(Go)Router is a component of CloudFoundry PAAS"
maintainer: cf-charmers <cf-charmers@lists.launchpad.net>
description: |
    The Router routes traffic coming into Cloud Foundry to the appropriate
    component - usually Cloud Controller or a running application on a DEA
    node. The router is implemented in Go.
categories:
  - misc
provides:
  router:
    interface: router
requires:
  nats:
    interface: nats