components/ruby/puppet-modules/openstack-glance/openstack-glance.p5m
changeset 5464 6e2e17e6aa45
child 6817 e4a26f447d0c
equal deleted inserted replaced
5463:245bdc05448a 5464:6e2e17e6aa45
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/system/management/puppet/openstack-glance@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="OpenStack Glance Puppet Module"
       
    29 set name=pkg.description \
       
    30     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."
       
    31 set name=com.oracle.info.description value="Glance Puppet Module"
       
    32 set name=com.oracle.info.tpno value=$(TPNO)
       
    33 set name=info.classification \
       
    34     value="org.opensolaris.category.2008:System/Administration and Configuration" \
       
    35     value="org.opensolaris.category.2008:System/Enterprise Management"
       
    36 set name=info.upstream value="OpenStack <[email protected]>"
       
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    38 set name=org.opensolaris.arc-caseid value=PSARC/2016/001
       
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    40 #
       
    41 file path=etc/puppet/modules/glance/CHANGELOG.md
       
    42 file path=etc/puppet/modules/glance/Gemfile
       
    43 file path=etc/puppet/modules/glance/LICENSE
       
    44 file path=etc/puppet/modules/glance/README.md
       
    45 file path=etc/puppet/modules/glance/Rakefile
       
    46 file path=etc/puppet/modules/glance/checksums.json
       
    47 file path=etc/puppet/modules/glance/ext/glance.rb
       
    48 file path=etc/puppet/modules/glance/ext/glance.sh
       
    49 file path=etc/puppet/modules/glance/lib/puppet/provider/glance.rb
       
    50 file path=etc/puppet/modules/glance/lib/puppet/provider/glance_api_config/ini_setting.rb
       
    51 file path=etc/puppet/modules/glance/lib/puppet/provider/glance_api_paste_ini/ini_setting.rb
       
    52 file path=etc/puppet/modules/glance/lib/puppet/provider/glance_cache_config/ini_setting.rb
       
    53 file path=etc/puppet/modules/glance/lib/puppet/provider/glance_image/glance.rb
       
    54 file path=etc/puppet/modules/glance/lib/puppet/provider/glance_registry_config/ini_setting.rb
       
    55 file path=etc/puppet/modules/glance/lib/puppet/provider/glance_registry_paste_ini/ini_setting.rb
       
    56 file path=etc/puppet/modules/glance/lib/puppet/type/glance_api_config.rb
       
    57 file path=etc/puppet/modules/glance/lib/puppet/type/glance_api_paste_ini.rb
       
    58 file path=etc/puppet/modules/glance/lib/puppet/type/glance_cache_config.rb
       
    59 file path=etc/puppet/modules/glance/lib/puppet/type/glance_image.rb
       
    60 file path=etc/puppet/modules/glance/lib/puppet/type/glance_registry_config.rb
       
    61 file path=etc/puppet/modules/glance/lib/puppet/type/glance_registry_paste_ini.rb
       
    62 file path=etc/puppet/modules/glance/manifests/api.pp
       
    63 file path=etc/puppet/modules/glance/manifests/backend/cinder.pp
       
    64 file path=etc/puppet/modules/glance/manifests/backend/file.pp
       
    65 file path=etc/puppet/modules/glance/manifests/backend/rbd.pp
       
    66 file path=etc/puppet/modules/glance/manifests/backend/swift.pp
       
    67 file path=etc/puppet/modules/glance/manifests/backend/vsphere.pp
       
    68 file path=etc/puppet/modules/glance/manifests/cache/cleaner.pp
       
    69 file path=etc/puppet/modules/glance/manifests/cache/pruner.pp
       
    70 file path=etc/puppet/modules/glance/manifests/client.pp
       
    71 file path=etc/puppet/modules/glance/manifests/config.pp
       
    72 file path=etc/puppet/modules/glance/manifests/db/mysql.pp
       
    73 file path=etc/puppet/modules/glance/manifests/db/postgresql.pp
       
    74 file path=etc/puppet/modules/glance/manifests/init.pp
       
    75 file path=etc/puppet/modules/glance/manifests/keystone/auth.pp
       
    76 file path=etc/puppet/modules/glance/manifests/notify/qpid.pp
       
    77 file path=etc/puppet/modules/glance/manifests/notify/rabbitmq.pp
       
    78 file path=etc/puppet/modules/glance/manifests/params.pp
       
    79 file path=etc/puppet/modules/glance/manifests/policy.pp
       
    80 file path=etc/puppet/modules/glance/manifests/registry.pp
       
    81 file path=etc/puppet/modules/glance/metadata.json
       
    82 file path=etc/puppet/modules/glance/spec/acceptance/basic_glance_spec.rb
       
    83 file path=etc/puppet/modules/glance/spec/acceptance/nodesets/default.yml
       
    84 file path=etc/puppet/modules/glance/spec/acceptance/nodesets/nodepool-centos7.yml
       
    85 file path=etc/puppet/modules/glance/spec/acceptance/nodesets/nodepool-trusty.yml
       
    86 file path=etc/puppet/modules/glance/spec/classes/glance_api_spec.rb
       
    87 file path=etc/puppet/modules/glance/spec/classes/glance_backend_cinder_spec.rb
       
    88 file path=etc/puppet/modules/glance/spec/classes/glance_backend_file_spec.rb
       
    89 file path=etc/puppet/modules/glance/spec/classes/glance_backend_rbd_spec.rb
       
    90 file path=etc/puppet/modules/glance/spec/classes/glance_backend_swift_spec.rb
       
    91 file path=etc/puppet/modules/glance/spec/classes/glance_backend_vsphere_spec.rb
       
    92 file path=etc/puppet/modules/glance/spec/classes/glance_cache_cleaner_spec.rb
       
    93 file path=etc/puppet/modules/glance/spec/classes/glance_cache_pruner_spec.rb
       
    94 file path=etc/puppet/modules/glance/spec/classes/glance_client_spec.rb
       
    95 file path=etc/puppet/modules/glance/spec/classes/glance_db_mysql_spec.rb
       
    96 file path=etc/puppet/modules/glance/spec/classes/glance_db_postgresql_spec.rb
       
    97 file path=etc/puppet/modules/glance/spec/classes/glance_keystone_auth_spec.rb
       
    98 file path=etc/puppet/modules/glance/spec/classes/glance_notify_qpid_spec.rb
       
    99 file path=etc/puppet/modules/glance/spec/classes/glance_notify_rabbitmq_spec.rb
       
   100 file path=etc/puppet/modules/glance/spec/classes/glance_policy_spec.rb
       
   101 file path=etc/puppet/modules/glance/spec/classes/glance_registry_spec.rb
       
   102 file path=etc/puppet/modules/glance/spec/classes/glance_spec.rb
       
   103 file path=etc/puppet/modules/glance/spec/shared_examples.rb
       
   104 file path=etc/puppet/modules/glance/spec/spec.opts
       
   105 file path=etc/puppet/modules/glance/spec/spec_helper.rb
       
   106 file path=etc/puppet/modules/glance/spec/spec_helper_acceptance.rb
       
   107 file path=etc/puppet/modules/glance/spec/unit/provider/glance_spec.rb
       
   108 file path=etc/puppet/modules/glance/tests/api.pp
       
   109 file path=etc/puppet/modules/glance/tests/init.pp
       
   110 file path=etc/puppet/modules/glance/tests/registry.pp
       
   111 file path=etc/puppet/modules/glance/tests/site.pp
       
   112 #
       
   113 license openstack-glance.license license="Apache v2.0"
       
   114 
       
   115 # force a dependency on openstack-keystone
       
   116 depend type=require fmri=system/management/puppet/openstack-keystone
       
   117 
       
   118 # force a dependency on openstack-openstacklib
       
   119 depend type=require fmri=system/management/puppet/openstack-openstacklib
       
   120 
       
   121 # force a dependency on puppetlabs-inifile
       
   122 depend type=require fmri=system/management/puppet/puppetlabs-inifile
       
   123 
       
   124 # force a dependency on puppetlabs-stdlib
       
   125 depend type=require fmri=system/management/puppet/puppetlabs-stdlib