Commit Graph

18 Commits

Author SHA1 Message Date
Clark Boylan 717dff0668 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: Ie290909d12b8c30a244ee4e8bcb039b5c24291b5
2022-02-17 12:56:22 -08:00
John L. Villalovos de203e0d43 Have the 'statusbot' service subscribe to the pip install
Instead of having the 'statusbot' service subscribe to the git
repository, have it subscribe to the pip install.

So now we have:
  * statusbot service <- (subscribed to) <- pip install
  * pip install <- (subscribed to) <- vcsrepo

Change-Id: Id87785810ca4846527dbc8a59ef95ff1c5b4efde
2018-02-22 12:39:29 -08:00
Mike Perez 3973ed99a2 Add configuration for thanks/success page url
Avoiding these being hardcoded in openstack-infra/statusbot.

Depends-On: I06d637c00dccbee49ad8a60398ac21af4064034e
Change-Id: I0d36dbff893422e188b9e992f8e9bb3c1431419f
2018-01-04 15:50:35 -08:00
Mike Perez b6df511df0 Enable #thanks feature statusbot
This enables the #thanks feature in statusbot.

Change-Id: I9fd10cbaa315d2a418f3bb65ff7e40014701ec85
Depends-On: I995c3189f0f109df35c56b63b3e19427f60f3750
2017-06-27 14:06:04 -07:00
Elizabeth K. Joseph a6b4f78006
Add Twitter support
The statusbot project now has support for Twitter, see
Ib4bdbb335e4bc12d75d5f0ec2a1b95c8a6b2e7d5 for details.

Add support now in this module for those who wish to use it.

Change-Id: Ia861189ea10d0056afb43fe6a6fd1e51d4ffb4bf
2016-09-16 08:07:11 -05:00
Andrey Nikitin 77576b526a Order of the class parameters is refactored
Order and intendation of those parameters are changed
to follow Puppet Style Guide recommendation [0].
Moreover, it will allow to an user to find much faster
a variable in a list of variables.

[0]. https://docs.puppetlabs.com/guides/style_guide.html

Change-Id: I0f5942813fc5ddfff0ff6a2c626c506c19e8a0bd
2016-03-21 18:44:20 +03:00
Thierry Carrez aa084758ed Enable #success feature from statusbot
The enables the #success feature that was recently added to
the statusbot.

Change-Id: I66b577732d1fec271a42f9229a8b5af2e52a58f4
2015-10-07 08:50:44 -07:00
Colleen Murphy 083b70c395 Make class parameters required
These parameters are fed unconditionally into the config template, and
there is no sensible default that we can provide. This patch makes all
parameters required, except for $channels whose default the template is
prepared to handle.

Change-Id: I0a691c7d32316252a628438eb169b31134b42e5b
2015-08-13 18:29:51 -07:00
Monty Taylor 3e21aaa7e8 Add support for passing channels as list
The list of channels for statusbot can get large and unweildy, making
reviewing additions ugly. Accept it as a list. However, because of
things using the old interface, support a comma separated string being
passed as well.

Change-Id: I5adad696707b987f0fee7211b89e340d265d6bd9
2015-06-20 09:40:08 -04:00
James E. Blair 36a5de7cf9 Serve the statusbot alert file from eavesdrop
Change-Id: I5c1a4adc25bab62564effba527122e57c229d1c5
2013-12-11 11:50:42 -08:00
Monty Taylor 88010d91f7 Use pip install instead of setup.py install
The pip vs. easy_install interactions continually get the systems
into a weird state. pip install $path_to_repo, on the other hand,
works like a charm.

Left out two graphite installs because they are doing path manipulation
and I want to do further testing before touching that.

Change-Id: I373b29aca03f1ebd20e533ebaaf5de9ef2db017e
2013-10-27 18:38:38 -04:00
Monty Taylor 41062eebbe Use cgit server instead of github for everything
We have a cgit server now, which means we should replace
all references to github with references to git.openstack.org.

Change-Id: I68ad1ce514fb4326c7d9940b5a84999af5b58562
2013-08-19 10:19:47 -07:00
James E. Blair 11156f641b Don't automatically run meetbot/statusbot.
Change-Id: I8facfa48113d27fd18e700730a7a27a666bc2c40
Reviewed-on: https://review.openstack.org/28059
Reviewed-by: Jesse Keating <jesse.keating@rackspace.com>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Khai Do <zaro0508@gmail.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
2013-05-10 17:26:40 +00:00
James E. Blair 19146e595f Fix /var/*/statusbot owner.
Change-Id: I4a8400bd36238d63a6b5e9d4913ddacd1effe0ad
Reviewed-on: https://review.openstack.org/25766
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-03-29 22:51:05 +00:00
James E. Blair bf35947d7b Add nicks parameter to statusbot.
Change-Id: I293f4b5dd76de562cec39b4c995a2c255d383263
Reviewed-on: https://review.openstack.org/25765
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-03-29 22:46:56 +00:00
James E. Blair 0c38a8c30a Set owner on /var/*/statusbot to statusbot.
Change-Id: I47dad06ea05ab403d294bbe27ee05dcec805ee1d
Reviewed-on: https://review.openstack.org/25764
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-03-29 22:44:51 +00:00
James E. Blair ee8b6aea81 Correct statusbot vcsrepo typo.
Change-Id: I927092d57c61922405e2dd9a14c34514fd6a21f0
Reviewed-on: https://review.openstack.org/25762
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-03-29 22:19:14 +00:00
James E. Blair 7a60269e59 Add statusbot to eavesdrop.o.o.
Change-Id: I3ae19a6321827b82ebf864182a1e5a90253b9c39
Reviewed-on: https://review.openstack.org/25755
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2013-03-29 22:14:13 +00:00