Merge ~ltrager/maas-images:centos1905 into maas-images:master

Proposed by Lee Trager
Status: Merged
Merge reported by: Lee Trager
Merged at revision: cdd8fc53e70e4c25dd941a6f4be7a85d1d4ed891
Proposed branch: ~ltrager/maas-images:centos1905
Merge into: maas-images:master
Diff against target: 30 lines (+4/-4)
1 file modified
conf/centos.yaml (+4/-4)
Reviewer Review Type Date Requested Status
Newell Jensen (community) Approve
Review via email: mp+370786@code.launchpad.net

Commit message

Bump CentOS to 1905

Description of the change

Tested in the CI. All machines deploy CentOS 7, CentOS 6 only supports legacy booting and deployed on all legacy systems.

To post a comment you must log in.
Revision history for this message
Newell Jensen (newell-jensen) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/conf/centos.yaml b/conf/centos.yaml
2index 854782d..6f410f9 100644
3--- a/conf/centos.yaml
4+++ b/conf/centos.yaml
5@@ -15,10 +15,10 @@ versions:
6 curtin_files: "{curtin_path}/centos7"
7 # The upstream revision to create MAAS images for. All other versions
8 # are ignored if this is defined.
9- revision: 1901
10+ revision: 1905
11 # The lp:maas-images release. This defaults to 01. Changing this will
12 # cause a new build of the revision to be imported.
13- release: 01
14+ # release: 01
15 packages:
16 # cloud-init depends on packages from EPEL
17 - epel-release
18@@ -59,10 +59,10 @@ versions:
19 curtin_files: "{curtin_path}/centos6"
20 # The upstream revision to create MAAS images for. All other versions
21 # are ignored if this is defined.
22- revision: 1808
23+ revision: 1905
24 # The lp:maas-images release. This defaults to 01. Changing this will
25 # cause a new build of the revision to be imported.
26- release: 02
27+ # release: 02
28 packages:
29 # cloud-init depends on packages from EPEL
30 - epel-release

Subscribers

People subscribed via source and target branches