Openstack Charmers Next Neutron Api Plugin Arista

  • By OpenStack Charmers - Testing Charms
  • Cloud
Channel Revision Published Runs on
latest/stable 34 09 Feb 2022
Ubuntu 21.10 Ubuntu 20.04
juju deploy openstack-charmers-next-neutron-api-plugin-arista
Show information

Platform:

Ubuntu
21.10 20.04

Learn about configurations >

  • api-type | string

    Default: EAPI

    Tells the plugin to use a sepcific API interfaces to communicate with CVX. Valid options are: . EAPI - Use EOS extensible API. JSON - Use EOS JSON/REST API. .

  • debug | boolean

    Enable debug logging

  • eapi-host | string

    Set a comma separated list of IP addresses for each CVX instance. If CVX has been deployed in a highly available (HA) cluster, specify each instance IP separated by a comma.

  • eapi-password | string

    EOS command API password. This is required field.

  • eapi-username | string

    EOS command API username. This is required field.

  • region-name | string

    Default: RegionOne

    Name of the OpenStack region.

  • source | string

    Default: ppa:canonical-arista/queens-stable

    Repository from which to install. Ex: ppa:canonical-arista/stable

  • ssl_ca | string

    TLS CA to use to communicate with other components in a deployment. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.

  • ssl_cert | string

    TLS certificate to install and use for any listening services. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.

  • ssl_key | string

    TLS key to use with certificate specified as ``ssl_cert``. . __NOTE__: This configuration option will take precedence over any certificates received over the ``certificates`` relation.

  • use-internal-endpoints | boolean

    Openstack mostly defaults to using public endpoints for internal communication between services. If set to True this option will configure services to use internal endpoints where possible.

  • use-syslog | boolean

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

  • verbose | boolean

    Enable verbose logging