Commit Graph

14 Commits

Author SHA1 Message Date
Clark Boylan 08152aa22f Remove groups configuration
This removes the groups servers from our inventory as well as our
manifests/modules. We don't run the groups service anymore as many
groups migrated to meetup.com independent of us and the others have
transitioned there.

Change-Id: I7cb76611e6d30e7189821923f36a38dec9ea7241
2019-05-23 12:20:04 -07:00
Monty Taylor fcab9a407a Update opendev git references in puppet modules
Not updating the gerrit git links thing, because that needs to
be a wider patch that updates the link syntax too.

Change-Id: I98013ba79e707540879e0cf2849a35c52f3371e8
2019-04-20 18:26:07 +00:00
Monty Taylor bab6fcad3c
Remove base.yaml things from openstack_project::server
Now that we've got base server stuff rewritten in ansible, remove the
old puppet versions.

Depends-On: https://review.openstack.org/588326
Change-Id: I5c82fe6fd25b9ddaa77747db377ffa7e8bf23c7b
2018-08-16 17:25:10 -05:00
Ian Wienand 60b89d662e Remove ci-backup-rs-ord.openstack.org
Migrate backups to new backup01.ord.rax.ci.openstack.org

We decided to start fresh backups on the new server, so this is ready
to go.  I have performed an initial backup on each server so it has
accepted the host key of the new server and been tested (I also fixed
up review-dev.o.o, which was rebuilt but keys not updated ... todo:
add this to puppet, but since it changes so infrequently not high
priority).

Change-Id: I0872f9fcf4a334d32f632b3cb04801deefab4fd1
2017-11-15 09:28:55 +11:00
Marton Kiss c08af0f4cd Move server class call outside of groups*.pp class
site.pp handles the call to the server class for groups* nodes.

Change-Id: I061a0f3107347ace5e44d3c908b4f5a2515223eb
2015-06-26 12:26:58 +02:00
Jenkins 11d1a4e468 Merge "Move Drupal settings to conf variable" 2015-02-25 08:32:06 +00:00
Marton Kiss a6f349f2cb Move Drupal settings to conf variable
This change is using the new conf variable to set settings.php
variables instead of separate conf_xxx ones. It helps to extended
the configuration without puppet-drupal module rewrite.

Depends-On: I9e77d609bc6aaa3a5e10f065e79aa8a86cae151e
Change-Id: I991a121d081ee54800fb2988a040fddce0e0db48
2015-02-05 08:18:49 +01:00
Marton Kiss ed31603d33 Backup groups.o.o with bup
Add the required bup resource to perform groups.o.o instance backup,
including scheduled database backup.

Change-Id: I66b308a0fb368b70158a9330a9020b846dad5d70
2015-01-09 17:15:13 +01:00
Marton Kiss ebcb1ae1ce Enable SSL for groups.openstack.org
Enable the SSL connection for groups.openstack.org, required
by oauth2 authentication of openstackid.org.

New hiera variables:
- groups_site_ssl_cert_file_contents: x509 certificate of the vhost
in pem format.
- groups_site_ssl_key_file_contents: key of x509 cert in pem format.
- groups_site_ssl_chain_file_contents: parent certs of site certificate

Change-Id: Ia266e1ee057467e5149b84f8b5f8be98bf63180f
Implements: blueprint groups-oauth2-authentication
2014-12-10 12:09:03 +01:00
Marton Kiss 237fe384e2 Add groups portal openid url
Move the openid provider url into groups_openid_provider configuration
variable for groups portal. We are separating the productive and
staging urls, so productive is pointing to openstackid.org now.

Change-Id: Ifc7d5d41b80c3a080800d1d9d1ef394490d93b14
2014-10-29 09:32:43 +01:00
Marton Kiss b33a3a436d Upgrade groups portal instances to use manifest based deployment
Both staging and productive groups instances will use the manifest
published at tarballs.openstack.org/groups/drupal-updates catalog.
It helps to separate the staging and prod deployment source
versions, passed in package_branch parameter. Drush dsd tool updated
to v0.9, and puppet sitedeploy and siteupdate resources were also
refactored to support drush-dl package provider parameters.

Change-Id: I8299c063ea774a85554c2406c6cb6ccb007fb182
2014-10-20 15:16:37 +02:00
Marton Kiss 74b0d58d53 Groups portal Google Analytics code
Add optional GA tracking code variable to settings.php template and add
tracking code to groups.openstack.org site.

Change-Id: Iddf223cab9ef672178f4e2984cdacf27a8d0f16f
2014-08-06 11:26:44 +02:00
Marton Kiss bd9609e748 Add groups.openstack.org instance
site.pp and groups.pp update for groups portal. To make it alive
we need to do the following preliminary tasks:
- create remote database in trove for groups
- add hiera variables similar to groups-dev
- launch the instance with those manifests

Change-Id: I91d7b35ad9aabc2237d5516918fa6ce8d92ee5af
2014-07-09 20:11:39 +00:00
James E. Blair 80bc1b3c44 Add groups.openstack.org.
Change-Id: Ie143fe2477372c0c1a7fe6675b538b2b40146626
Reviewed-on: https://review.openstack.org/15624
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-11-20 01:34:55 +00:00