Cplane Team Ogr Compute Cplane

Channel Revision Published Runs on
latest/stable 20 19 Mar 2021
Ubuntu 14.04
juju deploy cplane-team-ogr-compute-cplane
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • cp-package-url | string

    Default: http://repohost/cplane_metadata.json

    URL for cplane packages if from local repo then "http://xx.xx.xx.xx/cplane_metadata.json";

  • cplane-version | string

    Default: 1.3.8

    Cplane softwares version

  • database | string

    Default: neutron

    Database name for Neutron (if enabled)

  • database-user | string

    Default: neutron

    Username for Neutron database access (if enabled)

  • debug | boolean

    Enable debug logging.

  • enable-dvr | boolean

    Enable Distributed Virtual Routing (juno and above).

  • enable-l3ha | boolean

    Enable L3 HA (juno and above).

  • flat-network-providers | string

    Space-delimited list of Neutron flat network providers.

  • gro-flag | string

    Flag to trun off the GRO for an interface. Eg. eth1.10=off,br-ext=off

  • gso-flag | string

    Flag to trun off the GSO for an interface. Eg. eth1.10=off,br-ext=off

  • http-proxy | string

    Http proxy to download cplane binaries from dropbox

  • https-proxy | string

    Https proxy to download cplane binaries from dropbox

  • intf-mtu | string

    MTU for node interface. Eg. br-ext=9000,eth0=9000

  • l2-population | boolean

    Default: True

    Populate the forwarding tables of virtual switches (LinuxBridge or OVS), to decrease broadcast traffics inside the physical networks fabric while using overlays networks (VXLan, GRE).

  • lro-flag | string

    Flag to trun off the LRO for an interface. Eg. eth1.10=off,br-ext=off

  • metadata-shared-secret | string

    Metadata shared secret

  • neutron-external-network | string

    Default: ext_net

    Name of the external network for floating IP addresses provided by Neutron.

  • neutron-password | string

    Default: neutron

    Neutron password

  • neutron-plugin | string

    Default: ovs

    Neutron plugin to use for network management; supports . ovs - OpenvSwitch Plugin vsp - Nuage Networks VSP nsx - VMWare NSX Calico - Project Calico Networking .

  • neutron-security-groups | boolean

    Use quantum for security group management.

  • neutron-user | string

    Default: neutron

    Neutron user

  • nova-password | string

    Default: openstack

    Nova password

  • nova-user | string

    Default: nova

    Nova user

  • openstack-controller-ip | string

    Default: 192.168.5.22

    Cplane-nutron IP

  • openstack-version | string

    Default: liberty

    Openstack version eg. liberty, mitaka, ocata

  • overlay-network-type | string

    Default: gre

    Overlay network types to use, valid options include: . gre vxlan . Multiple types can be provided - field is space delimited.

  • physical-intf-mappings | string

    Default: physnet1:eth1, physnet2:eth2, physnet3:eth3

    Space-delimited list of <physnet>:<actual interface>

  • rabbit-user | string

    Default: neutron

    Neutron rabbit user name

  • rabbit-vhost | string

    Default: openstack

    Nova rabbit vhost

  • rx-flag | string

    Flag to trun off the RX for an interface. Eg. eth1.10=off,br-ext=off

  • sg-flag | string

    Flag to trun off the SG for an interface. Eg. eth1.10=off,br-ext=off

  • tso-flag | string

    Flag to trun off the TSO for an interface. Eg. eth1.10=off,br-ext=off

  • tx-flag | string

    Flag to trun off the TX for an interface. Eg. eth1.10=off,br-ext=off

  • ufo-flag | string

    Flag to trun off the UFO for an interface. Eg. eth1.10=off,br-ext=off

  • 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.