From d6ce436f7356a582f4f0cedb90b249bf90784316 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 14 Sep 2017 12:17:44 -0400 Subject: [PATCH] cobbler: Add CentOS 7.4 Signed-off-by: David Galloway --- cobbler.yml | 1 + roles/cobbler_profile/defaults/main.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/cobbler.yml b/cobbler.yml index dd2aa98..12ff28a 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -18,6 +18,7 @@ - { role: cobbler_profile, distro_name: CentOS-7.1-x86_64, tags: ['centos7.1'] } - { role: cobbler_profile, distro_name: CentOS-7.2-x86_64, tags: ['centos7.2'] } - { role: cobbler_profile, distro_name: CentOS-7.3-x86_64, tags: ['centos7.3'] } + - { role: cobbler_profile, distro_name: CentOS-7.4-x86_64, tags: ['centos7.4'] } - { role: cobbler_profile, distro_name: CentOS-6.7-x86_64, tags: ['centos6.7'] } - { role: cobbler_profile, distro_name: Ubuntu-12.04-server-x86_64, tags: ['ubuntu-precise'] } - { role: cobbler_profile, distro_name: Ubuntu-14.04-server-x86_64, tags: ['ubuntu-trusty'] } diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index 6e9ffd5..a13c58b 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -44,6 +44,10 @@ distros: iso: http://ftp.linux.ncsu.edu/pub/CentOS/7.3.1611/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso sha256: c455ee948e872ad2194bdddd39045b83634e8613249182b88f549bb2319d97eb kickstart: cephlab_rhel.ks + "CentOS-7.4-x86_64": + iso: http://ftp.linux.ncsu.edu/pub/CentOS/7.4.1708/isos/x86_64/CentOS-7-x86_64-DVD-1708.iso + sha256: ec7500d4b006702af6af023b1f8f1b890b6c7ee54400bb98cef968b883cd6546 + kickstart: cephlab_rhel.ks "CentOS-6.7-x86_64": iso: http://ftp.linux.ncsu.edu/pub/CentOS/6.7/isos/x86_64/CentOS-6.7-x86_64-bin-DVD1.iso sha256: c0c1a05d3d74fb093c6232003da4b22b0680f59d3b2fa2cb7da736bc40b3f2c5 -- 2.39.5