Oil Charms Neutron Contrail

  • By OIL Charms
Channel Revision Published Runs on
latest/stable 0 19 Mar 2021
Ubuntu 14.04
juju deploy oil-charms-neutron-contrail
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • contrail-api-ip | string

    Specify contrail-api ip manually

  • contrail-api-port | int

    Specify contrail-api port manually

  • control-interface | string

    Default: vhost0

    Specify the interface to use for the control channel. Default is to use vRouter interface that will be created.

  • discovery-server-ip | string

    Specify discovery server ip manually

  • install-keys | string

    Apt keys for package install sources

  • install-sources | string

    Default: - "ppa:opencontrail/ppa" - "ppa:opencontrail/r2.20"

    Package sources for install

  • local-metadata-server | boolean

    Default: True

    Run a local instance of nova-api-metadata for serving metadata to VMs. An external metadata server (neutron-metadata relation) is not required when enabled.

  • remove-juju-bridge | boolean

    Juju on MAAS creates a juju-br0 bridge for deploying LXC and KVM workloads. Enable this to remove this bridge if you want to install vhost0 directly on the underlying interface. WARNING: This will break current and future juju-deployed LXC or KVM workloads on all machines where this is set to true.

  • vhost-gateway | string

    Default: auto

    Specify the gateway for vhost0, either an IPv4 address or keyword 'auto'. 'auto' will set gateway automatically based on host's existing routes.

  • vhost-interface | string

    Specify the interface to install vhost0 on. If left empty, vhost0 will be installed on the default gateway interface.

  • virtual-gateways | string

    Virtual gateways to create (software based). Using a YAML encoded string specify one or more gateways using a list of maps, where each map consists of the following attributes: project - project name network - network name interface - interface to use (will be created) subnets - list of virtual subnets to route routes - list of routes gateway will make available to virtual subnets, 0.0.0.0/0 selects all routes For example: // make any network available to virtual subnet 10.0.10.0/24 on // admin:public network using local interface vgw to route [ { project: admin, network: public, interface: vgw, subnets: [ 10.0.10.0/24 ], routes: [ 0.0.0.0/0 ] } ]