VMware vSphere Integrator
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 57 | 04 Sep 2024 | |
latest/stable | 27 | 17 Apr 2024 | |
latest/stable | 3 | 17 Apr 2024 | |
latest/candidate | 52 | 15 Apr 2024 | |
latest/candidate | 27 | 28 Sep 2022 | |
latest/candidate | 3 | 11 Mar 2022 | |
latest/beta | 57 | 14 Aug 2024 | |
latest/beta | 22 | 20 Apr 2024 | |
latest/beta | 13 | 17 Apr 2024 | |
latest/edge | 56 | 03 Aug 2024 | |
latest/edge | 22 | 09 Sep 2022 | |
latest/edge | 13 | 28 Jun 2022 | |
1.31/stable | 57 | 04 Sep 2024 | |
1.31/beta | 57 | 13 Aug 2024 | |
1.31/edge | 56 | 03 Aug 2024 | |
1.30/stable | 53 | 11 Jul 2024 | |
1.30/beta | 53 | 05 Jul 2024 | |
1.30/edge | 55 | 26 Jul 2024 | |
1.29/stable | 52 | 05 Jul 2024 | |
1.28/stable | 49 | 26 Sep 2023 | |
1.28/candidate | 49 | 22 Sep 2023 | |
1.28/beta | 44 | 07 Aug 2023 | |
1.28/edge | 45 | 09 Aug 2023 | |
1.27/stable | 40 | 12 Jun 2023 | |
1.27/candidate | 40 | 12 Jun 2023 | |
1.27/beta | 37 | 09 Apr 2023 | |
1.27/edge | 35 | 07 Apr 2023 | |
1.26/stable | 34 | 27 Feb 2023 | |
1.26/candidate | 34 | 25 Feb 2023 | |
1.26/beta | 28 | 09 Apr 2023 | |
1.26/edge | 28 | 19 Nov 2022 | |
1.25/stable | 27 | 30 Sep 2022 | |
1.25/candidate | 27 | 28 Sep 2022 | |
1.25/beta | 29 | 01 Dec 2022 | |
1.25/beta | 21 | 01 Sep 2022 | |
1.25/edge | 22 | 09 Sep 2022 | |
1.24/stable | 16 | 04 Aug 2022 | |
1.24/stable | 8 | 05 May 2022 | |
1.24/candidate | 16 | 01 Aug 2022 | |
1.24/beta | 8 | 21 Apr 2022 | |
1.24/edge | 15 | 27 Jul 2022 | |
1.24/edge | 13 | 28 Jun 2022 | |
1.23/beta | 4 | 22 Mar 2022 | |
1.23/edge | 2 | 24 Feb 2022 |
juju deploy vsphere-integrator
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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.