Filippo Giunchedi has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/373039 )
Change subject: swift: don't track client connections in frontend
......................................................................
swift: don't track client connections in frontend
Permit client traffic from frontend to backend servers and don't track
the respective connections.
Bug: T173731
Change-Id: I31632ca30867d532d2466b990440f900ecc110cb
---
M modules/role/manifests/swift/proxy.pp
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/39/373039/1
diff --git a/modules/role/manifests/swift/proxy.pp
b/modules/role/manifests/swift/proxy.pp
index 66f57e9..946ee53 100644
--- a/modules/role/manifests/swift/proxy.pp
+++ b/modules/role/manifests/swift/proxy.pp
@@ -52,19 +52,19 @@
port => '80',
}
- ferm::service { 'swift-object-server':
+ ferm::client { 'swift-object-server':
proto => 'tcp',
notrack => true,
port => '6000',
}
- ferm::service { 'swift-container-server':
+ ferm::client { 'swift-container-server':
proto => 'tcp',
notrack => true,
port => '6001',
}
- ferm::service { 'swift-account-server':
+ ferm::client { 'swift-account-server':
proto => 'tcp',
notrack => true,
port => '6002',
--
To view, visit https://gerrit.wikimedia.org/r/373039
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I31632ca30867d532d2466b990440f900ecc110cb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits