Commit Graph

9 Commits

Author SHA1 Message Date
Clark Boylan 9998655fa9 Retire this project
OpenDev is no longer running an openstackid instance and the puppet
module isn't used by the folks running the current instance. We can go
ahead and clean this repo up.

Depends-On: https://review.opendev.org/c/openstack/project-config/+/818170
Change-Id: Ifab5aa7a839d8353aee9acacd5fd2eec525cc924
2021-11-16 14:41:11 -08:00
Ian Wienand b0f0013551 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: I5a536fb5b163a1e2a92f10c0bcc0802c36f790db
2019-03-24 20:35:44 +00:00
Clark Boylan e38fbc10c0 Be more forgiving in module deps list
As time has moved on we've udpated versions of some puppet modules
making the deps list here inaccurate. Be more forgiving in the list to
avoid warnings as we update things.

Change-Id: I80c12ac6382eb324507307f443ede369ae20ca6e
2019-03-07 08:59:52 -08:00
Sebastian Marcet 93b89568da Tweaked server connection settings
* updated apache mpm event module connection settings
* added tcp/ip connection settings
* added vm.overcommit_memory setting for redis server
* added dependency to duritong/puppet-sysctl

Change-Id: I7c98a75fff3a0d5f27de4ef78e87c1054586e609
2016-03-31 14:29:37 -03:00
Sebastian Marcet a1c7cc4ed7 Apache MPM events + php5 fpm
* Updated site config to change MPM from fork to event model
  and to start using php5-fpm (fast cgi) to get a better site
  performance and a better use or server resources.
* Updated mysql php driver to newer one (php5-mysqlnd).
* Added missing dependencies : php5-json (json functions) and
  php5-gmp( big number functions used by jose4php).
* Replaced puppet-httpd with puppetlabs-apache.
* added www.conf to tweak php5-fpm connection settings
* update vhost template to support proxy_fcgi.
* updated apache connections settings to improve performance on
  mpm events.
* updated dependency to puppetlabs/apache (1.8.1)
Change-Id: I66c6ad413a6b0c31a19cc663058a53edc3bec5cc
2016-03-30 11:18:59 -03:00
Paul Belanger 0162ef56c9 Migrate to puppet-httpd module
puppet-httpd is the openstack-infra version of puppetlabs-apache
(0.0.4) release.

This patchset will remove the puppetlabs-apache namespace from -infra
allowing for possible future patchsets to use newer puppetlabs-apache
modules.

Change-Id: Id03b3895a5676b8d81cdd79a9536b4084dc8c3e3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-07-16 15:45:04 -04:00
Jeremy Stanley dd44e9c1e6 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: Ied4ffc1c322f6c2941a8782da455106cb56d9f58
2015-05-14 21:38:18 +00:00
Ramy Asselin 726f9b3f2e Rename openstackci to openstackinfra
Change-Id: I09bf6d89a92849e65f3d790b8870670dc0ae012a
2015-04-20 13:45:56 -07:00
Marton Kiss 2e19e6ec64 Add standard puppet module files and .gitreview
This module has been split out from system-config, and additional
files are required to create a proper puppet module. Fix a puppetlint
issue in init.pp.

Some of the files are described in the spec:
http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet-modules.html

Change-Id: I9135e0e9c8cd880c56a7630098c5175bc40846d8
2015-01-28 19:52:24 +01:00