Dzahn has submitted this change and it was merged.
Change subject: backup: Use PRODUCTION_NETWORKS
......................................................................
backup: Use PRODUCTION_NETWORKS
Both the storage daemon and the director are only accessed from the
production networks.
Change-Id: I34949f3c8f3c6a6c2b7ab7a96bdd1d236c2b88f7
---
M modules/role/manifests/backup/director.pp
M modules/role/manifests/backup/storage.pp
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
diff --git a/modules/role/manifests/backup/director.pp
b/modules/role/manifests/backup/director.pp
index 4e0f6ec..cb3b0fa 100644
--- a/modules/role/manifests/backup/director.pp
+++ b/modules/role/manifests/backup/director.pp
@@ -230,7 +230,7 @@
ferm::service { 'bacula-director':
proto => 'tcp',
port => '9101',
- srange => '$ALL_NETWORKS',
+ srange => '$PRODUCTION_NETWORKS',
}
}
diff --git a/modules/role/manifests/backup/storage.pp
b/modules/role/manifests/backup/storage.pp
index 0b1b062..3edfa4d 100644
--- a/modules/role/manifests/backup/storage.pp
+++ b/modules/role/manifests/backup/storage.pp
@@ -57,6 +57,6 @@
ferm::service { 'bacula-storage-demon':
proto => 'tcp',
port => '9103',
- srange => '$ALL_NETWORKS',
+ srange => '$PRODUCTION_NETWORKS',
}
}
--
To view, visit https://gerrit.wikimedia.org/r/295786
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I34949f3c8f3c6a6c2b7ab7a96bdd1d236c2b88f7
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits