Allow Glance API and Registry to be split
authorDan Prince <dprince@redhat.com>
Wed, 28 Sep 2016 15:36:27 +0000 (11:36 -0400)
committerDan Prince <dprince@redhat.com>
Wed, 12 Oct 2016 12:10:02 +0000 (08:10 -0400)
commit04486223fdebbbab8bb1c75afeb58666c8d5c6d8
tree9f9ba7f2d01ddac17eecb3a3450af6ec801dc85f
parent0baa13790aaf4bb48d1896bb4613a58e81eb25d3
Allow Glance API and Registry to be split

The glance-api and glance-registry services are currently coupled
in that some of the hiera settings in the API are required for
the registry to run correctly (the backend settings).

This patch moves some of the common settings into glance-base and
then updates the glance-api and glance-registry services to
supply that service.

Change-Id: Ie3d7e24c7fd475e3f6ad542c1654eb7dbd9d9b35
Closes-bug: #1628582
puppet/services/glance-api.yaml
puppet/services/glance-base.yaml [new file with mode: 0644]
puppet/services/glance-registry.yaml