components/ruby/puppet-modules/openstack-cinder/openstack-cinder.p5m
branchs11u3-sru
changeset 6035 c9748fcc32de
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     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, 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/system/management/puppet/openstack-cinder@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="OpenStack Cinder Puppet Module"
       
    29 set name=pkg.description \
       
    30     value="The cinder module is a thorough attempt to make Puppet capable of managing the entirety of cinder.  This includes manifests to provision such things as keystone endpoints, RPC configurations specific to cinder, and database connections.  Types are shipped as part of the cinder module to assist in manipulation of configuration files."
       
    31 set name=com.oracle.info.description value="Cinder 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/cinder/CHANGELOG.md
       
    42 file path=etc/puppet/modules/cinder/Gemfile
       
    43 file path=etc/puppet/modules/cinder/LICENSE
       
    44 file path=etc/puppet/modules/cinder/README.md
       
    45 file path=etc/puppet/modules/cinder/Rakefile
       
    46 file path=etc/puppet/modules/cinder/checksums.json
       
    47 file path=etc/puppet/modules/cinder/examples/cinder_volume_with_pacemaker.pp
       
    48 file path=etc/puppet/modules/cinder/lib/puppet/provider/cinder_api_paste_ini/ini_setting.rb
       
    49 file path=etc/puppet/modules/cinder/lib/puppet/provider/cinder_config/ini_setting.rb
       
    50 file path=etc/puppet/modules/cinder/lib/puppet/type/cinder_api_paste_ini.rb
       
    51 file path=etc/puppet/modules/cinder/lib/puppet/type/cinder_config.rb
       
    52 file path=etc/puppet/modules/cinder/manifests/api.pp
       
    53 file path=etc/puppet/modules/cinder/manifests/backend/dellsc_iscsi.pp
       
    54 file path=etc/puppet/modules/cinder/manifests/backend/emc_vnx.pp
       
    55 file path=etc/puppet/modules/cinder/manifests/backend/eqlx.pp
       
    56 file path=etc/puppet/modules/cinder/manifests/backend/glusterfs.pp
       
    57 file path=etc/puppet/modules/cinder/manifests/backend/hp3par_iscsi.pp
       
    58 file path=etc/puppet/modules/cinder/manifests/backend/iscsi.pp
       
    59 file path=etc/puppet/modules/cinder/manifests/backend/netapp.pp
       
    60 file path=etc/puppet/modules/cinder/manifests/backend/nexenta.pp
       
    61 file path=etc/puppet/modules/cinder/manifests/backend/nfs.pp
       
    62 file path=etc/puppet/modules/cinder/manifests/backend/quobyte.pp
       
    63 file path=etc/puppet/modules/cinder/manifests/backend/rbd.pp
       
    64 file path=etc/puppet/modules/cinder/manifests/backend/san.pp
       
    65 file path=etc/puppet/modules/cinder/manifests/backend/solidfire.pp
       
    66 file path=etc/puppet/modules/cinder/manifests/backend/vmdk.pp
       
    67 file files/backend/zfs_fc.pp \
       
    68     path=etc/puppet/modules/cinder/manifests/backend/zfs_fc.pp
       
    69 file files/backend/zfs_iscsi.pp \
       
    70     path=etc/puppet/modules/cinder/manifests/backend/zfs_iscsi.pp
       
    71 file files/backend/zfs_nfs.pp \
       
    72     path=etc/puppet/modules/cinder/manifests/backend/zfs_nfs.pp
       
    73 file files/backend/zfs_volume.pp \
       
    74     path=etc/puppet/modules/cinder/manifests/backend/zfs_volume.pp
       
    75 file files/backend/zfssa_iscsi.pp \
       
    76     path=etc/puppet/modules/cinder/manifests/backend/zfssa_iscsi.pp
       
    77 file path=etc/puppet/modules/cinder/manifests/backends.pp
       
    78 file path=etc/puppet/modules/cinder/manifests/backup.pp
       
    79 file path=etc/puppet/modules/cinder/manifests/backup/ceph.pp
       
    80 file path=etc/puppet/modules/cinder/manifests/backup/nfs.pp
       
    81 file path=etc/puppet/modules/cinder/manifests/backup/swift.pp
       
    82 file path=etc/puppet/modules/cinder/manifests/ceilometer.pp
       
    83 file path=etc/puppet/modules/cinder/manifests/client.pp
       
    84 file path=etc/puppet/modules/cinder/manifests/config.pp
       
    85 file path=etc/puppet/modules/cinder/manifests/cron/db_purge.pp
       
    86 file path=etc/puppet/modules/cinder/manifests/db/mysql.pp
       
    87 file path=etc/puppet/modules/cinder/manifests/db/postgresql.pp
       
    88 file path=etc/puppet/modules/cinder/manifests/db/sync.pp
       
    89 file path=etc/puppet/modules/cinder/manifests/glance.pp
       
    90 file path=etc/puppet/modules/cinder/manifests/init.pp
       
    91 file path=etc/puppet/modules/cinder/manifests/keystone/auth.pp
       
    92 file path=etc/puppet/modules/cinder/manifests/logging.pp
       
    93 file path=etc/puppet/modules/cinder/manifests/params.pp
       
    94 file path=etc/puppet/modules/cinder/manifests/policy.pp
       
    95 file path=etc/puppet/modules/cinder/manifests/qpid.pp
       
    96 file path=etc/puppet/modules/cinder/manifests/quota.pp
       
    97 file path=etc/puppet/modules/cinder/manifests/rabbitmq.pp
       
    98 file path=etc/puppet/modules/cinder/manifests/scheduler.pp
       
    99 file path=etc/puppet/modules/cinder/manifests/scheduler/filter.pp
       
   100 file path=etc/puppet/modules/cinder/manifests/setup_test_volume.pp
       
   101 file path=etc/puppet/modules/cinder/manifests/type.pp
       
   102 file path=etc/puppet/modules/cinder/manifests/type_set.pp
       
   103 file path=etc/puppet/modules/cinder/manifests/vmware.pp
       
   104 file path=etc/puppet/modules/cinder/manifests/volume.pp
       
   105 file path=etc/puppet/modules/cinder/manifests/volume/dellsc_iscsi.pp
       
   106 file path=etc/puppet/modules/cinder/manifests/volume/emc_vnx.pp
       
   107 file path=etc/puppet/modules/cinder/manifests/volume/eqlx.pp
       
   108 file path=etc/puppet/modules/cinder/manifests/volume/glusterfs.pp
       
   109 file path=etc/puppet/modules/cinder/manifests/volume/hp3par_iscsi.pp
       
   110 file path=etc/puppet/modules/cinder/manifests/volume/iscsi.pp
       
   111 file path=etc/puppet/modules/cinder/manifests/volume/netapp.pp
       
   112 file path=etc/puppet/modules/cinder/manifests/volume/nexenta.pp
       
   113 file path=etc/puppet/modules/cinder/manifests/volume/nfs.pp
       
   114 file path=etc/puppet/modules/cinder/manifests/volume/quobyte.pp
       
   115 file path=etc/puppet/modules/cinder/manifests/volume/rbd.pp
       
   116 file path=etc/puppet/modules/cinder/manifests/volume/san.pp
       
   117 file path=etc/puppet/modules/cinder/manifests/volume/solidfire.pp
       
   118 file path=etc/puppet/modules/cinder/manifests/volume/vmdk.pp
       
   119 file files/volume/zfs_fc.pp \
       
   120     path=etc/puppet/modules/cinder/manifests/volume/zfs_fc.pp
       
   121 file files/volume/zfs_iscsi.pp \
       
   122     path=etc/puppet/modules/cinder/manifests/volume/zfs_iscsi.pp
       
   123 file files/volume/zfs_nfs.pp \
       
   124     path=etc/puppet/modules/cinder/manifests/volume/zfs_nfs.pp
       
   125 file files/volume/zfs_volume.pp \
       
   126     path=etc/puppet/modules/cinder/manifests/volume/zfs_volume.pp
       
   127 file files/volume/zfssa_iscsi.pp \
       
   128     path=etc/puppet/modules/cinder/manifests/volume/zfssa_iscsi.pp
       
   129 file path=etc/puppet/modules/cinder/metadata.json
       
   130 file path=etc/puppet/modules/cinder/spec/acceptance/basic_cinder_spec.rb
       
   131 file path=etc/puppet/modules/cinder/spec/acceptance/nodesets/default.yml
       
   132 file path=etc/puppet/modules/cinder/spec/acceptance/nodesets/nodepool-centos7.yml
       
   133 file path=etc/puppet/modules/cinder/spec/acceptance/nodesets/nodepool-trusty.yml
       
   134 file path=etc/puppet/modules/cinder/spec/classes/cinder_api_spec.rb
       
   135 file path=etc/puppet/modules/cinder/spec/classes/cinder_backends_spec.rb
       
   136 file path=etc/puppet/modules/cinder/spec/classes/cinder_backup_ceph_spec.rb
       
   137 file path=etc/puppet/modules/cinder/spec/classes/cinder_backup_nfs_spec.rb
       
   138 file path=etc/puppet/modules/cinder/spec/classes/cinder_backup_spec.rb
       
   139 file path=etc/puppet/modules/cinder/spec/classes/cinder_backup_swift_spec.rb
       
   140 file path=etc/puppet/modules/cinder/spec/classes/cinder_ceilometer_spec.rb
       
   141 file path=etc/puppet/modules/cinder/spec/classes/cinder_client_spec.rb
       
   142 file path=etc/puppet/modules/cinder/spec/classes/cinder_cron_db_purge_spec.rb
       
   143 file path=etc/puppet/modules/cinder/spec/classes/cinder_db_mysql_spec.rb
       
   144 file path=etc/puppet/modules/cinder/spec/classes/cinder_db_postgresql_spec.rb
       
   145 file path=etc/puppet/modules/cinder/spec/classes/cinder_db_sync_spec.rb
       
   146 file path=etc/puppet/modules/cinder/spec/classes/cinder_glance_spec.rb
       
   147 file path=etc/puppet/modules/cinder/spec/classes/cinder_keystone_auth_spec.rb
       
   148 file path=etc/puppet/modules/cinder/spec/classes/cinder_logging_spec.rb
       
   149 file path=etc/puppet/modules/cinder/spec/classes/cinder_params_spec.rb
       
   150 file path=etc/puppet/modules/cinder/spec/classes/cinder_policy_spec.rb
       
   151 file path=etc/puppet/modules/cinder/spec/classes/cinder_qpid_spec.rb
       
   152 file path=etc/puppet/modules/cinder/spec/classes/cinder_quota_spec.rb
       
   153 file path=etc/puppet/modules/cinder/spec/classes/cinder_rabbitmq_spec.rb
       
   154 file path=etc/puppet/modules/cinder/spec/classes/cinder_scheduler_filter_spec.rb
       
   155 file path=etc/puppet/modules/cinder/spec/classes/cinder_scheduler_spec.rb
       
   156 file path=etc/puppet/modules/cinder/spec/classes/cinder_setup_test_volume_spec.rb
       
   157 file path=etc/puppet/modules/cinder/spec/classes/cinder_spec.rb
       
   158 file path=etc/puppet/modules/cinder/spec/classes/cinder_vmware_spec.rb
       
   159 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_dellsc_iscsi_spec.rb
       
   160 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_emc_vnx_spec.rb
       
   161 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_eqlx_spec.rb
       
   162 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_glusterfs_spec.rb
       
   163 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_hp3par_iscsi_spec.rb
       
   164 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_iscsi_spec.rb
       
   165 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_netapp_spec.rb
       
   166 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_nexenta_spec.rb
       
   167 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_nfs_spec.rb
       
   168 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_quobyte_spec.rb
       
   169 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_rbd_spec.rb
       
   170 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_san_spec.rb
       
   171 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_solidfire_spec.rb
       
   172 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_spec.rb
       
   173 file path=etc/puppet/modules/cinder/spec/classes/cinder_volume_vmdk_spec.rb
       
   174 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_dellsc_iscsi_spec.rb
       
   175 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_emc_vnx_spec.rb
       
   176 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_eqlx_spec.rb
       
   177 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_glusterfs_spec.rb
       
   178 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_hp3par_iscsi_spec.rb
       
   179 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_iscsi_spec.rb
       
   180 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_netapp_spec.rb
       
   181 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_nexenta_spec.rb
       
   182 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_nfs_spec.rb
       
   183 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_quobyte_spec.rb
       
   184 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_rbd_spec.rb
       
   185 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_san_spec.rb
       
   186 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_solidfire_spec.rb
       
   187 file path=etc/puppet/modules/cinder/spec/defines/cinder_backend_vmdk_spec.rb
       
   188 file path=etc/puppet/modules/cinder/spec/defines/cinder_type_set_spec.rb
       
   189 file path=etc/puppet/modules/cinder/spec/defines/cinder_type_spec.rb
       
   190 file path=etc/puppet/modules/cinder/spec/shared_examples.rb
       
   191 file path=etc/puppet/modules/cinder/spec/spec_helper.rb
       
   192 file path=etc/puppet/modules/cinder/spec/spec_helper_acceptance.rb
       
   193 #
       
   194 license openstack-cinder.license license="Apache v2.0"
       
   195 
       
   196 # force a dependency on openstack-keystone
       
   197 depend type=require fmri=system/management/puppet/openstack-keystone
       
   198 
       
   199 # force a dependency on openstack-openstacklib
       
   200 depend type=require fmri=system/management/puppet/openstack-openstacklib
       
   201 
       
   202 # force a dependency on puppetlabs-inifile
       
   203 depend type=require fmri=system/management/puppet/puppetlabs-inifile
       
   204 
       
   205 # force a dependency on puppetlabs-rabbitmq
       
   206 depend type=require fmri=system/management/puppet/puppetlabs-rabbitmq
       
   207 
       
   208 # force a dependency on puppetlabs-stdlib
       
   209 depend type=require fmri=system/management/puppet/puppetlabs-stdlib
       
   210 
       
   211 # force a dependency on gnu-grep
       
   212 depend type=require fmri=text/gnu-grep