├── .gitignore ├── .gitreview ├── .pdkignore ├── .zuul.yaml ├── CHANGELOG.md ├── CONTRIBUTING.rst ├── Gemfile ├── LICENSE ├── README.md ├── Rakefile ├── bindep.txt ├── doc └── requirements.txt ├── examples └── site.pp ├── lib └── puppet │ ├── provider │ ├── gnocchi_api_paste_ini │ │ └── ini_setting.rb │ ├── gnocchi_api_uwsgi_config │ │ └── ini_setting.rb │ └── gnocchi_config │ │ └── openstackconfig.rb │ └── type │ ├── gnocchi_api_paste_ini.rb │ ├── gnocchi_api_uwsgi_config.rb │ └── gnocchi_config.rb ├── manifests ├── api.pp ├── client.pp ├── config.pp ├── cors.pp ├── db.pp ├── db │ ├── mysql.pp │ ├── postgresql.pp │ └── sync.pp ├── deps.pp ├── healthcheck.pp ├── init.pp ├── keystone │ ├── auth.pp │ └── authtoken.pp ├── logging.pp ├── metricd.pp ├── params.pp ├── policy.pp ├── statsd.pp ├── storage.pp ├── storage │ ├── ceph.pp │ ├── file.pp │ ├── incoming │ │ ├── file.pp │ │ └── redis.pp │ ├── s3.pp │ └── swift.pp └── wsgi │ ├── apache.pp │ └── uwsgi.pp ├── metadata.json ├── releasenotes ├── notes │ ├── Adds-enable-proxy-header-parsing-3f3da693df01b5ec.yaml │ ├── access_log_env_var-60037442d322f7e8.yaml │ ├── add-log_file-for-logging-b978d0ad122b36ed.yaml │ ├── add-metric-delay-c4b5db22171d9165.yaml │ ├── add-metricd-processing-delay-76c234b0727f092a.yaml │ ├── add-middlewares-configuration-fdb6048123cc848f.yaml │ ├── add-openstackclient-client-ab8c46a274ff4349.yaml │ ├── add-s3-driver-c73d167c81a8b33c.yaml │ ├── add-sync_db-to-gnocchi-db-class-d3fed198a27b15e0.yaml │ ├── add-use_journal-option-for-logging-8c99500f64320163.yaml │ ├── add_db_sync_timeout-8363be2e21ddc1e8.yaml │ ├── add_watch_log_file-option-89d790e542d4d081.yaml │ ├── added_python_rados_package-0427154d398c9d75.yaml │ ├── apache-headers-0091ba375bd625f6.yaml │ ├── api-operation_timeout-909cae1732afee42.yaml │ ├── api-paste_config-590218f4261661c7.yaml │ ├── api_paste-b94e191896840944.yaml │ ├── api_paste_ini-separator-3e39be7a841c71ad.yaml │ ├── authtoken-c0b1d26fc3156482.yaml │ ├── authtoken_manage_memcache_package-a83630efd64e36a0.yaml │ ├── centos-9-support-bde5553b64716c60.yaml │ ├── ceph_secret-8e8fbccd416b0883.yaml │ ├── ceph_timeout-770ca9c5ff60a976.yaml │ ├── client-04f70664e363425c.yaml │ ├── config-api-paste_ini-7ce01cbf1b62d666.yaml │ ├── configure_service-7f4d0478b7e74711.yaml │ ├── coordination-package-params-44a361cea767ec76.yaml │ ├── cradox-e10fb8c46ec2935a.yaml │ ├── db_upgrade-2eff712611fa34ba.yaml │ ├── default-metricd-to-safer-value-529c85e617105424.yaml │ ├── deprecate-api-middlewares-20287ca86b384799.yaml │ ├── deprecate-gnocchi-database_connection-65d47012e2bd0579.yaml │ ├── deprecate-oslo-log-params-12ed30a5db0e5baf.yaml │ ├── deprecate-storage-options-bff9a8cde960a8bc.yaml │ ├── deprecate-watch_log_file-f29924b2bcb809f1.yaml │ ├── deprecate_auth_uri_parameter-91324d12d87e4618.yaml │ ├── deprecate_ensure_package_parameter-8a3583e991345fd3.yaml │ ├── deprecate_pki_related_parameters-8d707b64e754d061.yaml │ ├── deprecate_revocation_cache_time_parameter-f2b545e59754e5ba.yaml │ ├── deprecate_signing_dir_parameter-6135a83f34551ef9.yaml │ ├── deprecate_statsd_options-87315a345ef19816.yaml │ ├── deprecated-manage-cradox-6a4052d270c5180e.yaml │ ├── disable-apache-ssl-c2c62907caa34749.yaml │ ├── dont-include-logging-init-46f9d159f3456994.yaml │ ├── drop-fedora-2a73195edf824a0f.yaml │ ├── drop-influxdb-classes-d2e4d3d02290ce9d.yaml │ ├── drop_qpid-1774ee36bab4e8e9.yaml │ ├── external_install_mgmt_hook-6717235a692f234d.yaml │ ├── file-incoming-driver-166fa94e9253781e.yaml │ ├── fix-s3-and-install-boto3-49991c1b453c2168.yaml │ ├── gnocchi-api-deprecated-options-782e19fefaff5f5f.yaml │ ├── gnocchi-api-remove-deprecated-host-port-workers-8bbe2e5ddf6b7072.yaml │ ├── hc-enable_by_file_paths-40231ad5bbc4ae0f.yaml │ ├── healthcheck-0465f924bd2f4dbe.yaml │ ├── healthcheck-allowed_source_ranges-b1c11b198c0ad1b9.yaml │ ├── healthcheck-ignore_proxied_requests-7922bce837a45541.yaml │ ├── httpd-logs-piped-syslog-96f86098dbfb38cc.yaml │ ├── influxdb-889413086f27c7e4.yaml │ ├── install-redis-ded395c27ee7dfc3.yaml │ ├── keystone-auth-name-c23eaad41284ac43.yaml │ ├── keystone-authtoken-interface-c06d43b518a9dd80.yaml │ ├── keystone-authtoken-service_type-4a4662738bfc44c9.yaml │ ├── keystone_auth-557bfe055fd9101d.yaml │ ├── log-json-514a919eec6e2b8e.yaml │ ├── max_request_body_size-99d457dd976374cc.yaml │ ├── metricd-dd917b15aa827654.yaml │ ├── metricd-opts-78c846cee9222e7d.yaml │ ├── metricd_workers-6fe3da8ec2927909.yaml │ ├── migrate-policy-format-from-json-to-yaml-790e4f7ef2d7e68c.yaml │ ├── openstack_db_tag-8b0893929fcd6617.yaml │ ├── os_workers_for_worker_count-3517788058682645.yaml │ ├── oslo-db-options-1af29036e647d8c9.yaml │ ├── oslo_policy-enforce_scope-3cf4ea69a6f5a91f.yaml │ ├── policy-dirs-3a09b80e991f9745.yaml │ ├── policy-enforce_new_defaults-f33654b6eb02c4f2.yaml │ ├── policy_default_rule-c2f38a50dc3f2636.yaml │ ├── policy_purge_config-842778b72b5916f8.yaml │ ├── prepare-to-change-apache-ssl-95eb9428664d7a5b.yaml │ ├── puppet-8-9f211baa0b2cbb0e.yaml │ ├── puppet4-mysql-func-4d364d08e159b230.yaml │ ├── pymysql-e57bf1f0289dd426.yaml │ ├── release-note-ubuntu-py3-4f70daa32cd6f04e.yaml │ ├── remove-api-middleware-298f14aedeb92362.yaml │ ├── remove-api-paste-712235bf18a47855.yaml │ ├── remove-auth-uri-b751d103ac62f67d.yaml │ ├── remove-centos-8-7bc984364b2c1250.yaml │ ├── remove-deprecated-db-init-62110da4e2d86881.yaml │ ├── remove-manage-cradox-72d292874c5fb286.yaml │ ├── remove-metricd-cleanup_delay-7cfd91487f8d4c43.yaml │ ├── remove-puppet-6-f6f8cef93b77dc20.yaml │ ├── remove-puppet-7-a31b45db5d92d3cf.yaml │ ├── remove-storage-options-22a1f994f8713794.yaml │ ├── remove-swift-auth_tenant_name-32010b83e506b70c.yaml │ ├── remove-watch_log_file-2be7a59d3036fddb.yaml │ ├── remove_deprecated_ensure_package_option-b6afaafe8e6bf9fd.yaml │ ├── remove_deprecated_keystone_revocation_cache_time_option-8a0d0250946f08bf.yaml │ ├── remove_deprecated_keystone_signing_dir_option-9910df26a9798db6.yaml │ ├── remove_deprecated_logging_options-7601c56e6cc49f3c.yaml │ ├── remove_deprecated_pki_related_options-8d7fe0e0c58fc48e.yaml │ ├── remove_old_authtoken_options-2ea2763a69ea5f76.yaml │ ├── remove_verbose-6f796fb4c2fde1e3.yaml │ ├── rspec-puppet-facts-ee600fc22f33e93f.yaml │ ├── service-role-aed93e7a3d31aa16.yaml │ ├── service_token_roles-9955b67a04160949.yaml │ ├── service_token_roles_required-a35dbab612e8d796.yaml │ ├── statsd-creator-4dd4b95ac66cef5a.yaml │ ├── statsd-flush_delay-optional-e1aa6d8aac600191.yaml │ ├── statsd-host-and-port-57b290e8dd57ed6f.yaml │ ├── storage-ceph-package_ensure-36b77ea422e5c628.yaml │ ├── storage-swift-keystone-v3-params-e07787e87f7999fc.yaml │ ├── storage-swift_project_name-5c00b6eea8e4b009.yaml │ ├── swift-opts-57734ccd24e882f1.yaml │ ├── swift_container_prefix-ea1aaa526fbd2a54.yaml │ ├── swift_url-3feab33b2246e581.yaml │ ├── switch_to_oslo-3eef147d9c6214e8.yaml │ ├── system_scope-keystone-dfb7566a1f8b1eab.yaml │ ├── tune-workers-and-thread-defaults-8eaabb88ae5a7d79.yaml │ ├── ubuntu-jammy-3786c2e486535113.yaml │ ├── ubuntu-noble-f02beb5b1e030d06.yaml │ ├── use-reno-1caaec4ba5aa4285.yaml │ ├── uwsgi-55ad851a66baa5e9.yaml │ ├── verbose-deprecation-586c044e066c05d9.yaml │ └── wsgi_process_options-c96a71aca0c2e1e5.yaml └── source │ ├── 2023.1.rst │ ├── 2023.2.rst │ ├── 2024.1.rst │ ├── 2024.2.rst │ ├── 2025.1.rst │ ├── 2025.2.rst │ ├── _static │ └── .placeholder │ ├── conf.py │ ├── index.rst │ ├── mitaka.rst │ ├── newton.rst │ ├── ocata.rst │ ├── pike.rst │ ├── queens.rst │ ├── rocky.rst │ ├── stein.rst │ ├── train.rst │ ├── unreleased.rst │ ├── ussuri.rst │ ├── victoria.rst │ ├── wallaby.rst │ ├── xena.rst │ ├── yoga.rst │ └── zed.rst ├── spec ├── acceptance │ ├── 10_basic_gnocchi_spec.rb │ └── 99_gnocchi_config_spec.rb ├── classes │ ├── gnocchi_api_spec.rb │ ├── gnocchi_client_spec.rb │ ├── gnocchi_config_spec.rb │ ├── gnocchi_cors_spec.rb │ ├── gnocchi_db_mysql_spec.rb │ ├── gnocchi_db_postgresql_spec.rb │ ├── gnocchi_db_spec.rb │ ├── gnocchi_db_sync_spec.rb │ ├── gnocchi_healthcheck_spec.rb │ ├── gnocchi_init_spec.rb │ ├── gnocchi_keystone_auth_spec.rb │ ├── gnocchi_keystone_authtoken_spec.rb │ ├── gnocchi_logging_spec.rb │ ├── gnocchi_metricd_spec.rb │ ├── gnocchi_policy_spec.rb │ ├── gnocchi_statsd_spec.rb │ ├── gnocchi_storage_ceph_spec.rb │ ├── gnocchi_storage_file_spec.rb │ ├── gnocchi_storage_incoming_file_spec.rb │ ├── gnocchi_storage_incoming_redis_spec.rb │ ├── gnocchi_storage_s3_spec.rb │ ├── gnocchi_storage_spec.rb │ ├── gnocchi_storage_swift_spec.rb │ ├── gnocchi_wsgi_apache_spec.rb │ └── gnocchi_wsgi_uwsgi_spec.rb ├── shared_examples.rb ├── spec_helper.rb ├── spec_helper_acceptance.rb └── unit │ ├── provider │ ├── gnocchi_api_paste_ini │ │ └── ini_setting_spec.rb │ ├── gnocchi_api_uwsgi_config │ │ └── ini_setting_spec.rb │ └── gnocchi_config │ │ └── openstackconfig_spec.rb │ └── type │ ├── gnocchi_api_paste_ini_spec.rb │ ├── gnocchi_api_uwsgi_config_spec.rb │ └── gnocchi_config_spec.rb └── tox.ini /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitreview: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/.gitreview -------------------------------------------------------------------------------- /.pdkignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/.pdkignore -------------------------------------------------------------------------------- /.zuul.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/.zuul.yaml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/CONTRIBUTING.rst -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/Gemfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- 1 | require 'puppet-openstack_spec_helper/rake_tasks' 2 | -------------------------------------------------------------------------------- /bindep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/bindep.txt -------------------------------------------------------------------------------- /doc/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/doc/requirements.txt -------------------------------------------------------------------------------- /examples/site.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/examples/site.pp -------------------------------------------------------------------------------- /lib/puppet/provider/gnocchi_api_paste_ini/ini_setting.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/lib/puppet/provider/gnocchi_api_paste_ini/ini_setting.rb -------------------------------------------------------------------------------- /lib/puppet/provider/gnocchi_api_uwsgi_config/ini_setting.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/lib/puppet/provider/gnocchi_api_uwsgi_config/ini_setting.rb -------------------------------------------------------------------------------- /lib/puppet/provider/gnocchi_config/openstackconfig.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/lib/puppet/provider/gnocchi_config/openstackconfig.rb -------------------------------------------------------------------------------- /lib/puppet/type/gnocchi_api_paste_ini.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/lib/puppet/type/gnocchi_api_paste_ini.rb -------------------------------------------------------------------------------- /lib/puppet/type/gnocchi_api_uwsgi_config.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/lib/puppet/type/gnocchi_api_uwsgi_config.rb -------------------------------------------------------------------------------- /lib/puppet/type/gnocchi_config.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/lib/puppet/type/gnocchi_config.rb -------------------------------------------------------------------------------- /manifests/api.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/api.pp -------------------------------------------------------------------------------- /manifests/client.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/client.pp -------------------------------------------------------------------------------- /manifests/config.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/config.pp -------------------------------------------------------------------------------- /manifests/cors.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/cors.pp -------------------------------------------------------------------------------- /manifests/db.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/db.pp -------------------------------------------------------------------------------- /manifests/db/mysql.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/db/mysql.pp -------------------------------------------------------------------------------- /manifests/db/postgresql.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/db/postgresql.pp -------------------------------------------------------------------------------- /manifests/db/sync.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/db/sync.pp -------------------------------------------------------------------------------- /manifests/deps.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/deps.pp -------------------------------------------------------------------------------- /manifests/healthcheck.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/healthcheck.pp -------------------------------------------------------------------------------- /manifests/init.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/init.pp -------------------------------------------------------------------------------- /manifests/keystone/auth.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/keystone/auth.pp -------------------------------------------------------------------------------- /manifests/keystone/authtoken.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/keystone/authtoken.pp -------------------------------------------------------------------------------- /manifests/logging.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/logging.pp -------------------------------------------------------------------------------- /manifests/metricd.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/metricd.pp -------------------------------------------------------------------------------- /manifests/params.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/params.pp -------------------------------------------------------------------------------- /manifests/policy.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/policy.pp -------------------------------------------------------------------------------- /manifests/statsd.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/statsd.pp -------------------------------------------------------------------------------- /manifests/storage.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/storage.pp -------------------------------------------------------------------------------- /manifests/storage/ceph.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/storage/ceph.pp -------------------------------------------------------------------------------- /manifests/storage/file.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/storage/file.pp -------------------------------------------------------------------------------- /manifests/storage/incoming/file.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/storage/incoming/file.pp -------------------------------------------------------------------------------- /manifests/storage/incoming/redis.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/storage/incoming/redis.pp -------------------------------------------------------------------------------- /manifests/storage/s3.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/storage/s3.pp -------------------------------------------------------------------------------- /manifests/storage/swift.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/storage/swift.pp -------------------------------------------------------------------------------- /manifests/wsgi/apache.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/wsgi/apache.pp -------------------------------------------------------------------------------- /manifests/wsgi/uwsgi.pp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/manifests/wsgi/uwsgi.pp -------------------------------------------------------------------------------- /metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/metadata.json -------------------------------------------------------------------------------- /releasenotes/notes/Adds-enable-proxy-header-parsing-3f3da693df01b5ec.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/Adds-enable-proxy-header-parsing-3f3da693df01b5ec.yaml -------------------------------------------------------------------------------- /releasenotes/notes/access_log_env_var-60037442d322f7e8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/access_log_env_var-60037442d322f7e8.yaml -------------------------------------------------------------------------------- /releasenotes/notes/add-log_file-for-logging-b978d0ad122b36ed.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/add-log_file-for-logging-b978d0ad122b36ed.yaml -------------------------------------------------------------------------------- /releasenotes/notes/add-metric-delay-c4b5db22171d9165.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | fixes: 3 | - Expose metric processing delay param. 4 | -------------------------------------------------------------------------------- /releasenotes/notes/add-metricd-processing-delay-76c234b0727f092a.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/add-metricd-processing-delay-76c234b0727f092a.yaml -------------------------------------------------------------------------------- /releasenotes/notes/add-middlewares-configuration-fdb6048123cc848f.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/add-middlewares-configuration-fdb6048123cc848f.yaml -------------------------------------------------------------------------------- /releasenotes/notes/add-openstackclient-client-ab8c46a274ff4349.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/add-openstackclient-client-ab8c46a274ff4349.yaml -------------------------------------------------------------------------------- /releasenotes/notes/add-s3-driver-c73d167c81a8b33c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | fixes: 3 | - | 4 | Add gnocchi S3 storage driver 5 | -------------------------------------------------------------------------------- /releasenotes/notes/add-sync_db-to-gnocchi-db-class-d3fed198a27b15e0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/add-sync_db-to-gnocchi-db-class-d3fed198a27b15e0.yaml -------------------------------------------------------------------------------- /releasenotes/notes/add-use_journal-option-for-logging-8c99500f64320163.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/add-use_journal-option-for-logging-8c99500f64320163.yaml -------------------------------------------------------------------------------- /releasenotes/notes/add_db_sync_timeout-8363be2e21ddc1e8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/add_db_sync_timeout-8363be2e21ddc1e8.yaml -------------------------------------------------------------------------------- /releasenotes/notes/add_watch_log_file-option-89d790e542d4d081.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/add_watch_log_file-option-89d790e542d4d081.yaml -------------------------------------------------------------------------------- /releasenotes/notes/added_python_rados_package-0427154d398c9d75.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/added_python_rados_package-0427154d398c9d75.yaml -------------------------------------------------------------------------------- /releasenotes/notes/apache-headers-0091ba375bd625f6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/apache-headers-0091ba375bd625f6.yaml -------------------------------------------------------------------------------- /releasenotes/notes/api-operation_timeout-909cae1732afee42.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/api-operation_timeout-909cae1732afee42.yaml -------------------------------------------------------------------------------- /releasenotes/notes/api-paste_config-590218f4261661c7.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/api-paste_config-590218f4261661c7.yaml -------------------------------------------------------------------------------- /releasenotes/notes/api_paste-b94e191896840944.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | features: 3 | - Add api_paste type/provider. 4 | -------------------------------------------------------------------------------- /releasenotes/notes/api_paste_ini-separator-3e39be7a841c71ad.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/api_paste_ini-separator-3e39be7a841c71ad.yaml -------------------------------------------------------------------------------- /releasenotes/notes/authtoken-c0b1d26fc3156482.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/authtoken-c0b1d26fc3156482.yaml -------------------------------------------------------------------------------- /releasenotes/notes/authtoken_manage_memcache_package-a83630efd64e36a0.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/authtoken_manage_memcache_package-a83630efd64e36a0.yaml -------------------------------------------------------------------------------- /releasenotes/notes/centos-9-support-bde5553b64716c60.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/centos-9-support-bde5553b64716c60.yaml -------------------------------------------------------------------------------- /releasenotes/notes/ceph_secret-8e8fbccd416b0883.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/ceph_secret-8e8fbccd416b0883.yaml -------------------------------------------------------------------------------- /releasenotes/notes/ceph_timeout-770ca9c5ff60a976.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/ceph_timeout-770ca9c5ff60a976.yaml -------------------------------------------------------------------------------- /releasenotes/notes/client-04f70664e363425c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | features: 3 | - Implement ::gnocchi::client. 4 | -------------------------------------------------------------------------------- /releasenotes/notes/config-api-paste_ini-7ce01cbf1b62d666.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/config-api-paste_ini-7ce01cbf1b62d666.yaml -------------------------------------------------------------------------------- /releasenotes/notes/configure_service-7f4d0478b7e74711.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/configure_service-7f4d0478b7e74711.yaml -------------------------------------------------------------------------------- /releasenotes/notes/coordination-package-params-44a361cea767ec76.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/coordination-package-params-44a361cea767ec76.yaml -------------------------------------------------------------------------------- /releasenotes/notes/cradox-e10fb8c46ec2935a.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/cradox-e10fb8c46ec2935a.yaml -------------------------------------------------------------------------------- /releasenotes/notes/db_upgrade-2eff712611fa34ba.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/db_upgrade-2eff712611fa34ba.yaml -------------------------------------------------------------------------------- /releasenotes/notes/default-metricd-to-safer-value-529c85e617105424.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/default-metricd-to-safer-value-529c85e617105424.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate-api-middlewares-20287ca86b384799.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate-api-middlewares-20287ca86b384799.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate-gnocchi-database_connection-65d47012e2bd0579.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate-gnocchi-database_connection-65d47012e2bd0579.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate-oslo-log-params-12ed30a5db0e5baf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate-oslo-log-params-12ed30a5db0e5baf.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate-storage-options-bff9a8cde960a8bc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate-storage-options-bff9a8cde960a8bc.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate-watch_log_file-f29924b2bcb809f1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate-watch_log_file-f29924b2bcb809f1.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate_auth_uri_parameter-91324d12d87e4618.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate_auth_uri_parameter-91324d12d87e4618.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate_ensure_package_parameter-8a3583e991345fd3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate_ensure_package_parameter-8a3583e991345fd3.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate_pki_related_parameters-8d707b64e754d061.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate_pki_related_parameters-8d707b64e754d061.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate_revocation_cache_time_parameter-f2b545e59754e5ba.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate_revocation_cache_time_parameter-f2b545e59754e5ba.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate_signing_dir_parameter-6135a83f34551ef9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate_signing_dir_parameter-6135a83f34551ef9.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecate_statsd_options-87315a345ef19816.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecate_statsd_options-87315a345ef19816.yaml -------------------------------------------------------------------------------- /releasenotes/notes/deprecated-manage-cradox-6a4052d270c5180e.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/deprecated-manage-cradox-6a4052d270c5180e.yaml -------------------------------------------------------------------------------- /releasenotes/notes/disable-apache-ssl-c2c62907caa34749.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/disable-apache-ssl-c2c62907caa34749.yaml -------------------------------------------------------------------------------- /releasenotes/notes/dont-include-logging-init-46f9d159f3456994.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/dont-include-logging-init-46f9d159f3456994.yaml -------------------------------------------------------------------------------- /releasenotes/notes/drop-fedora-2a73195edf824a0f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | upgrade: 3 | - | 4 | Fedora is no longer supported. 5 | -------------------------------------------------------------------------------- /releasenotes/notes/drop-influxdb-classes-d2e4d3d02290ce9d.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/drop-influxdb-classes-d2e4d3d02290ce9d.yaml -------------------------------------------------------------------------------- /releasenotes/notes/drop_qpid-1774ee36bab4e8e9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/drop_qpid-1774ee36bab4e8e9.yaml -------------------------------------------------------------------------------- /releasenotes/notes/external_install_mgmt_hook-6717235a692f234d.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/external_install_mgmt_hook-6717235a692f234d.yaml -------------------------------------------------------------------------------- /releasenotes/notes/file-incoming-driver-166fa94e9253781e.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/file-incoming-driver-166fa94e9253781e.yaml -------------------------------------------------------------------------------- /releasenotes/notes/fix-s3-and-install-boto3-49991c1b453c2168.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/fix-s3-and-install-boto3-49991c1b453c2168.yaml -------------------------------------------------------------------------------- /releasenotes/notes/gnocchi-api-deprecated-options-782e19fefaff5f5f.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/gnocchi-api-deprecated-options-782e19fefaff5f5f.yaml -------------------------------------------------------------------------------- /releasenotes/notes/gnocchi-api-remove-deprecated-host-port-workers-8bbe2e5ddf6b7072.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/gnocchi-api-remove-deprecated-host-port-workers-8bbe2e5ddf6b7072.yaml -------------------------------------------------------------------------------- /releasenotes/notes/hc-enable_by_file_paths-40231ad5bbc4ae0f.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/hc-enable_by_file_paths-40231ad5bbc4ae0f.yaml -------------------------------------------------------------------------------- /releasenotes/notes/healthcheck-0465f924bd2f4dbe.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/healthcheck-0465f924bd2f4dbe.yaml -------------------------------------------------------------------------------- /releasenotes/notes/healthcheck-allowed_source_ranges-b1c11b198c0ad1b9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/healthcheck-allowed_source_ranges-b1c11b198c0ad1b9.yaml -------------------------------------------------------------------------------- /releasenotes/notes/healthcheck-ignore_proxied_requests-7922bce837a45541.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/healthcheck-ignore_proxied_requests-7922bce837a45541.yaml -------------------------------------------------------------------------------- /releasenotes/notes/httpd-logs-piped-syslog-96f86098dbfb38cc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/httpd-logs-piped-syslog-96f86098dbfb38cc.yaml -------------------------------------------------------------------------------- /releasenotes/notes/influxdb-889413086f27c7e4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | features: 3 | - Add Influxdb as a backend storage. 4 | -------------------------------------------------------------------------------- /releasenotes/notes/install-redis-ded395c27ee7dfc3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/install-redis-ded395c27ee7dfc3.yaml -------------------------------------------------------------------------------- /releasenotes/notes/keystone-auth-name-c23eaad41284ac43.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/keystone-auth-name-c23eaad41284ac43.yaml -------------------------------------------------------------------------------- /releasenotes/notes/keystone-authtoken-interface-c06d43b518a9dd80.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/keystone-authtoken-interface-c06d43b518a9dd80.yaml -------------------------------------------------------------------------------- /releasenotes/notes/keystone-authtoken-service_type-4a4662738bfc44c9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/keystone-authtoken-service_type-4a4662738bfc44c9.yaml -------------------------------------------------------------------------------- /releasenotes/notes/keystone_auth-557bfe055fd9101d.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/keystone_auth-557bfe055fd9101d.yaml -------------------------------------------------------------------------------- /releasenotes/notes/log-json-514a919eec6e2b8e.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/log-json-514a919eec6e2b8e.yaml -------------------------------------------------------------------------------- /releasenotes/notes/max_request_body_size-99d457dd976374cc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/max_request_body_size-99d457dd976374cc.yaml -------------------------------------------------------------------------------- /releasenotes/notes/metricd-dd917b15aa827654.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | features: 3 | - Add metricd service support. 4 | -------------------------------------------------------------------------------- /releasenotes/notes/metricd-opts-78c846cee9222e7d.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/metricd-opts-78c846cee9222e7d.yaml -------------------------------------------------------------------------------- /releasenotes/notes/metricd_workers-6fe3da8ec2927909.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/metricd_workers-6fe3da8ec2927909.yaml -------------------------------------------------------------------------------- /releasenotes/notes/migrate-policy-format-from-json-to-yaml-790e4f7ef2d7e68c.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/migrate-policy-format-from-json-to-yaml-790e4f7ef2d7e68c.yaml -------------------------------------------------------------------------------- /releasenotes/notes/openstack_db_tag-8b0893929fcd6617.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | features: 3 | - Add openstack-db tag to Exec that run db-sync. 4 | -------------------------------------------------------------------------------- /releasenotes/notes/os_workers_for_worker_count-3517788058682645.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/os_workers_for_worker_count-3517788058682645.yaml -------------------------------------------------------------------------------- /releasenotes/notes/oslo-db-options-1af29036e647d8c9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/oslo-db-options-1af29036e647d8c9.yaml -------------------------------------------------------------------------------- /releasenotes/notes/oslo_policy-enforce_scope-3cf4ea69a6f5a91f.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/oslo_policy-enforce_scope-3cf4ea69a6f5a91f.yaml -------------------------------------------------------------------------------- /releasenotes/notes/policy-dirs-3a09b80e991f9745.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/policy-dirs-3a09b80e991f9745.yaml -------------------------------------------------------------------------------- /releasenotes/notes/policy-enforce_new_defaults-f33654b6eb02c4f2.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/policy-enforce_new_defaults-f33654b6eb02c4f2.yaml -------------------------------------------------------------------------------- /releasenotes/notes/policy_default_rule-c2f38a50dc3f2636.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/policy_default_rule-c2f38a50dc3f2636.yaml -------------------------------------------------------------------------------- /releasenotes/notes/policy_purge_config-842778b72b5916f8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/policy_purge_config-842778b72b5916f8.yaml -------------------------------------------------------------------------------- /releasenotes/notes/prepare-to-change-apache-ssl-95eb9428664d7a5b.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/prepare-to-change-apache-ssl-95eb9428664d7a5b.yaml -------------------------------------------------------------------------------- /releasenotes/notes/puppet-8-9f211baa0b2cbb0e.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/puppet-8-9f211baa0b2cbb0e.yaml -------------------------------------------------------------------------------- /releasenotes/notes/puppet4-mysql-func-4d364d08e159b230.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/puppet4-mysql-func-4d364d08e159b230.yaml -------------------------------------------------------------------------------- /releasenotes/notes/pymysql-e57bf1f0289dd426.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/pymysql-e57bf1f0289dd426.yaml -------------------------------------------------------------------------------- /releasenotes/notes/release-note-ubuntu-py3-4f70daa32cd6f04e.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/release-note-ubuntu-py3-4f70daa32cd6f04e.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-api-middleware-298f14aedeb92362.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-api-middleware-298f14aedeb92362.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-api-paste-712235bf18a47855.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-api-paste-712235bf18a47855.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-auth-uri-b751d103ac62f67d.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-auth-uri-b751d103ac62f67d.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-centos-8-7bc984364b2c1250.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-centos-8-7bc984364b2c1250.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-deprecated-db-init-62110da4e2d86881.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-deprecated-db-init-62110da4e2d86881.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-manage-cradox-72d292874c5fb286.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-manage-cradox-72d292874c5fb286.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-metricd-cleanup_delay-7cfd91487f8d4c43.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-metricd-cleanup_delay-7cfd91487f8d4c43.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-puppet-6-f6f8cef93b77dc20.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-puppet-6-f6f8cef93b77dc20.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-puppet-7-a31b45db5d92d3cf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-puppet-7-a31b45db5d92d3cf.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-storage-options-22a1f994f8713794.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-storage-options-22a1f994f8713794.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-swift-auth_tenant_name-32010b83e506b70c.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-swift-auth_tenant_name-32010b83e506b70c.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove-watch_log_file-2be7a59d3036fddb.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove-watch_log_file-2be7a59d3036fddb.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove_deprecated_ensure_package_option-b6afaafe8e6bf9fd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove_deprecated_ensure_package_option-b6afaafe8e6bf9fd.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove_deprecated_keystone_revocation_cache_time_option-8a0d0250946f08bf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove_deprecated_keystone_revocation_cache_time_option-8a0d0250946f08bf.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove_deprecated_keystone_signing_dir_option-9910df26a9798db6.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove_deprecated_keystone_signing_dir_option-9910df26a9798db6.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove_deprecated_logging_options-7601c56e6cc49f3c.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove_deprecated_logging_options-7601c56e6cc49f3c.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove_deprecated_pki_related_options-8d7fe0e0c58fc48e.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove_deprecated_pki_related_options-8d7fe0e0c58fc48e.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove_old_authtoken_options-2ea2763a69ea5f76.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove_old_authtoken_options-2ea2763a69ea5f76.yaml -------------------------------------------------------------------------------- /releasenotes/notes/remove_verbose-6f796fb4c2fde1e3.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/remove_verbose-6f796fb4c2fde1e3.yaml -------------------------------------------------------------------------------- /releasenotes/notes/rspec-puppet-facts-ee600fc22f33e93f.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/rspec-puppet-facts-ee600fc22f33e93f.yaml -------------------------------------------------------------------------------- /releasenotes/notes/service-role-aed93e7a3d31aa16.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/service-role-aed93e7a3d31aa16.yaml -------------------------------------------------------------------------------- /releasenotes/notes/service_token_roles-9955b67a04160949.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/service_token_roles-9955b67a04160949.yaml -------------------------------------------------------------------------------- /releasenotes/notes/service_token_roles_required-a35dbab612e8d796.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/service_token_roles_required-a35dbab612e8d796.yaml -------------------------------------------------------------------------------- /releasenotes/notes/statsd-creator-4dd4b95ac66cef5a.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/statsd-creator-4dd4b95ac66cef5a.yaml -------------------------------------------------------------------------------- /releasenotes/notes/statsd-flush_delay-optional-e1aa6d8aac600191.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/statsd-flush_delay-optional-e1aa6d8aac600191.yaml -------------------------------------------------------------------------------- /releasenotes/notes/statsd-host-and-port-57b290e8dd57ed6f.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/statsd-host-and-port-57b290e8dd57ed6f.yaml -------------------------------------------------------------------------------- /releasenotes/notes/storage-ceph-package_ensure-36b77ea422e5c628.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/storage-ceph-package_ensure-36b77ea422e5c628.yaml -------------------------------------------------------------------------------- /releasenotes/notes/storage-swift-keystone-v3-params-e07787e87f7999fc.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/storage-swift-keystone-v3-params-e07787e87f7999fc.yaml -------------------------------------------------------------------------------- /releasenotes/notes/storage-swift_project_name-5c00b6eea8e4b009.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/storage-swift_project_name-5c00b6eea8e4b009.yaml -------------------------------------------------------------------------------- /releasenotes/notes/swift-opts-57734ccd24e882f1.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/swift-opts-57734ccd24e882f1.yaml -------------------------------------------------------------------------------- /releasenotes/notes/swift_container_prefix-ea1aaa526fbd2a54.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/swift_container_prefix-ea1aaa526fbd2a54.yaml -------------------------------------------------------------------------------- /releasenotes/notes/swift_url-3feab33b2246e581.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/swift_url-3feab33b2246e581.yaml -------------------------------------------------------------------------------- /releasenotes/notes/switch_to_oslo-3eef147d9c6214e8.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/switch_to_oslo-3eef147d9c6214e8.yaml -------------------------------------------------------------------------------- /releasenotes/notes/system_scope-keystone-dfb7566a1f8b1eab.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/system_scope-keystone-dfb7566a1f8b1eab.yaml -------------------------------------------------------------------------------- /releasenotes/notes/tune-workers-and-thread-defaults-8eaabb88ae5a7d79.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/tune-workers-and-thread-defaults-8eaabb88ae5a7d79.yaml -------------------------------------------------------------------------------- /releasenotes/notes/ubuntu-jammy-3786c2e486535113.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/ubuntu-jammy-3786c2e486535113.yaml -------------------------------------------------------------------------------- /releasenotes/notes/ubuntu-noble-f02beb5b1e030d06.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/ubuntu-noble-f02beb5b1e030d06.yaml -------------------------------------------------------------------------------- /releasenotes/notes/use-reno-1caaec4ba5aa4285.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/use-reno-1caaec4ba5aa4285.yaml -------------------------------------------------------------------------------- /releasenotes/notes/uwsgi-55ad851a66baa5e9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/uwsgi-55ad851a66baa5e9.yaml -------------------------------------------------------------------------------- /releasenotes/notes/verbose-deprecation-586c044e066c05d9.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/verbose-deprecation-586c044e066c05d9.yaml -------------------------------------------------------------------------------- /releasenotes/notes/wsgi_process_options-c96a71aca0c2e1e5.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/notes/wsgi_process_options-c96a71aca0c2e1e5.yaml -------------------------------------------------------------------------------- /releasenotes/source/2023.1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/2023.1.rst -------------------------------------------------------------------------------- /releasenotes/source/2023.2.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/2023.2.rst -------------------------------------------------------------------------------- /releasenotes/source/2024.1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/2024.1.rst -------------------------------------------------------------------------------- /releasenotes/source/2024.2.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/2024.2.rst -------------------------------------------------------------------------------- /releasenotes/source/2025.1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/2025.1.rst -------------------------------------------------------------------------------- /releasenotes/source/2025.2.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/2025.2.rst -------------------------------------------------------------------------------- /releasenotes/source/_static/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /releasenotes/source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/conf.py -------------------------------------------------------------------------------- /releasenotes/source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/index.rst -------------------------------------------------------------------------------- /releasenotes/source/mitaka.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/mitaka.rst -------------------------------------------------------------------------------- /releasenotes/source/newton.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/newton.rst -------------------------------------------------------------------------------- /releasenotes/source/ocata.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/ocata.rst -------------------------------------------------------------------------------- /releasenotes/source/pike.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/pike.rst -------------------------------------------------------------------------------- /releasenotes/source/queens.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/queens.rst -------------------------------------------------------------------------------- /releasenotes/source/rocky.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/rocky.rst -------------------------------------------------------------------------------- /releasenotes/source/stein.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/stein.rst -------------------------------------------------------------------------------- /releasenotes/source/train.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/train.rst -------------------------------------------------------------------------------- /releasenotes/source/unreleased.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/unreleased.rst -------------------------------------------------------------------------------- /releasenotes/source/ussuri.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/ussuri.rst -------------------------------------------------------------------------------- /releasenotes/source/victoria.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/victoria.rst -------------------------------------------------------------------------------- /releasenotes/source/wallaby.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/wallaby.rst -------------------------------------------------------------------------------- /releasenotes/source/xena.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/xena.rst -------------------------------------------------------------------------------- /releasenotes/source/yoga.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/yoga.rst -------------------------------------------------------------------------------- /releasenotes/source/zed.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/releasenotes/source/zed.rst -------------------------------------------------------------------------------- /spec/acceptance/10_basic_gnocchi_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/acceptance/10_basic_gnocchi_spec.rb -------------------------------------------------------------------------------- /spec/acceptance/99_gnocchi_config_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/acceptance/99_gnocchi_config_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_api_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_api_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_client_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_client_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_config_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_config_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_cors_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_cors_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_db_mysql_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_db_mysql_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_db_postgresql_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_db_postgresql_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_db_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_db_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_db_sync_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_db_sync_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_healthcheck_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_healthcheck_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_init_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_init_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_keystone_auth_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_keystone_auth_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_keystone_authtoken_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_keystone_authtoken_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_logging_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_logging_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_metricd_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_metricd_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_policy_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_policy_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_statsd_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_statsd_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_storage_ceph_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_storage_ceph_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_storage_file_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_storage_file_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_storage_incoming_file_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_storage_incoming_file_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_storage_incoming_redis_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_storage_incoming_redis_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_storage_s3_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_storage_s3_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_storage_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_storage_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_storage_swift_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_storage_swift_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_wsgi_apache_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_wsgi_apache_spec.rb -------------------------------------------------------------------------------- /spec/classes/gnocchi_wsgi_uwsgi_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/classes/gnocchi_wsgi_uwsgi_spec.rb -------------------------------------------------------------------------------- /spec/shared_examples.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/shared_examples.rb -------------------------------------------------------------------------------- /spec/spec_helper.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/spec_helper.rb -------------------------------------------------------------------------------- /spec/spec_helper_acceptance.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/spec_helper_acceptance.rb -------------------------------------------------------------------------------- /spec/unit/provider/gnocchi_api_paste_ini/ini_setting_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/unit/provider/gnocchi_api_paste_ini/ini_setting_spec.rb -------------------------------------------------------------------------------- /spec/unit/provider/gnocchi_api_uwsgi_config/ini_setting_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/unit/provider/gnocchi_api_uwsgi_config/ini_setting_spec.rb -------------------------------------------------------------------------------- /spec/unit/provider/gnocchi_config/openstackconfig_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/unit/provider/gnocchi_config/openstackconfig_spec.rb -------------------------------------------------------------------------------- /spec/unit/type/gnocchi_api_paste_ini_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/unit/type/gnocchi_api_paste_ini_spec.rb -------------------------------------------------------------------------------- /spec/unit/type/gnocchi_api_uwsgi_config_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/unit/type/gnocchi_api_uwsgi_config_spec.rb -------------------------------------------------------------------------------- /spec/unit/type/gnocchi_config_spec.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/spec/unit/type/gnocchi_config_spec.rb -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openstack/puppet-gnocchi/HEAD/tox.ini --------------------------------------------------------------------------------