Neutron Api Plugin Ironic
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 56 | 15 Nov 2024 | |
latest/edge | 55 | 15 Nov 2024 | |
latest/edge | 54 | 15 Nov 2024 | |
latest/edge | 53 | 15 Nov 2024 | |
latest/edge | 48 | 23 Aug 2024 | |
latest/edge | 45 | 08 Aug 2023 | |
latest/edge | 41 | 24 Apr 2023 | |
latest/edge | 15 | 15 Aug 2022 | |
yoga/stable | 38 | 23 Jan 2023 | |
zed/stable | 31 | 23 Jan 2023 | |
xena/stable | 32 | 16 Jan 2023 | |
wallaby/stable | 34 | 23 Jan 2023 | |
victoria/stable | 36 | 23 Jan 2023 | |
ussuri/stable | 39 | 20 Feb 2023 | |
train/candidate | 30 | 13 Dec 2022 | |
train/edge | 35 | 16 Jan 2023 | |
2024.1/candidate | 47 | 02 May 2024 | |
2024.1/candidate | 45 | 24 Jan 2024 | |
2023.2/stable | 46 | 30 Nov 2023 | |
2023.1/stable | 44 | 14 Jun 2023 |
juju deploy neutron-api-plugin-ironic --channel yoga/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
debug | boolean
Enable debug logging
-
openstack-origin | string
Default: distro
Repository from which to install. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported Ubuntu Cloud Archive e.g. . cloud:<series>-<openstack-release> cloud:<series>-<openstack-release>/updates cloud:<series>-<openstack-release>/staging cloud:<series>-<openstack-release>/proposed . See https://wiki.ubuntu.com/OpenStack/CloudArchive for info on which cloud archives are available and supported.
-
region | string
Default: RegionOne
Name of the OpenStack region.
-
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 thecertificates
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