components/ruby/puppet-modules/openstack-horizon/openstack-horizon.p5m
branchs11u3-sru
changeset 6035 c9748fcc32de
child 6817 e4a26f447d0c
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, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/system/management/puppet/openstack-horizon@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="OpenStack Horizon Puppet Module"
       
    29 set name=pkg.description \
       
    30     value="The horizon module is a thorough attempt to make Puppet capable of managing the entirety of horizon.  Horizon is a fairly classic django application, which results in a fairly simply Puppet module."
       
    31 set name=com.oracle.info.description value="Horizon 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/horizon/CHANGELOG.md
       
    42 file path=etc/puppet/modules/horizon/Gemfile
       
    43 file path=etc/puppet/modules/horizon/LICENSE
       
    44 file path=etc/puppet/modules/horizon/README.md
       
    45 file path=etc/puppet/modules/horizon/Rakefile
       
    46 file path=etc/puppet/modules/horizon/checksums.json
       
    47 file path=etc/puppet/modules/horizon/lib/puppet/parser/functions/os_any2array.rb
       
    48 file path=etc/puppet/modules/horizon/manifests/init.pp
       
    49 file path=etc/puppet/modules/horizon/manifests/params.pp
       
    50 file path=etc/puppet/modules/horizon/manifests/wsgi/apache.pp
       
    51 file path=etc/puppet/modules/horizon/metadata.json
       
    52 file path=etc/puppet/modules/horizon/spec/acceptance/horizon_with_apache_spec.rb
       
    53 file path=etc/puppet/modules/horizon/spec/acceptance/nodesets/default.yml
       
    54 file path=etc/puppet/modules/horizon/spec/acceptance/nodesets/nodepool-centos7.yml
       
    55 file path=etc/puppet/modules/horizon/spec/acceptance/nodesets/nodepool-trusty.yml
       
    56 file path=etc/puppet/modules/horizon/spec/classes/horizon_init_spec.rb
       
    57 file path=etc/puppet/modules/horizon/spec/classes/horizon_wsgi_apache_spec.rb
       
    58 file path=etc/puppet/modules/horizon/spec/fixtures/override_local_settings.py.erb
       
    59 file path=etc/puppet/modules/horizon/spec/shared_examples.rb
       
    60 file path=etc/puppet/modules/horizon/spec/spec_helper.rb
       
    61 file path=etc/puppet/modules/horizon/spec/spec_helper_acceptance.rb
       
    62 file path=etc/puppet/modules/horizon/spec/unit/puppet/parser/functions/os_any2array_spec.rb
       
    63 file path=etc/puppet/modules/horizon/templates/local_settings.py.erb
       
    64 #
       
    65 license openstack-horizon.license license="Apache v2.0"
       
    66 
       
    67 # force a dependency on puppetlabs-apache
       
    68 depend type=require fmri=system/management/puppet/puppetlabs-apache
       
    69 
       
    70 # force a dependency on puppetlabs-concat
       
    71 depend type=require fmri=system/management/puppet/puppetlabs-concat
       
    72 
       
    73 # force a dependency on puppet-stdlib
       
    74 depend type=require fmri=system/management/puppet/puppetlabs-stdlib
       
    75 
       
    76 # force a dependency on puppet-memcached
       
    77 depend type=require fmri=system/management/puppet/saz-memcached