components/ruby/puppet-modules/openstack-heat/openstack-heat.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-heat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="OpenStack Heat Puppet Module"
       
    29 set name=pkg.description \
       
    30     value="The heat module is an attempt to make Puppet capable of managing the entirety of heat."
       
    31 set name=com.oracle.info.description value="Heat 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/heat/CHANGELOG.md
       
    42 file path=etc/puppet/modules/heat/Gemfile
       
    43 file path=etc/puppet/modules/heat/LICENSE
       
    44 file path=etc/puppet/modules/heat/README.md
       
    45 file path=etc/puppet/modules/heat/Rakefile
       
    46 file path=etc/puppet/modules/heat/checksums.json
       
    47 file path=etc/puppet/modules/heat/examples/site.pp
       
    48 file path=etc/puppet/modules/heat/lib/puppet/provider/heat_config/ini_setting.rb
       
    49 file path=etc/puppet/modules/heat/lib/puppet/type/heat_config.rb
       
    50 file path=etc/puppet/modules/heat/manifests/api.pp
       
    51 file path=etc/puppet/modules/heat/manifests/api_cfn.pp
       
    52 file path=etc/puppet/modules/heat/manifests/api_cloudwatch.pp
       
    53 file path=etc/puppet/modules/heat/manifests/client.pp
       
    54 file path=etc/puppet/modules/heat/manifests/db/mysql.pp
       
    55 file path=etc/puppet/modules/heat/manifests/db/postgresql.pp
       
    56 file path=etc/puppet/modules/heat/manifests/engine.pp
       
    57 file path=etc/puppet/modules/heat/manifests/init.pp
       
    58 file path=etc/puppet/modules/heat/manifests/keystone/auth.pp
       
    59 file path=etc/puppet/modules/heat/manifests/keystone/auth_cfn.pp
       
    60 file path=etc/puppet/modules/heat/manifests/keystone/domain.pp
       
    61 file path=etc/puppet/modules/heat/manifests/logging.pp
       
    62 file path=etc/puppet/modules/heat/manifests/params.pp
       
    63 file path=etc/puppet/modules/heat/manifests/policy.pp
       
    64 file path=etc/puppet/modules/heat/metadata.json
       
    65 file path=etc/puppet/modules/heat/spec/acceptance/basic_heat_spec.rb
       
    66 file path=etc/puppet/modules/heat/spec/acceptance/nodesets/default.yml
       
    67 file path=etc/puppet/modules/heat/spec/acceptance/nodesets/nodepool-centos7.yml
       
    68 file path=etc/puppet/modules/heat/spec/acceptance/nodesets/nodepool-trusty.yml
       
    69 file path=etc/puppet/modules/heat/spec/classes/heat_api_cfn_spec.rb
       
    70 file path=etc/puppet/modules/heat/spec/classes/heat_api_cloudwatch_spec.rb
       
    71 file path=etc/puppet/modules/heat/spec/classes/heat_api_spec.rb
       
    72 file path=etc/puppet/modules/heat/spec/classes/heat_client_spec.rb
       
    73 file path=etc/puppet/modules/heat/spec/classes/heat_db_mysql_spec.rb
       
    74 file path=etc/puppet/modules/heat/spec/classes/heat_db_postgresql_spec.rb
       
    75 file path=etc/puppet/modules/heat/spec/classes/heat_engine_spec.rb
       
    76 file path=etc/puppet/modules/heat/spec/classes/heat_init_spec.rb
       
    77 file path=etc/puppet/modules/heat/spec/classes/heat_keystone_auth_cfn_spec.rb
       
    78 file path=etc/puppet/modules/heat/spec/classes/heat_keystone_auth_spec.rb
       
    79 file path=etc/puppet/modules/heat/spec/classes/heat_keystone_domain_spec.rb
       
    80 file path=etc/puppet/modules/heat/spec/classes/heat_logging_spec.rb
       
    81 file path=etc/puppet/modules/heat/spec/classes/heat_policy_spec.rb
       
    82 file path=etc/puppet/modules/heat/spec/shared_examples.rb
       
    83 file path=etc/puppet/modules/heat/spec/spec_helper.rb
       
    84 file path=etc/puppet/modules/heat/spec/spec_helper_acceptance.rb
       
    85 #
       
    86 license openstack-heat.license license="Apache v2.0"
       
    87 
       
    88 # force a dependency on openstack-keystone
       
    89 depend type=require fmri=system/management/puppet/openstack-keystone
       
    90 
       
    91 # force a dependency on openstack-openstacklib
       
    92 depend type=require fmri=system/management/puppet/openstack-openstacklib
       
    93 
       
    94 # force a dependency on puppetlabs-inifile
       
    95 depend type=require fmri=system/management/puppet/puppetlabs-inifile
       
    96 
       
    97 # force a dependency on puppetlabs-stdlib
       
    98 depend type=require fmri=system/management/puppet/puppetlabs-stdlib