puppet-barometer: add puppet module to barometer 45/47245/1
authorMaryam Tahhan <maryam.tahhan@intel.com>
Wed, 15 Nov 2017 10:19:45 +0000 (10:19 +0000)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Wed, 15 Nov 2017 10:21:25 +0000 (10:21 +0000)
commitcea670d32822b35502898c46a5a4b20b7363d46d
tree56d6a6d87efda583cea03e3fbea1dab7520d6c5f
parentecf1ba1c5000718d1f0d90270af33039b488c835
puppet-barometer: add puppet module to barometer

Port puppet module from https://github.com/johnhinman/puppet-barometer to
barometer.

Change-Id: I48499382307a184a34591a7202c439cd7c341c39
Signed-off-by: jhinman1 <john.hinman@intel.com>
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
49 files changed:
puppet-barometer/README.md [new file with mode: 0644]
puppet-barometer/lib/puppet/provider/barometer_config/ini_setting.rb [new file with mode: 0644]
puppet-barometer/lib/puppet/type/barometer_config.rb [new file with mode: 0644]
puppet-barometer/manifests/collectd.pp [new file with mode: 0644]
puppet-barometer/manifests/config.pp [new file with mode: 0644]
puppet-barometer/manifests/db.pp [new file with mode: 0644]
puppet-barometer/manifests/db/mysql.pp [new file with mode: 0644]
puppet-barometer/manifests/db/postgresql.pp [new file with mode: 0644]
puppet-barometer/manifests/db/sync.pp [new file with mode: 0644]
puppet-barometer/manifests/init.pp [new file with mode: 0644]
puppet-barometer/manifests/keystone/auth.pp [new file with mode: 0644]
puppet-barometer/manifests/keystone/authtoken.pp [new file with mode: 0644]
puppet-barometer/manifests/logging.pp [new file with mode: 0644]
puppet-barometer/manifests/params.pp [new file with mode: 0644]
puppet-barometer/manifests/policy.pp [new file with mode: 0644]
puppet-barometer/manifests/rdt.pp [new file with mode: 0644]
puppet-barometer/metadata.json [new file with mode: 0644]
puppet-barometer/releasenotes/source/_static/.placeholder [new file with mode: 0644]
puppet-barometer/releasenotes/source/conf.py [new file with mode: 0644]
puppet-barometer/releasenotes/source/index.rst [new file with mode: 0644]
puppet-barometer/releasenotes/source/unreleased.rst [new file with mode: 0644]
puppet-barometer/setup.py [new file with mode: 0644]
puppet-barometer/spec/classes/barometer_db_mysql_spec.rb [new file with mode: 0644]
puppet-barometer/spec/classes/barometer_db_postgresql_spec.rb [new file with mode: 0644]
puppet-barometer/spec/classes/barometer_db_spec.rb [new file with mode: 0644]
puppet-barometer/spec/classes/barometer_db_sync_spec.rb [new file with mode: 0644]
puppet-barometer/spec/classes/barometer_keystone_auth_spec.rb [new file with mode: 0644]
puppet-barometer/spec/classes/barometer_keystone_authtoken_spec.rb [new file with mode: 0644]
puppet-barometer/spec/classes/barometer_logging_spec.rb [new file with mode: 0644]
puppet-barometer/spec/classes/barometer_policy_spec.rb [new file with mode: 0644]
puppet-barometer/spec/shared_examples.rb [new file with mode: 0644]
puppet-barometer/spec/unit/provider/barometer_config/ini_setting_spec.rb [new file with mode: 0644]
puppet-barometer/spec/unit/type/barometer_config_spec.rb [new file with mode: 0644]
puppet-barometer/templates/aodh.conf.erb [new file with mode: 0644]
puppet-barometer/templates/collectd-ceil.conf.erb [new file with mode: 0644]
puppet-barometer/templates/collectd-gnocchi.conf.erb [new file with mode: 0644]
puppet-barometer/templates/collectd.conf.erb [new file with mode: 0644]
puppet-barometer/templates/hugepages.conf.erb [new file with mode: 0644]
puppet-barometer/templates/intel_rdt.conf.erb [new file with mode: 0644]
puppet-barometer/templates/logfile.conf.erb [new file with mode: 0644]
puppet-barometer/templates/mcelog-client.conf.erb [new file with mode: 0644]
puppet-barometer/templates/mcelog.conf.erb [new file with mode: 0644]
puppet-barometer/templates/ovs_events.conf.erb [new file with mode: 0644]
puppet-barometer/templates/ovs_stats.conf.erb [new file with mode: 0644]
puppet-barometer/templates/pqos.conf.erb [new file with mode: 0644]
puppet-barometer/templates/snmp_agent.conf.erb [new file with mode: 0644]
puppet-barometer/test-requirements.txt [new file with mode: 0644]
puppet-barometer/tests/init.pp [new file with mode: 0644]
puppet-barometer/tox.ini [new file with mode: 0644]