00f0edc70d
Includes dropping support for quantum, nvp plugin (renamed nsx long ago) and generally refactoring the unit tests around no longer having to deal with neutron and quantum in the same codebase. Drop support for database connections - these are no longer required as all DB access is now via RPC to nova-conductor or neutron-server. Roll-up configuration file templates < icehouse, remove any that are no longer required. Refactor basic_deployment a bit as it was using the shared-db relation to retrieve the n-gateway units private-address. Change-Id: I22957c0e21c4dd49e5aa74795173b4fc8f043f55
40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
name: neutron-gateway
|
|
summary: OpenStack Networking - Neutron Gateway
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Neutron is a virtual network service for Openstack, and a part of
|
|
Netstack. Just like OpenStack Nova provides an API to dynamically
|
|
request and configure virtual servers, Neutron provides an API to
|
|
dynamically request and configure virtual networks. These networks
|
|
connect "interfaces" from other OpenStack services (e.g., virtual NICs
|
|
from Nova VMs). The Neutron API supports extensions to provide
|
|
advanced network capabilities (e.g., QoS, ACLs, network monitoring,
|
|
etc.)
|
|
.
|
|
This charm provides central Neutron networking services as part
|
|
of a Neutron based OpenStack deployment
|
|
tags:
|
|
- openstack
|
|
provides:
|
|
nrpe-external-master:
|
|
interface: nrpe-external-master
|
|
scope: container
|
|
quantum-network-service:
|
|
interface: quantum
|
|
requires:
|
|
amqp:
|
|
interface: rabbitmq
|
|
amqp-nova:
|
|
interface: rabbitmq
|
|
zeromq-configuration:
|
|
interface: zeromq-configuration
|
|
scope: container
|
|
neutron-plugin-api:
|
|
interface: neutron-plugin-api
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
peers:
|
|
cluster:
|
|
interface: quantum-gateway-ha
|