components/ruby/puppet-modules/openstack-horizon/openstack-horizon.p5m
changeset 6817 e4a26f447d0c
parent 5464 6e2e17e6aa45
child 7565 48aa82a0931f
equal deleted inserted replaced
6816:bb11bcf4ebf8 6817:e4a26f447d0c
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/system/management/puppet/openstack-horizon@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/system/management/puppet/openstack-horizon@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="OpenStack Horizon Puppet Module"
    28 set name=pkg.summary value="OpenStack Horizon Puppet Module"
    47 file path=etc/puppet/modules/horizon/lib/puppet/parser/functions/os_any2array.rb
    47 file path=etc/puppet/modules/horizon/lib/puppet/parser/functions/os_any2array.rb
    48 file path=etc/puppet/modules/horizon/manifests/init.pp
    48 file path=etc/puppet/modules/horizon/manifests/init.pp
    49 file path=etc/puppet/modules/horizon/manifests/params.pp
    49 file path=etc/puppet/modules/horizon/manifests/params.pp
    50 file path=etc/puppet/modules/horizon/manifests/wsgi/apache.pp
    50 file path=etc/puppet/modules/horizon/manifests/wsgi/apache.pp
    51 file path=etc/puppet/modules/horizon/metadata.json
    51 file path=etc/puppet/modules/horizon/metadata.json
       
    52 file path=etc/puppet/modules/horizon/releasenotes/notes/apache_ports-5d0eb0ca775ad7d1.yaml
       
    53 file path=etc/puppet/modules/horizon/releasenotes/notes/horizon_django_cache_compress_ubuntu-e1807c69e52048fd.yaml
       
    54 file path=etc/puppet/modules/horizon/releasenotes/notes/keystone_v3-d381e37592d3b29b.yaml
       
    55 file path=etc/puppet/modules/horizon/releasenotes/notes/mitaka-dece9d43a565e6cb.yaml
       
    56 file path=etc/puppet/modules/horizon/releasenotes/notes/remove_lesscpy-b4b677de57351078.yaml
       
    57 file path=etc/puppet/modules/horizon/releasenotes/notes/root_url-cede3a4a7ecafdf9.yaml
       
    58 file path=etc/puppet/modules/horizon/releasenotes/notes/trigger_collectstatic-fb465ebec48b3bc7.yaml
       
    59 file path=etc/puppet/modules/horizon/releasenotes/notes/update_local_settings_mitaka-f182327ce660fda0.yaml
       
    60 file path=etc/puppet/modules/horizon/releasenotes/notes/use-reno-1caaec4ba5aa4285.yaml
       
    61 file path=etc/puppet/modules/horizon/releasenotes/source/_static/.placeholder
       
    62 file path=etc/puppet/modules/horizon/releasenotes/source/conf.py
       
    63 file path=etc/puppet/modules/horizon/releasenotes/source/index.rst
       
    64 file path=etc/puppet/modules/horizon/releasenotes/source/mitaka.rst
       
    65 file path=etc/puppet/modules/horizon/releasenotes/source/unreleased.rst
       
    66 file path=etc/puppet/modules/horizon/setup.cfg
       
    67 file path=etc/puppet/modules/horizon/setup.py
    52 file path=etc/puppet/modules/horizon/spec/acceptance/horizon_with_apache_spec.rb
    68 file path=etc/puppet/modules/horizon/spec/acceptance/horizon_with_apache_spec.rb
       
    69 file path=etc/puppet/modules/horizon/spec/acceptance/nodesets/centos-70-x64.yml
    53 file path=etc/puppet/modules/horizon/spec/acceptance/nodesets/default.yml
    70 file path=etc/puppet/modules/horizon/spec/acceptance/nodesets/default.yml
    54 file path=etc/puppet/modules/horizon/spec/acceptance/nodesets/nodepool-centos7.yml
    71 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
    72 file path=etc/puppet/modules/horizon/spec/acceptance/nodesets/nodepool-trusty.yml
       
    73 file path=etc/puppet/modules/horizon/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml
    56 file path=etc/puppet/modules/horizon/spec/classes/horizon_init_spec.rb
    74 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
    75 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
    76 file path=etc/puppet/modules/horizon/spec/shared_examples.rb
    60 file path=etc/puppet/modules/horizon/spec/spec_helper.rb
    77 file path=etc/puppet/modules/horizon/spec/spec_helper.rb
    61 file path=etc/puppet/modules/horizon/spec/spec_helper_acceptance.rb
    78 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
    79 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
    80 file path=etc/puppet/modules/horizon/templates/local_settings.py.erb
       
    81 file path=etc/puppet/modules/horizon/test-requirements.txt
       
    82 file path=etc/puppet/modules/horizon/tox.ini
    64 #
    83 #
    65 license openstack-horizon.license license="Apache v2.0"
    84 license openstack-horizon.license license="Apache v2.0"
    66 
    85 
    67 # force a dependency on puppetlabs-apache
    86 # force a dependency on puppetlabs-apache
    68 depend type=require fmri=system/management/puppet/puppetlabs-apache
    87 depend type=require fmri=system/management/puppet/puppetlabs-apache
    69 
    88 
    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
    89 # force a dependency on puppet-stdlib
    74 depend type=require fmri=system/management/puppet/puppetlabs-stdlib
    90 depend type=require fmri=system/management/puppet/puppetlabs-stdlib
    75 
    91 
    76 # force a dependency on puppet-memcached
    92 # force a dependency on puppet-memcached
    77 depend type=require fmri=system/management/puppet/saz-memcached
    93 depend type=require fmri=system/management/puppet/saz-memcached