diff -r bb11bcf4ebf8 -r e4a26f447d0c components/ruby/puppet-modules/openstack-heat/openstack-heat.p5m --- a/components/ruby/puppet-modules/openstack-heat/openstack-heat.p5m Wed Sep 07 14:48:35 2016 -0700 +++ b/components/ruby/puppet-modules/openstack-heat/openstack-heat.p5m Wed Sep 07 14:48:35 2016 -0700 @@ -20,7 +20,7 @@ # # -# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. # set name=pkg.fmri \ @@ -45,14 +45,21 @@ file path=etc/puppet/modules/heat/Rakefile file path=etc/puppet/modules/heat/checksums.json file path=etc/puppet/modules/heat/examples/site.pp +file path=etc/puppet/modules/heat/lib/puppet/provider/heat_api_paste_ini/ini_setting.rb file path=etc/puppet/modules/heat/lib/puppet/provider/heat_config/ini_setting.rb +file path=etc/puppet/modules/heat/lib/puppet/type/heat_api_paste_ini.rb file path=etc/puppet/modules/heat/lib/puppet/type/heat_config.rb file path=etc/puppet/modules/heat/manifests/api.pp file path=etc/puppet/modules/heat/manifests/api_cfn.pp file path=etc/puppet/modules/heat/manifests/api_cloudwatch.pp file path=etc/puppet/modules/heat/manifests/client.pp +file path=etc/puppet/modules/heat/manifests/config.pp +file path=etc/puppet/modules/heat/manifests/cron/purge_deleted.pp +file path=etc/puppet/modules/heat/manifests/db.pp file path=etc/puppet/modules/heat/manifests/db/mysql.pp file path=etc/puppet/modules/heat/manifests/db/postgresql.pp +file path=etc/puppet/modules/heat/manifests/db/sync.pp +file path=etc/puppet/modules/heat/manifests/deps.pp file path=etc/puppet/modules/heat/manifests/engine.pp file path=etc/puppet/modules/heat/manifests/init.pp file path=etc/puppet/modules/heat/manifests/keystone/auth.pp @@ -62,16 +69,37 @@ file path=etc/puppet/modules/heat/manifests/params.pp file path=etc/puppet/modules/heat/manifests/policy.pp file path=etc/puppet/modules/heat/metadata.json +file path=etc/puppet/modules/heat/releasenotes/notes/api_paste-b94e191896840944.yaml +file path=etc/puppet/modules/heat/releasenotes/notes/crontab_purge-89f321e9cf966933.yaml +file path=etc/puppet/modules/heat/releasenotes/notes/mitaka-dece9d43a565e6cb.yaml +file path=etc/puppet/modules/heat/releasenotes/notes/pymysql-e57bf1f0289dd426.yaml +file path=etc/puppet/modules/heat/releasenotes/notes/remove_qpid-0b446db43fdea617.yaml +file path=etc/puppet/modules/heat/releasenotes/notes/use-reno-1caaec4ba5aa4285.yaml +file path=etc/puppet/modules/heat/releasenotes/notes/versionless-auth-urls-08c741084b9a9040.yaml +file path=etc/puppet/modules/heat/releasenotes/source/_static/.placeholder +file path=etc/puppet/modules/heat/releasenotes/source/conf.py +file path=etc/puppet/modules/heat/releasenotes/source/index.rst +file path=etc/puppet/modules/heat/releasenotes/source/mitaka.rst +file path=etc/puppet/modules/heat/releasenotes/source/unreleased.rst +file path=etc/puppet/modules/heat/setup.cfg +file path=etc/puppet/modules/heat/setup.py file path=etc/puppet/modules/heat/spec/acceptance/basic_heat_spec.rb +file path=etc/puppet/modules/heat/spec/acceptance/nodesets/centos-70-x64.yml file path=etc/puppet/modules/heat/spec/acceptance/nodesets/default.yml file path=etc/puppet/modules/heat/spec/acceptance/nodesets/nodepool-centos7.yml file path=etc/puppet/modules/heat/spec/acceptance/nodesets/nodepool-trusty.yml +file path=etc/puppet/modules/heat/spec/acceptance/nodesets/ubuntu-server-1404-x64.yml file path=etc/puppet/modules/heat/spec/classes/heat_api_cfn_spec.rb file path=etc/puppet/modules/heat/spec/classes/heat_api_cloudwatch_spec.rb file path=etc/puppet/modules/heat/spec/classes/heat_api_spec.rb file path=etc/puppet/modules/heat/spec/classes/heat_client_spec.rb +file path=etc/puppet/modules/heat/spec/classes/heat_config_spec.rb +file path=etc/puppet/modules/heat/spec/classes/heat_cron_purge_deleted_spec.rb file path=etc/puppet/modules/heat/spec/classes/heat_db_mysql_spec.rb file path=etc/puppet/modules/heat/spec/classes/heat_db_postgresql_spec.rb +file path=etc/puppet/modules/heat/spec/classes/heat_db_spec.rb +file path=etc/puppet/modules/heat/spec/classes/heat_db_sync_spec.rb +file path=etc/puppet/modules/heat/spec/classes/heat_deps_spec.rb file path=etc/puppet/modules/heat/spec/classes/heat_engine_spec.rb file path=etc/puppet/modules/heat/spec/classes/heat_init_spec.rb file path=etc/puppet/modules/heat/spec/classes/heat_keystone_auth_cfn_spec.rb @@ -82,6 +110,12 @@ file path=etc/puppet/modules/heat/spec/shared_examples.rb file path=etc/puppet/modules/heat/spec/spec_helper.rb file path=etc/puppet/modules/heat/spec/spec_helper_acceptance.rb +file path=etc/puppet/modules/heat/spec/unit/provider/heat_api_paste_ini/ini_setting_spec.rb +file path=etc/puppet/modules/heat/spec/unit/provider/heat_config/ini_setting_spec.rb +file path=etc/puppet/modules/heat/spec/unit/type/heat_api_paste_ini_spec.rb +file path=etc/puppet/modules/heat/spec/unit/type/heat_config_spec.rb +file path=etc/puppet/modules/heat/test-requirements.txt +file path=etc/puppet/modules/heat/tox.ini # license openstack-heat.license license="Apache v2.0"