From 8a805c0d51ab1903a48d4276c96ef7ddeb8d95b2 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 11 Jan 2019 12:11:58 -0500 Subject: [PATCH] Add CentOS 7.6 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 bcf2d457..ad5939b2 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -23,6 +23,7 @@ - { 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-7.5-x86_64, tags: ['centos7.5'] } + - { role: cobbler_profile, distro_name: CentOS-7.6-x86_64, tags: ['centos7.6'] } - { 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 b2bbc48b..6ea49b4d 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -58,6 +58,10 @@ distros: iso: http://ftp.linux.ncsu.edu/pub/CentOS/7.5.1804/isos/x86_64/CentOS-7-x86_64-DVD-1804.iso sha256: 506e4e06abf778c3435b4e5745df13e79ebfc86565d7ea1e128067ef6b5a6345 kickstart: cephlab_rhel.ks + "CentOS-7.6-x86_64": + iso: http://ftp.linux.ncsu.edu/pub/CentOS/7.6.1810/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso + sha256: 6d44331cc4f6c506c7bbe9feb8468fad6c51a88ca1393ca6b8b486ea04bec3c1 + 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.47.3