Juju Charm - Glance
Go to file
Corey Bryant 5ae43bb056 Update rabbit driver config options
The stein version of python-oslo.messaging (9.0.0+) has removed
the following config options from the [oslo_messaging_rabbit]
section:

rabbit_host, rabbit_port, rabbit_hosts, rabbit_userid,
rabbit_password, rabbit_virtual_host rabbit_max_retries, and
rabbit_durable_queues.

The above change requires a sync from charm-helpers.

Additionally the transport_url directive has been moved to the
[DEFAULT] section.

These have been deprecated since Ocata, therefore this change
will be provided to pre-Stein templates in order to drop
deprecation warnings.

See release notes at:
https://docs.openstack.org/releasenotes/oslo.messaging/index.html

test_300_glance_api_default_config is also removed in this change
as amulet tests no longer need to confirm config file settings.

Change-Id: I02c02f71669433ea719dffae42073771a40f743a
Closes-Bug: #1817672
2019-02-26 13:35:10 +00:00
actions Remove redundant path change and fix relative path change 2018-11-08 10:43:42 +00:00
charmhelpers Update rabbit driver config options 2019-02-26 13:35:10 +00:00
hooks Drop glance-registry from restart_map as of stein 2019-02-26 11:18:50 +00:00
lib Update tox.ini files from release-tools gold copy 2016-09-09 19:43:11 +00:00
scripts Sync scripts/. 2013-04-09 11:30:47 -07:00
templates Update rabbit driver config options 2019-02-26 13:35:10 +00:00
tests Update rabbit driver config options 2019-02-26 13:35:10 +00:00
unit_tests Drop glance-registry from restart_map as of stein 2019-02-26 11:18:50 +00:00
.coveragerc Move charmhelpers to separate dir. 2015-08-25 15:26:22 +03:00
.gitignore Request class-read object_prefix rbd_children perm 2017-12-15 11:05:31 +00:00
.gitreview Add gitreview prior to migration to openstack 2016-02-24 21:53:30 +00:00
.project Add missing files 2013-10-22 16:15:28 -07:00
.pydevproject Add missing files 2013-10-22 16:15:28 -07:00
.stestr.conf Enable Bionic as a gate test 2018-05-11 14:29:27 -07:00
.testr.conf Add support for lint and testing using tox 2015-09-14 15:12:33 +01:00
.zuul.yaml import zuul job settings from project-config 2018-09-11 13:09:19 -04:00
LICENSE Re-license charm as Apache-2.0 2016-07-01 17:23:19 +01:00
Makefile Tests dir no longer need copy of charmhelpers 2018-10-10 12:40:21 +00:00
README.md add ceph ip connectivity requirement clarification 2018-06-18 21:41:37 +03:00
actions.yaml Remove deploy from source support 2018-01-08 15:11:54 +00:00
charm-helpers-hooks.yaml Update charm-helpers-hooks.yaml and sync ch 2019-02-12 15:56:37 -08:00
config.yaml Implement new option: filesystem-store-datadir 2019-02-21 09:41:06 -03:00
copyright Re-license charm as Apache-2.0 2016-07-01 17:23:19 +01:00
hardening.yaml Add hardening support 2016-03-29 14:26:51 +01:00
icon.svg Update charm icon 2017-08-02 18:16:04 +01:00
metadata.yaml Update series metadata 2018-07-11 14:04:35 -05:00
requirements.txt Update requirements 2018-10-03 11:41:04 -05:00
revision incr revision 2014-03-07 09:29:37 -05:00
setup.cfg Change openstack-dev to openstack-discuss 2018-11-18 03:08:50 -05:00
test-requirements.txt Update requirements 2018-10-03 11:41:04 -05:00
tox.ini fix tox python3 overrides 2018-11-02 14:22:58 +00:00

README.md

Overview

This charm provides the Glance image service for OpenStack. It is intended to be used alongside the other OpenStack components.

Usage

Glance may be deployed in a number of ways. This charm focuses on 3 main configurations. All require the existence of the other core OpenStack services deployed via Juju charms, specifically: mysql, keystone and nova-cloud-controller. The following assumes these services have already been deployed.

Local Storage

In this configuration, Glance uses the local storage available on the server to store image data:

juju deploy glance
juju add-relation glance keystone
juju add-relation glance mysql
juju add-relation glance nova-cloud-controller

Swift backed storage

Glance can also use Swift Object storage for image storage. Swift is often deployed as part of an OpenStack cloud and provides increased resilience and scale when compared to using local disk storage. This configuration assumes that you have already deployed Swift using the swift-proxy and swift-storage charms:

juju deploy glance
juju add-relation glance keystone
juju add-relation glance mysql
juju add-relation glance nova-cloud-controller
juju add-relation glance swift-proxy

This configuration can be used to support Glance in HA/Scale-out deployments.

Ceph backed storage

In this configuration, Glance uses Ceph based object storage to provide scalable, resilient storage of images. This configuration assumes that you have already deployed Ceph using the ceph charm:

juju deploy glance
juju add-relation glance keystone
juju add-relation glance mysql
juju add-relation glance nova-cloud-controller
juju add-relation glance ceph

This configuration can also be used to support Glance in HA/Scale-out deployments.

NOTE: Glance acts as a Ceph client in this case which requires IP (L3) connectivity to ceph monitors and OSDs. For MAAS-based deployments this can be addressed with network spaces (see the relevant section below).

HA/Clustering

There are two mutually exclusive high availability options: using virtual IP(s) or DNS. In both cases, a relationship to hacluster is required which provides the corosync back end HA functionality.

To use virtual IP(s) the clustered nodes must be on the same subnet such that the VIP is a valid IP on the subnet for one of the node's interfaces and each node has an interface in said subnet. The VIP becomes a highly-available API endpoint.

At a minimum, the config option 'vip' must be set in order to use virtual IP HA. If multiple networks are being used, a VIP should be provided for each network, separated by spaces. Optionally, vip_iface or vip_cidr may be specified.

To use DNS high availability there are several prerequisites. However, DNS HA does not require the clustered nodes to be on the same subnet. Currently the DNS HA feature is only available for MAAS 2.0 or greater environments. MAAS 2.0 requires Juju 2.0 or greater. The clustered nodes must have static or "reserved" IP addresses registered in MAAS. The DNS hostname(s) must be pre-registered in MAAS before use with DNS HA.

At a minimum, the config option 'dns-ha' must be set to true and at least one of 'os-public-hostname', 'os-internal-hostname' or 'os-internal-hostname' must be set in order to use DNS HA. One or more of the above hostnames may be set.

The charm will throw an exception in the following circumstances: If neither 'vip' nor 'dns-ha' is set and the charm is related to hacluster If both 'vip' and 'dns-ha' are set as they are mutually exclusive If 'dns-ha' is set and none of the os-{admin,internal,public}-hostname(s) are set

Note that Glance in HA configuration must be used with either Ceph or Swift providing backing image storage.

Glance metering

In order to do Glance metering with Ceilometer, an AMQP relation is required e.g.

juju deploy glance
juju deploy rabbitmq-server
juju deploy ceilometer-agent
...
juju add-relation glance rabbitmq-server
juju add-relation glance ceilometer-agent
...

Network Space support

This charm supports the use of Juju Network Spaces, allowing the charm to be bound to network space configurations managed directly by Juju. This is only supported with Juju 2.0 and above.

API endpoints can be bound to distinct network spaces supporting the network separation of public, internal and admin endpoints.

Glance acts as a Ceph client and needs IP connectivity to Ceph monitors and OSDs. Binding the ceph endpoint to a space can solve this problem in case monitors and OSDs are located on a single L2 broadcast domain (if they are not, static or dynamic routes need to be used in addition to spaces).

Access to the underlying MySQL instance can also be bound to a specific space using the shared-db relation.

To use this feature, use the --bind option when deploying the charm:

juju deploy glance --bind "public=public-space internal=internal-space admin=admin-space shared-db=internal-spacec ceph=ceph-access-space"

Alternatively, these can also be provided as part of a juju native bundle configuration:

glance:
  charm: cs:xenial/glance
  num_units: 1
  bindings:
    public: public-space
    admin: admin-space
    internal: internal-space
    shared-db: internal-space
    ceph: ceph-access-space

NOTE: Spaces must be configured in the underlying provider prior to attempting to use them.

NOTE: Existing deployments using os-*-network configuration options will continue to function; these options are preferred over any network space binding provided if set.