Ori.livneh has submitted this change and it was merged.
Change subject: add ferm rule opening port 80 for grafana
......................................................................
add ferm rule opening port 80 for grafana
Not needed in practice because the host that this role is provisioned on
(krypton) has other vhost roles that open up port 80. But included here for the
sake of thoroughness.
Change-Id: Id8e678801d7ed8c1bcf8ffdbe408372ba4366805
---
M manifests/role/grafana.pp
1 file changed, 5 insertions(+), 0 deletions(-)
Approvals:
Ori.livneh: Verified; Looks good to me, approved
Muehlenhoff: Looks good to me, but someone else must approve
diff --git a/manifests/role/grafana.pp b/manifests/role/grafana.pp
index f1e9118..5cf66ea 100644
--- a/manifests/role/grafana.pp
+++ b/manifests/role/grafana.pp
@@ -83,6 +83,11 @@
},
}
+ ferm::service { 'grafana_http':
+ proto => 'tcp',
+ port => '80',
+ }
+
# LDAP configuration. Interpolated into the Apache site template
# to provide mod_authnz_ldap-based user authentication.
$auth_ldap = {
--
To view, visit https://gerrit.wikimedia.org/r/246691
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id8e678801d7ed8c1bcf8ffdbe408372ba4366805
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits