charm: cinder service: cinder settings: action-managed-upgrade: default: true description: | 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. type: boolean value: false api-listening-port: default: true description: OpenStack Volume API listening port. type: int value: 8776 block-device: description: | The block devices on which to create LVM volume group. May be set to None for deployments that will not need local storage (eg, Ceph/RBD-backed volumes). This can also be a space delimited list of block devices to attempt to use in the cinder LVM volume group - each block device detected will be added to the available physical volumes in the volume group. May be set to the path and size of a local file (/path/to/file.img|$sizeG), which will be created and used as a loopback device (for testing only). $sizeG defaults to 5G type: string value: /dev/disk/by-id/wwn-0x50014ee25eda851b /dev/disk/by-id/wwn-0x50014ee2b4301798 /dev/disk/by-id/wwn-0x50014ee2b4302108 /dev/disk/by-id/wwn-0x50014ee2b43021d3 /dev/disk/by-id/wwn-0x50014ee2b43162b6 /dev/nvme0n1 /dev/nvme0n1 /dev/nvme0n1 ceph-osd-replication-count: default: true description: | This value dictates the number of replicas ceph must make of any object it stores withing the cinder rbd pool. Of course, this only applies if using Ceph as a backend store. Note that once the cinder rbd pool has been created, changing this value will not have any effect (although it can be changed in ceph by manually configuring your ceph cluster). type: int value: 3 config-flags: default: true description: | Comma-separated list of key=value config flags. These values will be placed in the cinder.conf [DEFAULT] section. type: string database: default: true description: Database to request access. type: string value: cinder database-user: default: true description: Username to request database access. type: string value: cinder debug: default: true description: Enable debug logging. type: boolean value: false enabled-services: default: true description: | If splitting cinder services between units, define which services to install and configure. type: string value: all ephemeral-unmount: default: true description: | Cloud instances provide ephermeral storage which is normally mounted on /mnt. . Providing this option will force an unmount of the ephemeral device so that it can be used as a Cinder storage device. This is useful for testing purposes (cloud deployment is not a typical use case). type: string glance-api-version: default: true description: | Newer storage drivers may require the v2 Glance API to perform certain actions e.g. the RBD driver requires requires this to support COW cloning of images. This option will default to v1 for backwards compatibility older glance services. type: int value: 1 ha-bindiface: default: true description: | Default network interface on which HA cluster will bind to communication with the other members of the HA Cluster. type: string value: eth0 ha-mcastport: default: true description: | Default multicast port number that will be used to communicate between HA Cluster nodes. type: int value: 5454 haproxy-client-timeout: default: true description: | Client timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 30000ms is used. type: int haproxy-connect-timeout: default: true description: | Connect timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 5000ms is used. type: int haproxy-queue-timeout: default: true description: | Queue timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 5000ms is used. type: int haproxy-server-timeout: default: true description: | Server timeout configuration in ms for haproxy, used in HA configurations. If not provided, default value of 30000ms is used. type: int harden: default: true description: | Apply system hardening. Supports a space-delimited list of modules to run. Supported modules currently include os, ssh, apache and mysql. type: string nagios_context: description: | Used by the nrpe-external-master subordinate charm. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them. type: string value: region1 nagios_servicegroups: default: true description: | A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup type: string value: "" openstack-origin: description: | 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:- cloud:-/updates cloud:-/staging cloud:-/proposed For series=Precise we support cloud archives for openstack-release: * icehouse For series=Trusty we support cloud archives for openstack-release: * juno * kilo * ... NOTE: updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade. NOTE: when openstack-origin-git is specified, openstack specific packages will be installed from source rather than from the openstack-origin repository. type: string value: cloud:trusty-mitaka openstack-origin-git: default: true description: | Specifies a YAML-formatted dictionary listing the git repositories and branches from which to install OpenStack and its dependencies. Note that the installed config files will be determined based on the OpenStack release of the openstack-origin option. For more details see README.md. type: string os-admin-network: default: true description: | 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. type: string os-internal-network: default: true description: | 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. type: string os-public-hostname: default: true description: | The hostname or address of the public endpoints created for cinder in the keystone identity provider. This value will be used for public endpoints. For example, an os-public-hostname set to 'cinder.example.com' with ssl enabled will create two public endpoints for cinder: https://cinder.example.com:443/v1/$(tenant_id)s and https://cinder.example.com:443/v2/$(tenant_id)s type: string os-public-network: default: true description: | 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. type: string overwrite: description: | If true, charm will attempt to overwrite block devices containing previous filesystems or LVM, assuming it is not in use. type: string value: "true" prefer-ipv6: default: true description: | If True enables IPv6 support. The charm will expect network interfaces to be configured with an IPv6 address. If set to False (default) IPv4 is expected. NOTE: these charms do not currently support IPv6 privacy extension. In order for this charm to function correctly, the privacy extension must be disabled and a non-temporary address must be configured/available on your network interface. type: boolean value: false rabbit-user: default: true description: Username to request access on rabbitmq-server. type: string value: cinder rabbit-vhost: default: true description: RabbitMQ virtual host to request access on rabbitmq-server. type: string value: openstack region: description: OpenStack Region type: string value: region1 remove-missing: default: true description: | If True, charm will attempt to remove missing physical volumes from volume group, if logical volumes are not allocated on them. type: boolean value: false remove-missing-force: default: true description: | If True, charm will attempt to remove missing physical volumes from volume group, even when logical volumes are allocated on them. This option overrides 'remove-missing' when set. type: boolean value: false ssl_ca: default: true description: | SSL CA to use with the certificate and key provided - this is only required if you are providing a privately signed ssl_cert and ssl_key. type: string ssl_cert: default: true description: | SSL certificate to install and use for API ports. Setting this value and ssl_key will enable reverse proxying, point Cinder's entry in the Keystone catalog to use https, and override any certficiate and key issued by Keystone (if it is configured to do so). type: string ssl_key: default: true description: SSL key to use with certificate specified as ssl_cert. type: string use-internal-endpoints: default: true description: | 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. type: boolean value: false use-syslog: default: true description: | Setting this to True will allow supporting services to log to syslog. type: boolean value: false verbose: default: true description: Enable verbose logging. type: boolean value: false vip: default: true description: | 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. type: string vip_cidr: default: true description: | Default CIDR netmask to use for HA vip when it cannot be automatically determined. type: int value: 24 vip_iface: default: true description: | Default network interface to use for HA vip when it cannot be automatically determined. type: string value: eth0 volume-group: default: true description: Name of volume group to create and store Cinder volumes. type: string value: cinder-volumes worker-multiplier: default: true description: | The CPU core multiplier to use when configuring worker processes for Cinder. By default, the number of workers for each daemon is set to twice the number of CPU cores a service unit has. type: int value: 2