Commit Graph

11 Commits

Author SHA1 Message Date
Clark Boylan a4162cfb80 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: I050a5fa329c4925940b93a162bb54901555f4b47
2022-02-17 11:26:53 -08:00
Ian Wienand 1ddaaf168d 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: I174b328472581c9811b19b2d3572d02307b6d88d
2019-03-24 20:35:36 +00:00
Clark Boylan 0356069e08 Be more forgiving in module deps list
As time has moved on we've updated module versions making the pins in
this module's metadata.json inaccurate. Relax the rules so that we can
continue to update global module versions as necessary without raising
warnings.

Change-Id: Iaac15934b31a427370608ba439937f73ad5f64c7
2019-03-07 08:59:07 -08:00
Marton Kiss 46a421e013 Refactor vcsrepo to git resource to resolve refresh trigger issues
This patchset will replace the vcsrepo with puppet-community's
git_resource and resolve the resource change notification issues.

Change-Id: I4b0fc715f89062047ed32f4f89880ced76e54f9b
2015-10-15 18:28:18 +02:00
Paul Belanger fd7f94b2ef 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: Ie3d818d172ada2132a0116ce4ce2ed6d231cc005
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-07-21 14:41:37 -04:00
Marton Kiss 2ab8bfa972 Add virtualenv support
The python environment including askbot requirements moved under
/usr/askbot-env to provide proper pip dependency resolution. The
change affects the python manage calls, celeryd daemon upstart
script and mod wsgi exec env.

Change-Id: Id2031e4c51fd71c0e4630b2f1e71845223833bba
2015-07-18 22:28:31 +02:00
Jenkins 3bbc6184ec Merge "Askbot module refactor" 2015-06-16 17:19:35 +00:00
Marton Kiss ade07a70b6 Askbot module refactor
Refactor askbot module:
- deployment source from git instead of pip
- separate init / install / config code
- break site config into celeryd / cron / http / log / ssl / static parts
- support of Ubuntu Precise 12.04LTS / Trusty 14.04LTS

Notice: don't approve this patch until puppet run is enabled on ask.o.o
because it breaks the production site. (need to refactor the related
system-config ask.pp too)

Depends-On: Iaa8488a3d7ab8b121404ac1ac39bd1620a868727
Change-Id: I560c24c3b09e4a8d09b23afa619a4cf361601cbe
2015-06-02 15:48:34 +02:00
Jeremy Stanley b7faa0d142 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: I089e1df94e05df6b69ab806f2e8cd6ed01263974
2015-05-14 21:38:17 +00:00
Ramy Asselin f3e9c36e1a Rename openstackci to openstackinfra
Change-Id: Ibd820ced54a6bcbd6dc4ebac7cfd289bca6755ee
2015-04-20 13:42:39 -07:00
Marton Kiss 7b2b4a8bd8 Add standard puppet metadata.json and remove Modulefile
This module has been split out from system-config, and additional
files are required to create a proper puppet module.

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

Change-Id: Iaf0848024b28556ade688c62049f28b0d3012f45
2015-01-28 20:45:49 +01:00