Cloud Support

  • By Canonical BootStack Charmers
Channel Revision Published Runs on
latest/stable 8 01 Nov 2023
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/candidate 8 20 Oct 2023
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/edge 9 30 Jan 2024
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
juju deploy cloudsupport
Show information

Platform:

Ubuntu
22.04 20.04 18.04

Learn about configurations >

  • cidr | string

    Default: 192.168.99.0/24

    CIDR of test network to create. Note that changing the cidr will cause the network to be deleted and recreated. It is the operators responsibility to clean up any ports that may linger on the test network prior.

  • cloud-name | string

    Default: cloud1

    Name of the cloud as it is configured in clouds.yaml

  • clouds-yaml | string

    clouds.yaml with authentication info

  • disk | int

    Default: 4

    Default ephemeral disk size for instances in GB, note this can be overridden per-instance

  • image | string

    Default: cloudsupport-image

    Image for test instances.

  • key-name | string

    Name of an associated Nova keypair to pass when creating an instance, note this can be overridden per-instance.

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. 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.

  • name-prefix | string

    Default: cloudsupport-test

    Name prefix to use for test instances

  • ram | int

    Default: 4096

    Default ram size for instances, note this can be overridden per-instance

  • ssh-key | string

    juju ssh key for connectivity tests

  • ssl-ca | string

    TLS CA certficate, to be added as OS_CACERT

  • stale-crit-days | int

    Default: 14

    Server overdue days to change check to critical state.

  • stale-ignored-uuids | string

    A comma separated list of server UUIDs to be ignored/excluded from the stale server check.

  • stale-server-check | boolean

    Either enable or disable the stale server check. If it is enabled the stale_project_uuids option is mandatory to be set.

  • stale-warn-days | int

    Default: 7

    Days to change check to warning state.

  • vcpus | int

    Default: 24

    Default number of vcpus, note this can be overridden per-instance