Merge lp:~ltrager/maas-images/add_missing_centos_packages into lp:maas-images

Proposed by Lee Trager
Status: Merged
Merged at revision: 409
Proposed branch: lp:~ltrager/maas-images/add_missing_centos_packages
Merge into: lp:maas-images
Prerequisite: lp:~ltrager/maas-images/fix_building_bootloaders
Diff against target: 20 lines (+4/-0)
1 file modified
conf/centos.yaml (+4/-0)
To merge this branch: bzr merge lp:~ltrager/maas-images/add_missing_centos_packages
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Review via email: mp+354841@code.launchpad.net

Commit message

Add device-mapper-multipath and iscsi-initiator-utils packages to CentOS for offline deployments.

To post a comment you must log in.
Revision history for this message
Blake Rouse (blake-rouse) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'conf/centos.yaml'
2--- conf/centos.yaml 2018-08-29 01:11:02 +0000
3+++ conf/centos.yaml 2018-09-13 08:13:13 +0000
4@@ -42,6 +42,8 @@
5 - dosfstools
6 - lvm2
7 - mdadm
8+ - device-mapper-multipath
9+ - iscsi-initiator-utils
10 centos66:
11 version: 6.6
12 release_title: "CentOS 6.6"
13@@ -69,5 +71,7 @@
14 - lvm2
15 - mdadm
16 - xfsprogs
17+ - device-mapper-multipath
18+ - iscsi-initiator-utils
19
20 # vi: syntax=yaml nowrap

Subscribers

People subscribed via source and target branches