Alexandros Kosiaris has uploaded a new change for review.
https://gerrit.wikimedia.org/r/160984
Change subject: nfs cleanups
......................................................................
nfs cleanups
originals and thumbs are a long time now not used, no need to have a
codebase for them
Change-Id: I96e997ba6cd7d0dabba7d8eab01d7c06c2c220fc
---
M manifests/nfs.pp
1 file changed, 0 insertions(+), 40 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/84/160984/1
diff --git a/manifests/nfs.pp b/manifests/nfs.pp
index 74f61f0..032b7ac 100644
--- a/manifests/nfs.pp
+++ b/manifests/nfs.pp
@@ -128,38 +128,6 @@
}
}
-class nfs::netapp::originals($ensure='mounted', $mountpoint='/mnt/upload7') {
- include common
-
- file { $mountpoint:
- ensure => 'directory',
- }
-
- mount { $mountpoint:
- ensure => $ensure,
- require => File[$mountpoint],
- device => "${nfs::netapp::common::device}:/vol/originals",
- fstype => 'nfs',
- options => $nfs::netapp::common::options,
- }
-}
-
-class nfs::netapp::thumbs($ensure='mounted', $mountpoint='/mnt/thumbs2') {
- include common
-
- file { $mountpoint:
- ensure => 'directory',
- }
-
- mount { $mountpoint:
- ensure => $ensure,
- require => File[$mountpoint],
- device => "${nfs::netapp::common::device}:/vol/thumbs",
- fstype => 'nfs',
- options => $nfs::netapp::common::options,
- }
-}
-
# Historical /home/wikipedia
class nfs::home::wikipedia {
@@ -198,14 +166,6 @@
class nfs::upload {
include nfs::common
-
- # NetApp migration
- class { 'nfs::netapp::originals':
- ensure => 'absent',
- }
- class { 'nfs::netapp::thumbs':
- ensure => 'absent',
- }
file { [ '/mnt/thumbs', '/mnt/upload6' ]:
ensure => 'directory',
--
To view, visit https://gerrit.wikimedia.org/r/160984
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I96e997ba6cd7d0dabba7d8eab01d7c06c2c220fc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits