]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Add OpenSUSE Leap 15.1 493/head
authorDavid Galloway <dgallowa@redhat.com>
Fri, 6 Dec 2019 18:40:14 +0000 (13:40 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 6 Dec 2019 18:40:14 +0000 (13:40 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
cobbler.yml
roles/cobbler_profile/defaults/main.yml

index 60ff24f2843ede598edd7087b4a99a37078caabd..0785a9a888b8bf99d1348a9c30c15f86fbcce612 100644 (file)
@@ -35,5 +35,6 @@
     - { role: cobbler_profile, distro_name: Ubuntu-16.04-server-x86_64, tags: ['ubuntu-xenial'] }
     - { role: cobbler_profile, distro_name: Ubuntu-18.04-server-x86_64, tags: ['ubuntu-bionic'] }
     - { role: cobbler_profile, distro_name: openSUSE-15.0-x86_64, tags: ['opensuse-15.0'] }
+    - { role: cobbler_profile, distro_name: openSUSE-15.1-x86_64, tags: ['opensuse-15.1'] }
     - cobbler_systems
   become: true
index b0591a43d33335aa8fba44cfb0d8fff898ae0801..23323133d8a2ddd5f8b8796d34d35dc9fddd7486 100644 (file)
@@ -110,3 +110,7 @@ distros:
       iso: "https://download.opensuse.org/distribution/leap/15.0/iso/openSUSE-Leap-15.0-DVD-x86_64.iso"
       sha256: c477428c7830ca76762d2f78603e13067c33952b936ff100189523e1fabe5a77
       kickstart: cephlab_opensuse_leap.xml
+  "openSUSE-15.1-x86_64":
+      iso: "https://download.opensuse.org/distribution/leap/15.1/iso/openSUSE-Leap-15.1-DVD-x86_64.iso"
+      sha256: c6d3ed19fe5cc25c4667bf0b46cc86aebcfbca3b0073aed0a288834600cb8b97
+      kickstart: cephlab_opensuse_leap.xml