Commit Graph

8 Commits

Author SHA1 Message Date
Clark Boylan fb7c8790dd Retire this project
We've shutdown the log processing service and don't need to manage it
with puppet any more.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/839235
Change-Id: I451488faf6a7502a5171d2a4299d7a4e40d96072
2022-04-25 09:48:21 -07:00
Ian Wienand a4955ffcda 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: I218bec35df3cb1ee1a65f05639756a5cfe9a56b6
2019-03-24 20:35:40 +00:00
Clark Boylan 8491d10d26 Decouple log processing from logstash
As part of the move to logstash 2.0 we are relying on upstream packaging
for logstash. This packaging replaces a lot of the micromanagement of
users and groups and dirs that was done in puppet for logstash. This is
great news because its less work for us but means that the log
processors can't rely on puppet resources for those items and we don't
actually want to install logstash package everywhere we run log
processor daemons.

Since the log processors don't need a logstash service running and
actually don't need any of the logstash stuff at all decouple them
completely and have the log processor daemons use their own user, group,
log dir, config dir, etc. With this in place we can easily switch to
using the logstash packages only where we actually need logstash to be
running.

Change-Id: I2354fbe9d3ab25134c52bfe58f562dfdf9ff6786
2016-03-09 13:52:35 -08:00
Jeremy Stanley ac259484a2 Replace ci.o.o links with docs.o.o/infra
The http://ci.openstack.org/ documentation site has been deprecated,
replaced by redirects to corresponding paths within
http://docs.openstack.org/infra/ where other Project Infrastructure
documentation already resides.

Change-Id: I0fe91177e10b3ba068b6bceee9975acb8b62012d
2015-05-14 21:43:51 +00:00
Jenkins e283654635 Merge "Setting dependencies in metadata.json" 2015-05-04 15:24:11 +00:00
Ramy Asselin 16b9c3230a Rename openstackci to openstackinfra
Change-Id: Ic666192a1d989f6d622d47371359f8db22d5daa3
2015-04-20 13:45:00 -07:00
Spencer Krum 23a2170159 Setting dependencies in metadata.json
The log_processor module depends on pip, logstash, and logrotate.
This has implications for the work fungi is doing to delete the pip
module entirely. I think a 'manage_pip' flag to the log_proccessor
module is a good way to conditionally manage pip. OpenstacCI would
leave this off and it would be on by default for users pulling down
this module.

Change-Id: I2038c5436c427243021ed6f578d90d689347120d
2015-02-07 12:17:41 -08:00
Ramy Asselin d57ecaddbd Add puppet module files for log processor
Change-Id: Ic87d2ae7259ad75f087f8999a4643abd1982b80b
2015-01-29 14:52:17 -08:00