]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Cobbler: Add Bionic Beaver
authorDavid Galloway <dgallowa@redhat.com>
Fri, 27 Apr 2018 15:53:29 +0000 (11:53 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Fri, 27 Apr 2018 15:53:29 +0000 (11:53 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
cobbler.yml
roles/cobbler_profile/defaults/main.yml

index 86fcf892ef90f648bdaf4c17cfae5b3fce16cb0f..5c23bb42219bd84be2bc48d294b1a0542ff22453 100644 (file)
@@ -25,5 +25,6 @@
     - { role: cobbler_profile, distro_name: Ubuntu-14.04-server-x86_64, tags: ['ubuntu-trusty'] }
     - { role: cobbler_profile, distro_name: Ubuntu-15.04-server-x86_64, tags: ['ubuntu-vivid'] }
     - { 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'] }
     - cobbler_systems
   become: true
index 2f62a04ceea416d45bc7883ec8aea05f1ac6f5a1..05ddbb97ab2495a94abbacbdd12c95fa166db7b5 100644 (file)
@@ -78,3 +78,9 @@ distros:
       kickstart: cephlab_ubuntu.preseed
       kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200"
       kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200"
+  "Ubuntu-18.04-server-x86_64":
+      iso: "http://cdimage.ubuntu.com/releases/18.04/release/ubuntu-18.04-server-amd64.iso"
+      sha256: a7f5c7b0cdd0e9560d78f1e47660e066353bb8a79eb78d1fc3f4ea62a07e6cbc
+      kickstart: cephlab_ubuntu.preseed
+      kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200"
+      kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200"