[MediaWiki-commits] [Gerrit] operations/puppet[production]: netboot/LVS: fix partman recipes used by LVS hosts

2016-10-14 Thread BBlack (Code Review)
BBlack has submitted this change and it was merged.

Change subject: netboot/LVS: fix partman recipes used by LVS hosts
..


netboot/LVS: fix partman recipes used by LVS hosts

quote from ticket:

"lvs1001-6 have incorrectly-configured storage from install-time,
due to using the wrong partman recipe."

"They should be using the same recipe as lvs[34]xxx,
instead of the "flat" (hw raid) one that lvs2xxx and lvs1007-12 legitimately 
use."

Adjusting netboot.cfg to reflect that.

Bug: T136737
Change-Id: I87bcca6139261be1af29845e6fc31a8fd65b4e31
---
M modules/install_server/files/autoinstall/netboot.cfg
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  BBlack: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index 61d374a..0294424 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -102,8 +102,8 @@
 lithium|wezen) echo partman/raid1-gpt.cfg ;; \
 logstash100[1-3]) echo partman/raid1-lvm-ext4.cfg ;; \
 logstash100[4-6]) echo partman/logstash.cfg ;; \
-lvs[12]*) echo partman/flat.cfg ;; \
-lvs[34]*) echo partman/raid1-lvm.cfg ;; \
+lvs100[7-9]|lvs101[012]|lvs2*) echo partman/flat.cfg ;; \
+lvs100[1-6]|lvs[34]*) echo partman/raid1-lvm.cfg ;; \
 mc[0-9]*) echo partman/mc.cfg ;; \
 maps[1-2]00[1-4]) echo partman/raid1-lvm-ext4-srv.cfg ;; \
 maps-test200[1-4]) echo partman/lvm-ext-srv.cfg ;; \

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I87bcca6139261be1af29845e6fc31a8fd65b4e31
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn 
Gerrit-Reviewer: BBlack 
Gerrit-Reviewer: Faidon Liambotis 
Gerrit-Reviewer: RobH 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] operations/puppet[production]: netboot/LVS: fix partman recipes used by LVS hosts

2016-10-13 Thread Dzahn (Code Review)
Dzahn has uploaded a new change for review.

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

Change subject: netboot/LVS: fix partman recipes used by LVS hosts
..

netboot/LVS: fix partman recipes used by LVS hosts

quote from ticket:

"lvs1001-6 have incorrectly-configured storage from install-time,
due to using the wrong partman recipe."

"They should be using the same recipe as lvs[34]xxx,
instead of the "flat" (hw raid) one that lvs2xxx and lvs1007-12 legitimately 
use."

Adjusting netboot.cfg to reflect that.

Bug: T136737
Change-Id: I87bcca6139261be1af29845e6fc31a8fd65b4e31
---
M modules/install_server/files/autoinstall/netboot.cfg
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/69/315869/1

diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index 61d374a..ae9102d 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -102,8 +102,8 @@
 lithium|wezen) echo partman/raid1-gpt.cfg ;; \
 logstash100[1-3]) echo partman/raid1-lvm-ext4.cfg ;; \
 logstash100[4-6]) echo partman/logstash.cfg ;; \
-lvs[12]*) echo partman/flat.cfg ;; \
-lvs[34]*) echo partman/raid1-lvm.cfg ;; \
+lvs100[7-9]|lvs101[12]|lvs2*) echo partman/flat.cfg ;; \
+lvs100[1-6]|lvs[34]*) echo partman/raid1-lvm.cfg ;; \
 mc[0-9]*) echo partman/mc.cfg ;; \
 maps[1-2]00[1-4]) echo partman/raid1-lvm-ext4-srv.cfg ;; \
 maps-test200[1-4]) echo partman/lvm-ext-srv.cfg ;; \

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I87bcca6139261be1af29845e6fc31a8fd65b4e31
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits