[MediaWiki-commits] [Gerrit] operations/puppet[production]: partman: delete raid1-lvm-ext4 recipe

2017-02-15 Thread Dzahn (Code Review)
Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/337532 )

Change subject: partman: delete raid1-lvm-ext4 recipe
..


partman: delete raid1-lvm-ext4 recipe

This recipe does not appear to be used
when grep'ing netboot.cfg.

for recipe in *.cfg; do if ! grep -q $recipe ../netboot.cfg; then echo "$recipe 
not used"; git rm $recipe; fi; done

So delete it to consolidate.

Bug: T156955
Change-Id: Id1b9fe32ec78a03f39b68647acf1fcb12d9d2299
---
D modules/install_server/files/autoinstall/partman/raid1-lvm-ext4.cfg
1 file changed, 0 insertions(+), 54 deletions(-)

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



diff --git 
a/modules/install_server/files/autoinstall/partman/raid1-lvm-ext4.cfg 
b/modules/install_server/files/autoinstall/partman/raid1-lvm-ext4.cfg
deleted file mode 100644
index bd3a0e4..000
--- a/modules/install_server/files/autoinstall/partman/raid1-lvm-ext4.cfg
+++ /dev/null
@@ -1,54 +0,0 @@
-# Automatic software RAID 1 with LVM partitioning
-#
-# * two disks, sda & sdb
-# * layout:
-#   - /:   ext4, RAID1, 50GB
-#   - swap:   RAID1, 1GB, on LVM
-#   - free space for the rest under RAID1/LVM
-
-d-ipartman-auto/method string  raid
-d-ipartman-md/device_remove_md boolean true
-d-ipartman-lvm/device_remove_lvm   boolean true
-
-# Use the first two disks
-d-ipartman-auto/disk   string  /dev/sda /dev/sdb
-
-# Define physical partitions
-d-ipartman-auto/expert_recipe  string  \
-   multiraid ::\
-   500080005   raid\
-   $primary{ } method{ raid }  \
-   $lvmignore{ }   \
-   .   \
-   10001000-1  raid\
-   $primary{ } method{ raid }  \
-   $lvmignore{ }   \
-   .   \
-   100010001000linux-swap  \
-   $defaultignore{ }   \
-   $lvmok{ } lv_name{ swap }   \
-   method{ swap }  \
-   format{ }   \
-   .
-
-# Parameters are:
-#  \
-#   
-d-ipartman-auto-raid/recipestring  \
-   1   2   0   ext4/   \
-   /dev/sda1#/dev/sdb1 \
-   .   \
-   1   2   0   lvm -   \
-   /dev/sda2#/dev/sdb2 \
-   .
-
-d-ipartman-md/confirm  boolean true
-d-ipartman-md/confirm_nooverwrite  boolean true
-d-ipartman/confirm_write_new_label boolean true
-d-ipartman/choose_partitionselect  finish
-d-ipartman/confirm boolean true
-d-ipartman/confirm_nooverwrite boolean true
-
-d-ipartman-auto-lvm/guided_sizestring  80%
-d-ipartman-lvm/confirm boolean true
-d-ipartman-lvm/confirm_nooverwrite boolean true

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id1b9fe32ec78a03f39b68647acf1fcb12d9d2299
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn 
Gerrit-Reviewer: Dzahn 
Gerrit-Reviewer: Filippo Giunchedi 
Gerrit-Reviewer: Papaul 
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]: partman: delete raid1-lvm-ext4 recipe

2017-02-13 Thread Dzahn (Code Review)
Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/337532 )

Change subject: partman: delete raid1-lvm-ext4 recipe
..

partman: delete raid1-lvm-ext4 recipe

This recipe does not appear to be used
when grep'ing netboot.cfg.

for recipe in *.cfg; do if ! grep -q $recipe ../netboot.cfg; then echo "$recipe 
not used"; git rm $recipe; fi; done

So delete it to consolidate.

Bug: T156955
Change-Id: Id1b9fe32ec78a03f39b68647acf1fcb12d9d2299
---
D modules/install_server/files/autoinstall/partman/raid1-lvm-ext4.cfg
1 file changed, 0 insertions(+), 54 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/32/337532/1

diff --git 
a/modules/install_server/files/autoinstall/partman/raid1-lvm-ext4.cfg 
b/modules/install_server/files/autoinstall/partman/raid1-lvm-ext4.cfg
deleted file mode 100644
index bd3a0e4..000
--- a/modules/install_server/files/autoinstall/partman/raid1-lvm-ext4.cfg
+++ /dev/null
@@ -1,54 +0,0 @@
-# Automatic software RAID 1 with LVM partitioning
-#
-# * two disks, sda & sdb
-# * layout:
-#   - /:   ext4, RAID1, 50GB
-#   - swap:   RAID1, 1GB, on LVM
-#   - free space for the rest under RAID1/LVM
-
-d-ipartman-auto/method string  raid
-d-ipartman-md/device_remove_md boolean true
-d-ipartman-lvm/device_remove_lvm   boolean true
-
-# Use the first two disks
-d-ipartman-auto/disk   string  /dev/sda /dev/sdb
-
-# Define physical partitions
-d-ipartman-auto/expert_recipe  string  \
-   multiraid ::\
-   500080005   raid\
-   $primary{ } method{ raid }  \
-   $lvmignore{ }   \
-   .   \
-   10001000-1  raid\
-   $primary{ } method{ raid }  \
-   $lvmignore{ }   \
-   .   \
-   100010001000linux-swap  \
-   $defaultignore{ }   \
-   $lvmok{ } lv_name{ swap }   \
-   method{ swap }  \
-   format{ }   \
-   .
-
-# Parameters are:
-#  \
-#   
-d-ipartman-auto-raid/recipestring  \
-   1   2   0   ext4/   \
-   /dev/sda1#/dev/sdb1 \
-   .   \
-   1   2   0   lvm -   \
-   /dev/sda2#/dev/sdb2 \
-   .
-
-d-ipartman-md/confirm  boolean true
-d-ipartman-md/confirm_nooverwrite  boolean true
-d-ipartman/confirm_write_new_label boolean true
-d-ipartman/choose_partitionselect  finish
-d-ipartman/confirm boolean true
-d-ipartman/confirm_nooverwrite boolean true
-
-d-ipartman-auto-lvm/guided_sizestring  80%
-d-ipartman-lvm/confirm boolean true
-d-ipartman-lvm/confirm_nooverwrite boolean true

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id1b9fe32ec78a03f39b68647acf1fcb12d9d2299
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