Neutron Dynamic Routing Agent
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 35 | 09 Dec 2021 | |
latest/stable | 25 | 09 Dec 2021 | |
latest/stable | 20 | 09 Dec 2021 | |
latest/stable | 15 | 11 Nov 2020 | |
latest/candidate | 34 | 21 Oct 2021 | |
latest/edge | 88 | 18 Nov 2024 | |
latest/edge | 87 | 18 Nov 2024 | |
latest/edge | 86 | 18 Nov 2024 | |
latest/edge | 85 | 18 Nov 2024 | |
latest/edge | 76 | 26 Mar 2024 | |
latest/edge | 75 | 26 Mar 2024 | |
latest/edge | 74 | 26 Mar 2024 | |
latest/edge | 73 | 26 Mar 2024 | |
latest/edge | 72 | 03 Oct 2023 | |
latest/edge | 71 | 03 Oct 2023 | |
latest/edge | 68 | 03 Oct 2023 | |
latest/edge | 67 | 03 Oct 2023 | |
latest/edge | 66 | 03 Oct 2023 | |
latest/edge | 64 | 03 Oct 2023 | |
latest/edge | 62 | 03 Oct 2023 | |
latest/edge | 61 | 03 Oct 2023 | |
latest/edge | 60 | 21 Jun 2023 | |
latest/edge | 59 | 21 Jun 2023 | |
latest/edge | 58 | 21 Jun 2023 | |
latest/edge | 57 | 21 Jun 2023 | |
xena/edge | 45 | 12 Apr 2022 | |
wallaby/edge | 46 | 25 Feb 2022 | |
wallaby/edge | 42 | 22 Feb 2022 | |
wallaby/edge | 38 | 22 Feb 2022 | |
victoria/edge | 46 | 25 Feb 2022 | |
victoria/edge | 42 | 22 Feb 2022 | |
victoria/edge | 39 | 22 Feb 2022 | |
ussuri/edge | 40 | 22 Feb 2022 | |
queens/edge | 48 | 25 Feb 2022 | |
queens/edge | 43 | 22 Feb 2022 | |
2024.1/candidate | 80 | 01 Jun 2024 | |
2024.1/candidate | 79 | 01 Jun 2024 | |
2024.1/candidate | 78 | 01 Jun 2024 | |
2024.1/candidate | 77 | 01 Jun 2024 | |
2024.1/candidate | 71 | 24 Jan 2024 | |
2024.1/candidate | 68 | 24 Jan 2024 | |
2024.1/candidate | 64 | 24 Jan 2024 | |
2024.1/candidate | 62 | 24 Jan 2024 |
juju deploy neutron-dynamic-routing
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
action-managed-upgrade | boolean
If True enables openstack upgrades for this charm via juju actions. You will still need to set openstack-origin to the new repository but instead of an upgrade running automatically across all units, it will wait for you to execute the openstack-upgrade action for this charm on each unit. If False it will revert to existing behavior of upgrading all units on config change.
-
debug | boolean
Enable debug logging
-
openstack-origin | string
Default: distro
Repository from which to install OpenStack.
May be one of the following:
distro (default) ppa:somecustom/ppa (PPA name must include OpenStack Release) deb url sources entry|key id or a supported Ubuntu Cloud Archive pocket.
Supported Ubuntu Cloud Archive pockets include:
cloud:trusty-liberty cloud:trusty-juno cloud:trusty-kilo cloud:trusty-liberty cloud:trusty-mitaka
Note that updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade.
-
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