Containers Vsphere Integrator

  • By Canonical Kubernetes
Channel Revision Published Runs on
latest/stable 144 16 Dec 2021
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/candidate 123 26 Oct 2021
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/beta 144 15 Dec 2021
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/edge 154 31 Jan 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
juju deploy containers-vsphere-integrator
Show information

Platform:

Ubuntu
20.04 18.04 16.04

Learn about configurations >

  • credentials | string

    The base64-encoded contents of a JSON file containing vSphere credentials. The credentials must contain the following keys: vsphere_ip, user, password, datacenter, and datastore. This can be used from bundles with 'include-base64://' (see https://docs.jujucharms.com/2.4/en/charms-bundles#setting-charm-configuration-options-in-a-bundle), or from the command-line with 'juju config vsphere credentials="$(base64 /path/to/file)"'. It is strongly recommended that you use 'juju trust' instead, if available.

  • datacenter | string

    vSphere datacenter name. In the vCenter control panel, this can be found at Inventory Lists > Resources > Datacenters.

  • datastore | string

    Default: datastore1

    Datastore to use for provisioning volumes using storage classes and persistent volume claims. Defaults to 'datastore1'.

  • folder | string

    Default: juju-kubernetes

    Virtual center VM folder path under the datacenter. Defaults to 'juju-kubernetes'. This value must not be empty.

  • password | string

    Password of a valid vSphere user.

  • respool_path | string

    Path to resource pool under the datacenter.

  • user | string

    Username of a valid vSphere user.

  • vsphere_ip | string

    IP address of the vSphere server.