ArielGlenn has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/400386 )
Change subject: don't export dumps web server filesystems to snapshots, they don't use it ...................................................................... don't export dumps web server filesystems to snapshots, they don't use it Change-Id: I53fa364b414fe17fd86362b8cd6caebc7bdbfe5d --- M hieradata/hosts/dataset1001.yaml M hieradata/hosts/ms1001.yaml 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: ArielGlenn: Looks good to me, approved jenkins-bot: Verified diff --git a/hieradata/hosts/dataset1001.yaml b/hieradata/hosts/dataset1001.yaml index 06d47e5..7977066 100644 --- a/hieradata/hosts/dataset1001.yaml +++ b/hieradata/hosts/dataset1001.yaml @@ -5,7 +5,7 @@ profile::dumps::xmldumpspublicdir: '/data/xmldatadumps/public' profile::dumps::dumpstempdir: '/data/xmldatadumps/temp' -profile::dumps::nfs::clients_wanted: 'all' +profile::dumps::nfs::clients_wanted: 'public' profile::dumps::rsyncer: dumps_user: 'dumpsgen' diff --git a/hieradata/hosts/ms1001.yaml b/hieradata/hosts/ms1001.yaml index aeb0581..49305e5 100644 --- a/hieradata/hosts/ms1001.yaml +++ b/hieradata/hosts/ms1001.yaml @@ -6,7 +6,7 @@ profile::dumps::xmldumpspublicdir: '/data/xmldatadumps/public' profile::dumps::dumpstempdir: '/data/xmldatadumps/temp' -profile::dumps::nfs::clients_wanted: 'all' +profile::dumps::nfs::clients_wanted: 'public' profile::dumps::rsyncer: dumps_user: 'dumpsgen' -- To view, visit https://gerrit.wikimedia.org/r/400386 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I53fa364b414fe17fd86362b8cd6caebc7bdbfe5d Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
