Commit Graph

14 Commits

Author SHA1 Message Date
Clark Boylan f358458295 Retire this repo
The opendev project has been moving away from puppet and this is one of
the puppet modules that is no longer used. To simplify things for us we
are taking the extra step of retiring this repo.

Change-Id: Ic36882b9c052736b98ec60151f60fce992bc665a
2022-02-17 12:00:04 -08:00
OpenDev Sysadmins 43a794b6f3 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:25:38 +00:00
Ian Wienand f7df05b21e Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I7e5b0200141a8448df4d40bd4a9b55e1b1fde2a0
2019-03-24 20:35:41 +00:00
Colleen Murphy 39791e8a73 Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: Icb3aabc0a141065fce2f6fed33d3d62fa0df21bf
2018-07-12 09:57:45 +02:00
Colleen Murphy 10a0a220ef Depend on helper gem for spec_helper_acceptance
Instead of keeping a local copy of spec_helper_acceptance.rb and
requiring updates to all modules for any change, we can move it into the
common helper gem and require it from there. This will make it easier to
create and review changes that affect all puppet modules. Also change
the Gemfile to look for the gem in the local workspace if running in a
zuul environment.

Change-Id: I84ce7fa20bd3ecfd95efa9996d89c02fb6667015
2017-08-18 10:41:44 +02:00
Colleen Murphy 5de253e99a Fix beaker on xenial
Add a xenial nodeset and update the spec helper to install puppet 3 from
the Ubuntu repos instead of from puppetlabs.

Change-Id: I1f8370acf9ec0615c60bbd3ce1f7d5696699ff4f
2017-06-24 16:22:36 +02:00
Matthew Treinish 518d0d2600
Update subscribed mosquitto metrics
This commit updates the mqtt_statsd yaml to change our metrics for
messages from totals to sampled counts which should make our graphing
more useful. This also adds dropped messages to the stats, while I don't
expect we're dropping any it'll be good to track it too.

Change-Id: Icaaafb23d83140ed0b97d8690e9e37268289794f
2017-04-21 15:28:16 -04:00
Jeremy Stanley 364384bf52 Add statsd_prefix default of mosquitto
The YAML configuration expects a statsd_prefix value, so provide a
reasonable default of "mosquitto" for it (as many of the values it
will report to statsd are mosquitto-specific).

Change-Id: I532bb0ef87349b8de37c48acfbdd636d2c264a1f
2017-04-13 18:47:12 -04:00
Matthew Treinish 2a200de547
Fix puppet-lint issues
There were some issues with the init.pp module with puppet-lint which
weren't fixed before the repo was imported into gerrit. Now that we have
ci these issues were blocking changes. This commit fixes those.

Change-Id: I2c619c8c3fa55cabe6325ee48f7a531f097b3cc0
2017-04-13 18:45:57 -04:00
Matthew Treinish 46b73c214d
Fix group name typo in service file 2017-04-04 12:13:24 -04:00
Matthew Treinish 24a4c4a0d3
Fix typo in pip install 2017-04-04 12:11:43 -04:00
Matthew Treinish f2c142406b
Fix typo in config file name 2017-04-04 11:30:08 -04:00
Matthew Treinish 0a638f5daf
Remove duplicate service file definition 2017-04-04 11:29:21 -04:00
Matthew Treinish 0ff70421b7
Initial Commit 2017-04-04 11:13:16 -04:00