]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
puddle: skip some cleanup in ceph-distill 34/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 20 May 2015 03:25:03 +0000 (21:25 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 20 May 2015 03:25:03 +0000 (21:25 -0600)
The ceph-distill script was deleting some files that distill doesn't
create any more (because we now set "skip_phase = createiso"). Stop
attempting to delete these.

roles/puddle/templates/distill/ceph-distill

index 4f5582d1ef018ba7aee7c11f4e505462c08185e5..cd618a93b8c946499c2ac5052d132dea12191e95 100755 (executable)
@@ -35,15 +35,8 @@ pushd $target/latest-Ceph-1-RHEL-7
   rm -r compose/{Calamari,MON,OSD}
   pushd compose/Installer
     # Remove more things that we don't need
-    rm -r x86_64/{debug,jigdo,os}/
+    rm -r x86_64/{debug,os}/
     rm -r source/tree/
-    # This ISO is only the "Installer" ISO, not the unified one. Remove it.
-    rm x86_64/iso/$compose_id-Installer-x86_64-dvd1.iso*
-    rm source/iso/$compose_id-Installer-source-dvd1.iso*
-    # These checksums are for the "Installer" ISO (see above).
-    rm {source,x86_64}/iso/MD5SUM
-    rm {source,x86_64}/iso/SHA1SUM
-    rm {source,x86_64}/iso/SHA256SUM
     # We are now left with two single "unified" ISOs in /x86_64 and in /source.
   popd # compose/Installer
 popd # $target