andybavier Neutron Gateway

Channel Revision Published Runs on
latest/stable 3 18 Mar 2021
Ubuntu 14.04
latest/edge 3 18 Mar 2021
Ubuntu 14.04
juju deploy andybavier-neutron-gateway
Show information

Platform:

Ubuntu
14.04
  • bridge-mappings | string

    Default: physnet1:br-data

    Space-separated list of ML2 data bridge mappings with format <provider>:<bridge>.

  • data-port | string

    Space-delimited list of bridge:port mappings. Ports will be added to their corresponding bridge. The bridges will allow usage of flat or VLAN network types with Neutron and should match this defined in bridge-mappings.

  • database | string

    Default: nova

    Database name

  • database-user | string

    Default: nova

    Username for database access

  • debug | boolean

    Enable debug logging.

  • enable-l3-agent | boolean

    Default: True

    Optional configuration to support use of linux router Note that this is used only for Cisco n1kv plugin.

  • ext-port | string

    Space-delimited list of external ports to use for routing of instance traffic to the external public network. Valid values are either MAC addresses (in which case only MAC addresses for interfaces without an IP address already assigned will be used), or interfaces (eth0)

  • external-network-id | string

    Optional configuration to set the external-network-id. Only needed when configuring multiple external networks and should be used in conjunction with run-internal-router.

  • flat-network-providers | string

    Space-delimited list of Neutron flat network providers.

  • ha-bindiface | string

    Default: eth0

    Default network interface on which HA cluster will bind to communicate with the other members of the HA Cluster.

  • ha-legacy-mode | boolean

    If True will enable Pacemaker to monitor the neutron-ha-monitor daemon on every neutron-gateway unit, which detects neutron agents status and reschedule resources hosting on failed agents, detects local errors and release resources when network is unreachable or do neccessary recover tasks. This feature targets to < Juno which doesn't natively support HA in Neutron itself.

  • ha-mcastport | int

    Default: 5409

    Default multicast port number that will be used to communicate between HA Cluster nodes.

  • instance-mtu | int

    Configure DHCP services to provide MTU configuration to instances within the cloud. This is useful in deployments where its not possible to increase MTU on switches and physical servers to accomodate the packet overhead of using GRE tunnels.

  • nagios_context | string

    Default: juju

    Used by the nrpe-external-master subordinate charm. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • nova-rabbit-user | string

    Default: nova

    RabbitMQ Nova user

  • nova-rabbit-vhost | string

    Default: openstack

    RabbitMQ Nova Virtual Host

  • openstack-origin | string

    Default: distro

    Repository from which to install. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported Cloud Archive release pocket. Supported Cloud Archive sources include: cloud:<series>-<openstack-release> cloud:<series>-<openstack-release>/updates cloud:<series>-<openstack-release>/staging cloud:<series>-<openstack-release>/proposed For series=Precise we support cloud archives for openstack-release: * icehouse For series=Trusty we support cloud archives for openstack-release: * juno * kilo * ... NOTE: updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade. NOTE: when openstack-origin-git is specified, openstack specific packages will be installed from source rather than from the openstack-origin repository.

  • openstack-origin-git | string

    Specifies a YAML-formatted dictionary listing the git repositories and branches from which to install OpenStack and its dependencies. Note that the installed config files will be determined based on the OpenStack release of the openstack-origin option. For more details see README.md.

  • os-data-network | string

    The IP address and netmask of the OpenStack Data network (e.g., 192.168.0.0/24) This network will be used for tenant network traffic in overlay networks.

  • plugin | string

    Default: ovs

    Network configuration plugin to use for quantum. Supported values include: ovs - OpenVSwitch nvp|nsx - Nicira NVP/VMware NSX n1kv - Cisco N1kv

  • rabbit-user | string

    Default: neutron

    RabbitMQ user

  • rabbit-vhost | string

    Default: openstack

    RabbitMQ Virtual Host

  • run-internal-router | string

    Default: all

    Optional configuration to support how the L3 agent option handle_internal_only_routers is configured. all => Set to be true everywhere none => Set to be false everywhere leader => Set to be true on one node (the leader) and false everywhere else. Use leader and none when configuring multiple floating pools

  • sysctl | string

    YAML-formatted associative array of sysctl key/value pairs to be set persistently e.g. '{ kernel.pid_max : 4194303 }'.

  • use-syslog | boolean

    Setting this to True will allow supporting services to log to syslog.

  • verbose | boolean

    Enable verbose logging.

  • vlan-ranges | string

    Default: physnet1:1000:2000

    Space-delimited list of <physical_network>:<vlan_min>:<vlan_max> or <physical_network> specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks.