Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/385495 )

Change subject: rm requesttracker::labs class
......................................................................


rm requesttracker::labs class

RT is almost dead, not really but just living as readonly
archive. We won't make any changes to this anymore that need
to be tested in Labs.

Delete existing labs instances using this if any when merging.

Change-Id: I63783626921aea2cc41a9be7df8e72541d7ca7fc
---
D modules/role/manifests/requesttracker/labs.pp
1 file changed, 0 insertions(+), 31 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/role/manifests/requesttracker/labs.pp 
b/modules/role/manifests/requesttracker/labs.pp
deleted file mode 100644
index 5071924..0000000
--- a/modules/role/manifests/requesttracker/labs.pp
+++ /dev/null
@@ -1,31 +0,0 @@
-#  Labs/testing RT
-class role::requesttracker::labs {
-    system::role { 'requesttracker::labs': description => 'RT (Labs)' }
-
-    include passwords::misc::rt
-
-    # FIXME: needs to reference a wmflabs certificate?
-    sslcert::certificate { 'rt.wikimedia.org': }
-
-    $datadir = '/srv/mysql'
-
-    class { '::requesttracker':
-        apache_site => $::fqdn,
-        dbuser      => $passwords::misc::rt::rt_mysql_user,
-        dbpass      => $passwords::misc::rt::rt_mysql_pass,
-        datadir     => $datadir,
-    }
-
-    class { 'mysql::server':
-        config_hash => {
-            'datadir' => $datadir,
-        }
-    }
-
-    exec { 'rt-db-initialize':
-        command => "/bin/echo '' | /usr/sbin/rt-setup-database --action init 
--dba root --prompt-for-dba-password",
-        unless  => '/usr/bin/mysqlshow rt4',
-        require => Class['::requesttracker', 'mysql::server'],
-    }
-}
-

-- 
To view, visit https://gerrit.wikimedia.org/r/385495
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I63783626921aea2cc41a9be7df8e72541d7ca7fc
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to