Juju Charm - Keystone
Go to file
Zuul dc5ccac491 Merge "Sync charm-helpers" 2018-05-11 21:47:33 +00:00
actions Remove deploy from source support 2018-01-12 10:42:25 +00:00
charmhelpers Re sync charm-helpers 2018-05-10 13:43:46 -07:00
hooks Merge "Run identity client relations when db is complete" 2018-04-13 16:07:52 +00:00
lib Update tox.ini files from release-tools gold copy 2016-09-09 19:42:16 +00:00
scripts Sync scripts/. 2013-04-09 11:35:51 -07:00
templates Remove deploy from source support 2018-01-12 10:42:25 +00:00
tests Re sync charm-helpers 2018-05-10 13:43:46 -07:00
unit_tests Run identity client relations when db is complete 2018-04-13 08:48:47 -07:00
.coveragerc Move actions to action.py 2015-08-19 09:22:21 +03:00
.gitignore Snap install OpenStack in Charms 2017-09-28 17:34:11 +00:00
.gitreview Add gitreview prior to migration to openstack 2016-02-24 21:53:31 +00:00
.project Merge ssl-everywhere branch (may break stuff) 2014-03-27 10:54:38 +00:00
.pydevproject Support https under multiple networks 2014-09-22 15:23:26 +01:00
.testr.conf Add missing files 2015-11-03 11:02:17 +00:00
LICENSE Re-license charm as Apache-2.0 2016-07-03 16:39:47 +00:00
Makefile Update repo to do ch-sync from Git 2017-09-25 18:26:02 +02:00
README.md Remove unnecessary apostrophe 2018-04-05 15:35:13 -04:00
actions.yaml Remove deploy from source support 2018-01-12 10:42:25 +00:00
charm-helpers-hooks.yaml Update repo to do ch-sync from Git 2017-09-25 18:26:02 +02:00
charm-helpers-tests.yaml Update repo to do ch-sync from Git 2017-09-25 18:26:02 +02:00
config.yaml Document archive key usage for openstack-origin 2018-05-10 15:21:54 +00:00
copyright Re-license charm as Apache-2.0 2016-07-03 16:39:47 +00:00
hardening.yaml Add hardening support 2016-03-24 13:17:48 +00:00
icon.svg Updated icon 2017-05-23 10:22:55 +01:00
metadata.yaml Drop postgresql support 2017-12-21 12:02:35 +00:00
requirements.txt Enable Zesty-Ocata Amulet Tests 2017-04-28 08:42:26 -07:00
setup.cfg Add trivial test config 2014-03-31 11:18:06 +01:00
test-requirements.txt Snap install OpenStack in Charms 2017-09-28 17:34:11 +00:00
tox.ini Enable Bionic as a gate test 2018-05-09 09:33:56 -07:00

README.md

Overview

This charm provides Keystone, the Openstack identity service. Its target platform is (ideally) Ubuntu LTS + Openstack.

Usage

The following interfaces are provided:

- nrpe-external-master: Used to generate Nagios checks.

- identity-service: Openstack API endpoints request an entry in the
  Keystone service catalog + endpoint template catalog. When a relation
  is established, Keystone receives: service name, region, public_url,
  admin_url and internal_url. It first checks that the requested service
  is listed as a supported service. This list should stay updated to
  support current Openstack core services. If the service is supported,
  an entry in the service catalog is created, an endpoint template is
  created and a admin token is generated. The other end of the relation
  receives the token as well as info on which ports Keystone is listening
  on.

- keystone-service: This is currently only used by Horizon/dashboard
  as its interaction with Keystone is different from other Openstack API
  services. That is, Horizon requests a Keystone role and token exists.
  During a relation, Horizon requests its configured default role and
  Keystone responds with a token and the auth + admin ports on which
  Keystone is listening.

- identity-admin: Charms use this relation to obtain the credentials
  for the admin user. This is intended for charms that automatically
  provision users, tenants, etc. or that otherwise automate using the
  Openstack cluster deployment.

- identity-notifications: Used to broadcast messages to any services
  listening on the interface.

- identity-credentials: Charms use this relation to obtain keystone
  credentials without creating a service catalog entry. Set 'username'
  only on the relation and keystone will set defaults and return
  authentication details. Possible relation settings:
    username: Username to be created.
    project: Project (tenant) name to be created. Defaults to services
             project.
    requested_roles: Comma delimited list of roles to be created
    requested_grants: Comma delimited list of roles to be granted.
                      Defaults to Admin role.
    domain: Keystone v3 domain the user will be created in. Defaults
            to the Default domain.

Database

Keystone requires a database. By default, a local sqlite database is used. The charm supports relations to a shared-db via mysql-shared interface. When a new data store is configured, the charm ensures the minimum administrator credentials exist (as configured via charm configuration)

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

SSL/HTTPS

Support for SSL and https endpoint is provided via various charm configuration options.

To enable SSL and https endpoint with a charm-generated CA, set the following configuration options:

  • use-https - if enabled this option tells Keystone to configure the identity endpoint as https, and the keystone charm will generate its own CA and sync across peers. The cert will be distributed to all service endpoints which will be configured to use https.

  • https-service-endpoints - if enabled this option tells Keystone to configure ALL endpoints as https. Under this model the keystone charm will generate its own CA and sync across peers. The cert will be distributed to all service endpoints which will be configured to use https as well as configuring themselves to be used as https.

To enable SSL and https endpoint with your own CA, SSL cert, and key set the following configuration options: ssl_ca, ssl_cert, and ssl_key. The user can provide SSL cert and key using ssl_cert and ssl_key only when the cert is signed by a trusted CA. These options should not be used with use-https and https-service-endpoints.

When the charm configures itself as a CA (generally only recommended for test purposes) it will elect an "ssl-cert-master" whose duty is to generate the CA and certs and ensure they are distributed across all peers. This leader is distinct from the charm leader as elected by Juju so that if the Juju leader switches we still have the ability to know which unit held the last-known-good copy of CA/cert data. If the Juju leader switches the charm should eventually work it out and migrate the ssl-cert-master to the new leader unit.

One side-effect of this is that if the unit currently elected as ssl-cert-master goes down, the remaining peer units or indeed any new units will not be able to sync the ssl data of the master or re-elect a new master. This does currently require manual intervention to resolve. If no action is taken, it will be assumed that this unit may come back at some point and therefore must be known to be in-sync with the rest before continuing.

It is possible to check which unit is the ssl-cert-master with:

~$ juju run --unit keystone/0 "relation-ids cluster" cluster:6 ~$ juju run --unit keystone/0 "relation-get -r cluster:6 ssl-cert-master keystone/0" keystone/0

If the master unit goes down and you want to manually migrate it to another unit (that you are 100% sure holds an authoritative copy of the ssl certs) you can do:

~$ juju run --unit keystone/0 "relation-set -r cluster:6 ssl-cert-master=keystone/1"

Where keystone/1 is known to hold a good copy of the CA/cert info and is preferrably also the cluster leader.

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.

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 keystone --bind "public=public-space internal=internal-space admin=admin-space shared-db=internal-space"

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

keystone:
  charm: cs:xenial/keystone
  num_units: 1
  bindings:
    public: public-space
    admin: admin-space
    internal: internal-space
    shared-db: internal-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.