components/ruby/puppet-modules/openstack-glance/openstack-glance.p5m
author Drew Fisher <drew.fisher@oracle.com>
Tue, 16 Feb 2016 13:47:43 -0800
changeset 5464 6e2e17e6aa45
child 6817 e4a26f447d0c
permissions -rw-r--r--
PSARC/2016/001 OpenStack Puppet Modules 22491714 Request to integrate OpenStack Puppet modules

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/system/management/puppet/openstack-glance@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="OpenStack Glance Puppet Module"
set name=pkg.description \
    value="The glance module is a thorough attempt to make Puppet capable of managing the entirety of glance.  This includes manifests to provision such things as keystone endpoints, RPC configurations specific to glance, and database connections.  Types are shipped as part of the glance module to assist in manipulation of configuration files."
set name=com.oracle.info.description value="Glance Puppet Module"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value="org.opensolaris.category.2008:System/Administration and Configuration" \
    value="org.opensolaris.category.2008:System/Enterprise Management"
set name=info.upstream value="OpenStack <[email protected]>"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=org.opensolaris.arc-caseid value=PSARC/2016/001
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
file path=etc/puppet/modules/glance/CHANGELOG.md
file path=etc/puppet/modules/glance/Gemfile
file path=etc/puppet/modules/glance/LICENSE
file path=etc/puppet/modules/glance/README.md
file path=etc/puppet/modules/glance/Rakefile
file path=etc/puppet/modules/glance/checksums.json
file path=etc/puppet/modules/glance/ext/glance.rb
file path=etc/puppet/modules/glance/ext/glance.sh
file path=etc/puppet/modules/glance/lib/puppet/provider/glance.rb
file path=etc/puppet/modules/glance/lib/puppet/provider/glance_api_config/ini_setting.rb
file path=etc/puppet/modules/glance/lib/puppet/provider/glance_api_paste_ini/ini_setting.rb
file path=etc/puppet/modules/glance/lib/puppet/provider/glance_cache_config/ini_setting.rb
file path=etc/puppet/modules/glance/lib/puppet/provider/glance_image/glance.rb
file path=etc/puppet/modules/glance/lib/puppet/provider/glance_registry_config/ini_setting.rb
file path=etc/puppet/modules/glance/lib/puppet/provider/glance_registry_paste_ini/ini_setting.rb
file path=etc/puppet/modules/glance/lib/puppet/type/glance_api_config.rb
file path=etc/puppet/modules/glance/lib/puppet/type/glance_api_paste_ini.rb
file path=etc/puppet/modules/glance/lib/puppet/type/glance_cache_config.rb
file path=etc/puppet/modules/glance/lib/puppet/type/glance_image.rb
file path=etc/puppet/modules/glance/lib/puppet/type/glance_registry_config.rb
file path=etc/puppet/modules/glance/lib/puppet/type/glance_registry_paste_ini.rb
file path=etc/puppet/modules/glance/manifests/api.pp
file path=etc/puppet/modules/glance/manifests/backend/cinder.pp
file path=etc/puppet/modules/glance/manifests/backend/file.pp
file path=etc/puppet/modules/glance/manifests/backend/rbd.pp
file path=etc/puppet/modules/glance/manifests/backend/swift.pp
file path=etc/puppet/modules/glance/manifests/backend/vsphere.pp
file path=etc/puppet/modules/glance/manifests/cache/cleaner.pp
file path=etc/puppet/modules/glance/manifests/cache/pruner.pp
file path=etc/puppet/modules/glance/manifests/client.pp
file path=etc/puppet/modules/glance/manifests/config.pp
file path=etc/puppet/modules/glance/manifests/db/mysql.pp
file path=etc/puppet/modules/glance/manifests/db/postgresql.pp
file path=etc/puppet/modules/glance/manifests/init.pp
file path=etc/puppet/modules/glance/manifests/keystone/auth.pp
file path=etc/puppet/modules/glance/manifests/notify/qpid.pp
file path=etc/puppet/modules/glance/manifests/notify/rabbitmq.pp
file path=etc/puppet/modules/glance/manifests/params.pp
file path=etc/puppet/modules/glance/manifests/policy.pp
file path=etc/puppet/modules/glance/manifests/registry.pp
file path=etc/puppet/modules/glance/metadata.json
file path=etc/puppet/modules/glance/spec/acceptance/basic_glance_spec.rb
file path=etc/puppet/modules/glance/spec/acceptance/nodesets/default.yml
file path=etc/puppet/modules/glance/spec/acceptance/nodesets/nodepool-centos7.yml
file path=etc/puppet/modules/glance/spec/acceptance/nodesets/nodepool-trusty.yml
file path=etc/puppet/modules/glance/spec/classes/glance_api_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_backend_cinder_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_backend_file_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_backend_rbd_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_backend_swift_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_backend_vsphere_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_cache_cleaner_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_cache_pruner_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_client_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_db_mysql_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_db_postgresql_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_keystone_auth_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_notify_qpid_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_notify_rabbitmq_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_policy_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_registry_spec.rb
file path=etc/puppet/modules/glance/spec/classes/glance_spec.rb
file path=etc/puppet/modules/glance/spec/shared_examples.rb
file path=etc/puppet/modules/glance/spec/spec.opts
file path=etc/puppet/modules/glance/spec/spec_helper.rb
file path=etc/puppet/modules/glance/spec/spec_helper_acceptance.rb
file path=etc/puppet/modules/glance/spec/unit/provider/glance_spec.rb
file path=etc/puppet/modules/glance/tests/api.pp
file path=etc/puppet/modules/glance/tests/init.pp
file path=etc/puppet/modules/glance/tests/registry.pp
file path=etc/puppet/modules/glance/tests/site.pp
#
license openstack-glance.license license="Apache v2.0"

# force a dependency on openstack-keystone
depend type=require fmri=system/management/puppet/openstack-keystone

# force a dependency on openstack-openstacklib
depend type=require fmri=system/management/puppet/openstack-openstacklib

# force a dependency on puppetlabs-inifile
depend type=require fmri=system/management/puppet/puppetlabs-inifile

# force a dependency on puppetlabs-stdlib
depend type=require fmri=system/management/puppet/puppetlabs-stdlib