Pguimaraes Octavia Diskimage Retrofit

  • By Pedro Guimarães
  • Cloud
Channel Revision Published Runs on
latest/stable 2 19 Mar 2021
Ubuntu 20.04 Ubuntu 19.10 Ubuntu 18.04
juju deploy pguimaraes-octavia-diskimage-retrofit
Show information

Platform:

Ubuntu
20.04 19.10 18.04

Learn about configurations >

  • amp-image-tag | string

    When set the charm will add tag to any newly created images. . Note that the charm will allways add the ``octavia-diskimage-retrofit`` tag to created images, this is for convenience and may be used by the charm for housekeeping in the future.

  • debug | boolean

    Enable debug logging

  • retrofit-series | string

    Ubuntu series (eg. 'bionic') to look for in Glance to use as base for the retrofitting process. . Default is to use most recent LTS. If no value is configured and the charm is not able to find the most recent LTS image in Glance it will attempt to find a image matching the series of the unit the charm is run on.

  • retrofit-uca-pocket | string

    Name of Ubuntu Cloud Archive pocket to add to the image being retrofitted. . Default is 'ussuri' if ``retrofit-series`` is 'bionic', for other releases no UCA pocket will be added unless specified.

  • snap_proxy | string

    DEPRECATED. Use snap-http-proxy and snap-https-proxy model configuration settings. HTTP/HTTPS web proxy for Snappy to use when accessing the snap store.

  • snap_proxy_url | string

    DEPRECATED. Use snap-store-proxy model configuration setting. The address of a Snap Store Proxy to use for snaps e.g. http://snap-proxy.example.com

  • snapd_refresh | string

    How often snapd handles updates for installed snaps. The default (an empty string) is 4x per day. Set to "max" to check once per month based on the charm deployment date. You may also set a custom string as described in the 'refresh.timer' section here: https://forum.snapcraft.io/t/system-options/87

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