Filippo Giunchedi has submitted this change and it was merged.

Change subject: Remove role::beta::trebuchet_testing
......................................................................


Remove role::beta::trebuchet_testing

Unused AFAICT

Bug: T86644
Change-Id: I891b60644d97baf8b5a11a8c2e537b6362fa2128
---
D modules/role/manifests/beta/trebuchet_testing.pp
1 file changed, 0 insertions(+), 18 deletions(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved
  Hashar: Looks good to me, but someone else must approve



diff --git a/modules/role/manifests/beta/trebuchet_testing.pp 
b/modules/role/manifests/beta/trebuchet_testing.pp
deleted file mode 100644
index e489a9c..0000000
--- a/modules/role/manifests/beta/trebuchet_testing.pp
+++ /dev/null
@@ -1,18 +0,0 @@
-class role::beta::trebuchet_testing {
-    system::role { 'role::beta::trebuchet_testing':
-        description => 'Trebuchet testing host'
-    }
-
-    include ::beta::config
-    package { 'test/testrepo':
-        provider => 'trebuchet',
-    }
-
-
-    # Allow ssh inbound from beta bastion_ip for testing
-    ferm::rule { 'deployment-bastion-trebuchet-testing-ssh':
-        ensure => present,
-        rule   => "proto tcp dport ssh saddr ${::beta::config::bastion_ip} 
ACCEPT;",
-    }
-}
-

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I891b60644d97baf8b5a11a8c2e537b6362fa2128
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to