Manila Ganesha
- OpenStack Charmers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 232 | 18 Nov 2024 | |
latest/edge | 231 | 18 Nov 2024 | |
latest/edge | 230 | 18 Nov 2024 | |
latest/edge | 229 | 17 Nov 2024 | |
latest/edge | 210 | 21 Aug 2024 | |
latest/edge | 209 | 21 Aug 2024 | |
latest/edge | 208 | 21 Aug 2024 | |
latest/edge | 207 | 21 Aug 2024 | |
latest/edge | 155 | 17 Dec 2023 | |
latest/edge | 154 | 17 Dec 2023 | |
latest/edge | 153 | 17 Dec 2023 | |
latest/edge | 150 | 17 Dec 2023 | |
latest/edge | 151 | 17 Dec 2023 | |
latest/edge | 149 | 17 Dec 2023 | |
latest/edge | 146 | 17 Dec 2023 | |
latest/edge | 145 | 17 Dec 2023 | |
latest/edge | 88 | 16 Apr 2023 | |
latest/edge | 87 | 16 Apr 2023 | |
latest/edge | 86 | 16 Apr 2023 | |
latest/edge | 85 | 16 Apr 2023 | |
latest/edge | 46 | 05 Jul 2022 | |
yoga/stable | 223 | 17 Oct 2024 | |
zed/stable | 222 | 16 Oct 2024 | |
zed/stable | 221 | 16 Oct 2024 | |
zed/stable | 220 | 16 Oct 2024 | |
zed/stable | 219 | 16 Oct 2024 | |
xena/stable | 190 | 18 Apr 2024 | |
wallaby/stable | 198 | 19 Jun 2024 | |
victoria/stable | 192 | 18 Apr 2024 | |
ussuri/stable | 191 | 18 Apr 2024 | |
2024.1/candidate | 206 | 03 Aug 2024 | |
2024.1/candidate | 205 | 02 Aug 2024 | |
2024.1/candidate | 204 | 02 Aug 2024 | |
2024.1/candidate | 203 | 02 Aug 2024 | |
2024.1/candidate | 155 | 24 Jan 2024 | |
2024.1/candidate | 153 | 24 Jan 2024 | |
2024.1/candidate | 151 | 24 Jan 2024 | |
2024.1/candidate | 146 | 24 Jan 2024 | |
2023.2/stable | 218 | 15 Oct 2024 | |
2023.2/stable | 217 | 15 Oct 2024 | |
2023.2/stable | 216 | 15 Oct 2024 | |
2023.2/stable | 215 | 15 Oct 2024 | |
2023.2/stable | 187 | 12 Apr 2024 | |
2023.2/stable | 185 | 12 Apr 2024 | |
2023.2/stable | 183 | 12 Apr 2024 | |
2023.2/stable | 181 | 12 Apr 2024 | |
2023.1/stable | 224 | 25 Oct 2024 | |
2023.1/stable | 167 | 17 Jan 2024 | |
2023.1/stable | 166 | 17 Jan 2024 | |
2023.1/stable | 165 | 17 Jan 2024 |
juju deploy manila-ganesha --channel yoga/stable
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.
-
database | string
Default: manila
Database name for Manila
-
database-user | string
Default: manila
Username for Manila database access
-
debug | boolean
Enable debug logging
-
dns-ha | boolean
Use DNS HA with MAAS 2.0. Note if this is set do not set vip settings below.
-
haproxy-client-timeout | int
Client timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 90000ms is used.
-
haproxy-connect-timeout | int
Connect timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 9000ms is used.
-
haproxy-queue-timeout | int
Queue timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 9000ms is used.
-
haproxy-server-timeout | int
Server timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 90000ms is used.
-
openstack-origin | string
Default: yoga
Repository from which to install. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported Cloud Archive release pocket.
Supported Cloud Archive sources include: cloud:precise-folsom, cloud:precise-folsom/updates, cloud:precise-folsom/staging, cloud:precise-folsom/proposed.
Note that updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade.
-
os-admin-hostname | string
The hostname or address of the admin endpoints created in the keystone identity provider. . This value will be used for admin endpoints. For example, an os-admin-hostname set to 'api-admin.example.com' with ssl enabled will create the following endpoint for neutron-api: . https://api-admin.example.com:9696/
-
os-admin-network | string
The IP address and netmask of the OpenStack Admin network (e.g., 192.168.0.0/24) . This network will be used for admin endpoints.
-
os-internal-hostname | string
The hostname or address of the internal endpoints created in the keystone identity provider. . This value will be used for internal endpoints. For example, an os-internal-hostname set to 'api-internal.example.com' with ssl enabled will create the following endpoint for neutron-api: . https://api-internal.example.com:9696/
-
os-internal-network | string
The IP address and netmask of the OpenStack Internal network (e.g., 192.168.0.0/24) . This network will be used for internal endpoints.
-
os-public-hostname | string
The hostname or address of the public endpoints created in the keystone identity provider. . This value will be used for public endpoints. For example, an os-public-hostname set to 'api-public.example.com' with ssl enabled will create the following endpoint for neutron-api: . https://api-public.example.com:9696/
-
os-public-network | string
The IP address and netmask of the OpenStack Public network (e.g., 192.168.0.0/24) . This network will be used for public endpoints.
-
rabbit-user | string
Default: manila
Username used to access rabbitmq queue
-
rabbit-vhost | string
Default: openstack
Rabbitmq vhost
-
service-user | string
Default: manila
Username used for keystone's service credential.
-
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.
-
vip | string
Virtual IP(s) to use to front API services in HA configuration.
If multiple networks are being used, a VIP should be provided for each network, separated by spaces.
-
vip_cidr | int
Default: 24
Default CIDR netmask to use for HA vip when it cannot be automatically determined.
-
vip_iface | string
Default: eth0
Default network interface to use for HA vip when it cannot be automatically determined.
-
worker-multiplier | float
The CPU core multiplier to use when configuring worker processes. By default, the number of workers for each daemon is set to twice the number of CPU cores a service unit has. This default value will be capped to 4 workers unless this configuration option is set.