Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/119483

Change subject: contint: use role::labs::lvm::mnt on eqiad slaves
......................................................................

contint: use role::labs::lvm::mnt on eqiad slaves

Andrew Bogott introduced a role class to allocate the eqiad instance
disk and mount it at /mnt.  Use that role instead of a local hack.

Reference:
8e459cfd / https://gerrit.wikimedia.org/r/#/c/119398/

Change-Id: Iafb30f0c2dcde471d2e8f917da3cf94630aba360
---
M manifests/role/ci.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/83/119483/1

diff --git a/manifests/role/ci.pp b/manifests/role/ci.pp
index 39d067d..d6acd5f 100644
--- a/manifests/role/ci.pp
+++ b/manifests/role/ci.pp
@@ -164,8 +164,8 @@
 
     if $::site == 'eqiad' {
         # Does not come with /dev/vdb, we need to mount it using lvm
-        require labs_lvm
-        labs_lvm::volume { 'second-local-disk': mountat => '/mnt' }
+        require role::labs::lvm::mnt
+
         # Will make sure /mnt is mounted before populating file there or they
         # might end up being being created locally and hidden by the mount.
         $slash_mnt_require = Mount['/mnt']

-- 
To view, visit https://gerrit.wikimedia.org/r/119483
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iafb30f0c2dcde471d2e8f917da3cf94630aba360
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to