components/ruby/puppet-modules/openstack-swift/openstack-swift.p5m
author Laszlo Peter <laszlo.peter@oracle.com>
Wed, 07 Sep 2016 14:48:35 -0700
changeset 6817 e4a26f447d0c
parent 5464 6e2e17e6aa45
child 7565 48aa82a0931f
permissions -rw-r--r--
24454308 update all openstack puppet modules to the latest mitaka release

#
# 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, 2016, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/system/management/puppet/openstack-swift@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="OpenStack Swift Puppet Module"
set name=pkg.description \
    value="The swift module is a thorough attempt to make Puppet capable of managing the entirety of swift.  This includes manifests to provision such things as keystone, stroage backends, proxies, and the ring.  Types are shipped as part of the swift module to assist in manipulation of configuration files.  The classes in this module will deploy Swift using best practices for a typical deployment."
set name=com.oracle.info.description value="Swift 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/swift/CHANGELOG.md
file path=etc/puppet/modules/swift/Gemfile
file path=etc/puppet/modules/swift/LICENSE
file path=etc/puppet/modules/swift/README.md
file path=etc/puppet/modules/swift/Rakefile
file path=etc/puppet/modules/swift/checksums.json
file path=etc/puppet/modules/swift/ext/swift.rb
file path=etc/puppet/modules/swift/ext/swift_keystone_test.rb
file path=etc/puppet/modules/swift/files/swift_tester.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/ring_account_device/swift_ring_builder.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/ring_container_device/swift_ring_builder.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/ring_object_device/swift_ring_builder.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/service/swiftinit.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_account_config/ini_setting.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_bench_config/ini_setting.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_config/ini_setting.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_container_config/ini_setting.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_container_sync_realms_config/ini_setting.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_dispersion_config/ini_setting.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_object_config/ini_setting.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_object_expirer_config/ini_setting.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_proxy_config/ini_setting.rb
file path=etc/puppet/modules/swift/lib/puppet/provider/swift_ring_builder.rb
file path=etc/puppet/modules/swift/lib/puppet/type/ring_account_device.rb
file path=etc/puppet/modules/swift/lib/puppet/type/ring_container_device.rb
file path=etc/puppet/modules/swift/lib/puppet/type/ring_object_device.rb
file path=etc/puppet/modules/swift/lib/puppet/type/swift_account_config.rb
file path=etc/puppet/modules/swift/lib/puppet/type/swift_bench_config.rb
file path=etc/puppet/modules/swift/lib/puppet/type/swift_config.rb
file path=etc/puppet/modules/swift/lib/puppet/type/swift_container_config.rb
file path=etc/puppet/modules/swift/lib/puppet/type/swift_container_sync_realms_config.rb
file path=etc/puppet/modules/swift/lib/puppet/type/swift_dispersion_config.rb
file path=etc/puppet/modules/swift/lib/puppet/type/swift_object_config.rb
file path=etc/puppet/modules/swift/lib/puppet/type/swift_object_expirer_config.rb
file path=etc/puppet/modules/swift/lib/puppet/type/swift_proxy_config.rb
file path=etc/puppet/modules/swift/manifests/auth_file.pp
file path=etc/puppet/modules/swift/manifests/bench.pp
file path=etc/puppet/modules/swift/manifests/client.pp
file path=etc/puppet/modules/swift/manifests/config.pp
file path=etc/puppet/modules/swift/manifests/dispersion.pp
file path=etc/puppet/modules/swift/manifests/init.pp
file path=etc/puppet/modules/swift/manifests/keystone/auth.pp
file path=etc/puppet/modules/swift/manifests/keystone/dispersion.pp
file path=etc/puppet/modules/swift/manifests/objectexpirer.pp
file path=etc/puppet/modules/swift/manifests/params.pp
file path=etc/puppet/modules/swift/manifests/proxy.pp
file path=etc/puppet/modules/swift/manifests/proxy/account_quotas.pp
file path=etc/puppet/modules/swift/manifests/proxy/authtoken.pp
file path=etc/puppet/modules/swift/manifests/proxy/bulk.pp
file path=etc/puppet/modules/swift/manifests/proxy/cache.pp
file path=etc/puppet/modules/swift/manifests/proxy/catch_errors.pp
file path=etc/puppet/modules/swift/manifests/proxy/ceilometer.pp
file path=etc/puppet/modules/swift/manifests/proxy/container_quotas.pp
file path=etc/puppet/modules/swift/manifests/proxy/container_sync.pp
file path=etc/puppet/modules/swift/manifests/proxy/crossdomain.pp
file path=etc/puppet/modules/swift/manifests/proxy/dlo.pp
file path=etc/puppet/modules/swift/manifests/proxy/formpost.pp
file path=etc/puppet/modules/swift/manifests/proxy/gatekeeper.pp
file path=etc/puppet/modules/swift/manifests/proxy/healthcheck.pp
file path=etc/puppet/modules/swift/manifests/proxy/keystone.pp
file path=etc/puppet/modules/swift/manifests/proxy/proxy_logging.pp
file path=etc/puppet/modules/swift/manifests/proxy/ratelimit.pp
file path=etc/puppet/modules/swift/manifests/proxy/s3token.pp
file path=etc/puppet/modules/swift/manifests/proxy/slo.pp
file path=etc/puppet/modules/swift/manifests/proxy/staticweb.pp
file path=etc/puppet/modules/swift/manifests/proxy/swauth.pp
file path=etc/puppet/modules/swift/manifests/proxy/swift3.pp
file path=etc/puppet/modules/swift/manifests/proxy/tempauth.pp
file path=etc/puppet/modules/swift/manifests/proxy/tempurl.pp
file path=etc/puppet/modules/swift/manifests/ringbuilder.pp
file path=etc/puppet/modules/swift/manifests/ringbuilder/create.pp
file path=etc/puppet/modules/swift/manifests/ringbuilder/rebalance.pp
file path=etc/puppet/modules/swift/manifests/ringserver.pp
file path=etc/puppet/modules/swift/manifests/ringsync.pp
file path=etc/puppet/modules/swift/manifests/service.pp
file path=etc/puppet/modules/swift/manifests/storage.pp
file path=etc/puppet/modules/swift/manifests/storage/account.pp
file path=etc/puppet/modules/swift/manifests/storage/all.pp
file path=etc/puppet/modules/swift/manifests/storage/container.pp
file path=etc/puppet/modules/swift/manifests/storage/disk.pp
file path=etc/puppet/modules/swift/manifests/storage/ext4.pp
file path=etc/puppet/modules/swift/manifests/storage/filter/healthcheck.pp
file path=etc/puppet/modules/swift/manifests/storage/filter/recon.pp
file path=etc/puppet/modules/swift/manifests/storage/generic.pp
file path=etc/puppet/modules/swift/manifests/storage/loopback.pp
file path=etc/puppet/modules/swift/manifests/storage/mount.pp
file path=etc/puppet/modules/swift/manifests/storage/node.pp
file path=etc/puppet/modules/swift/manifests/storage/object.pp
file path=etc/puppet/modules/swift/manifests/storage/server.pp
file path=etc/puppet/modules/swift/manifests/storage/xfs.pp
file path=etc/puppet/modules/swift/manifests/test_file.pp
file path=etc/puppet/modules/swift/manifests/xfs.pp
file path=etc/puppet/modules/swift/metadata.json
file path=etc/puppet/modules/swift/releasenotes/notes/container_sync-5869bca433355047.yaml
file path=etc/puppet/modules/swift/releasenotes/notes/mitaka-dece9d43a565e6cb.yaml
file path=etc/puppet/modules/swift/releasenotes/notes/mitaka_deprecation-3344541c884cfed8.yaml
file path=etc/puppet/modules/swift/releasenotes/notes/mitaka_features-52ecf51429531fbb.yaml
file path=etc/puppet/modules/swift/releasenotes/notes/use-reno-1caaec4ba5aa4285.yaml
file path=etc/puppet/modules/swift/releasenotes/source/_static/.placeholder
file path=etc/puppet/modules/swift/releasenotes/source/conf.py
file path=etc/puppet/modules/swift/releasenotes/source/index.rst
file path=etc/puppet/modules/swift/releasenotes/source/mitaka.rst
file path=etc/puppet/modules/swift/releasenotes/source/unreleased.rst
file path=etc/puppet/modules/swift/setup.cfg
file path=etc/puppet/modules/swift/setup.py
file path=etc/puppet/modules/swift/spec/acceptance/basic_swift_spec.rb
file path=etc/puppet/modules/swift/spec/acceptance/nodesets/centos-70-x64.yml
file path=etc/puppet/modules/swift/spec/acceptance/nodesets/default.yml
file path=etc/puppet/modules/swift/spec/acceptance/nodesets/nodepool-centos7.yml
file path=etc/puppet/modules/swift/spec/acceptance/nodesets/nodepool-trusty.yml
file path=etc/puppet/modules/swift/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
file path=etc/puppet/modules/swift/spec/acceptance/swift_config_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_bench_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_client_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_config_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_dispersion_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_keystone_auth_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_keystone_dispersion_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_objectexpirer_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_account_quotas_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_authtoken_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_bulk_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_cache_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_catch_errors_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_ceilometer_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_container_quotas_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_container_sync_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_crossdomain_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_dlo_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_formpost_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_gatekeeper_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_healthcheck_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_keystone_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_ratelimit_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_s3token_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_slo_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_staticweb_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_swauth_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_swift3_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_tempauth_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_proxy_tempurl_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_ringbuilder_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_ringserver_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_storage_account_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_storage_all_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_storage_container_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_storage_object_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_storage_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_test_file_spec.rb
file path=etc/puppet/modules/swift/spec/classes/swift_xfs_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_ringbuilder_create_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_ringbuilder_rebalance_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_storage_disk_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_storage_filter_healthcheck_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_storage_filter_recon_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_storage_generic_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_storage_loopback_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_storage_mount_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_storage_node_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_storage_server_spec.rb
file path=etc/puppet/modules/swift/spec/defines/swift_storage_xfs_spec.rb
file path=etc/puppet/modules/swift/spec/shared_examples.rb
file path=etc/puppet/modules/swift/spec/spec.opts
file path=etc/puppet/modules/swift/spec/spec_helper.rb
file path=etc/puppet/modules/swift/spec/spec_helper_acceptance.rb
file path=etc/puppet/modules/swift/spec/unit/provider/swift_account_config/ini_setting_spec.rb
file path=etc/puppet/modules/swift/spec/unit/provider/swift_bench_config/ini_setting_spec.rb
file path=etc/puppet/modules/swift/spec/unit/provider/swift_config/ini_setting_spec.rb
file path=etc/puppet/modules/swift/spec/unit/provider/swift_container_config/ini_setting_spec.rb
file path=etc/puppet/modules/swift/spec/unit/provider/swift_container_sync_realms_config/ini_setting_spec.rb
file path=etc/puppet/modules/swift/spec/unit/provider/swift_dispersion_config/ini_setting_spec.rb
file path=etc/puppet/modules/swift/spec/unit/provider/swift_object_config/ini_setting_spec.rb
file path=etc/puppet/modules/swift/spec/unit/provider/swift_object_expirer_config/ini_setting_spec.rb
file path=etc/puppet/modules/swift/spec/unit/provider/swift_proxy_config/ini_setting_spec.rb
file path=etc/puppet/modules/swift/spec/unit/puppet/provider/service/swiftinit_spec.rb
file path=etc/puppet/modules/swift/spec/unit/puppet/provider/swift_ring_builder_spec.rb
file path=etc/puppet/modules/swift/spec/unit/puppet/type/ring_account_device_spec.rb
file path=etc/puppet/modules/swift/spec/unit/puppet/type/ring_container_device_spec.rb
file path=etc/puppet/modules/swift/spec/unit/puppet/type/ring_object_device_spec.rb
file path=etc/puppet/modules/swift/spec/unit/type/swift_account_config_spec.rb
file path=etc/puppet/modules/swift/spec/unit/type/swift_bench_config_spec.rb
file path=etc/puppet/modules/swift/spec/unit/type/swift_config_spec.rb
file path=etc/puppet/modules/swift/spec/unit/type/swift_container_config_spec.rb
file path=etc/puppet/modules/swift/spec/unit/type/swift_container_sync_realms_config.rb
file path=etc/puppet/modules/swift/spec/unit/type/swift_dispersion_config_spec.rb
file path=etc/puppet/modules/swift/spec/unit/type/swift_object_config_spec.rb
file path=etc/puppet/modules/swift/spec/unit/type/swift_object_expirer_config_spec.rb
file path=etc/puppet/modules/swift/spec/unit/type/swift_proxy_config_spec.rb
file path=etc/puppet/modules/swift/templates/account-server.conf.erb
file path=etc/puppet/modules/swift/templates/container-server.conf.erb
file path=etc/puppet/modules/swift/templates/object-server.conf.erb
file path=etc/puppet/modules/swift/templates/proxy-server.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/account_quotas.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/authtoken.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/bulk.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/cache.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/catch_errors.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/ceilometer.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/container_quotas.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/container_sync.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/crossdomain.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/dlo.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/formpost.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/gatekeeper.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/healthcheck.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/keystone.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/proxy-logging.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/ratelimit.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/s3token.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/slo.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/staticweb.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/swauth.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/swift3.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/tempauth.conf.erb
file path=etc/puppet/modules/swift/templates/proxy/tempurl.conf.erb
file path=etc/puppet/modules/swift/templates/recon.conf.erb
file path=etc/puppet/modules/swift/templates/rsyncd.conf.erb
file path=etc/puppet/modules/swift/templates/swift_keystone_test.erb
file path=etc/puppet/modules/swift/test-requirements.txt
file path=etc/puppet/modules/swift/tests/all.pp
file path=etc/puppet/modules/swift/tests/site.pp
file path=etc/puppet/modules/swift/tox.ini
#
license openstack-swift.license license="Apache v2.0"

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

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

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

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

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

# force a dependency on saz-memcached
depend type=require fmri=system/management/puppet/saz-memcached