← Back to team overview

orchestra team mailing list archive

[Bug 850892] Re: orchestra-import-isos does not update

 

This bug was fixed in the package orchestra - 2.25-0ubuntu1

---------------
orchestra (2.25-0ubuntu1) precise; urgency=low

  [ Scott Moser ]
  * provisioning-server/
    /etc/avahi/services/orchestra_provisioning_server.service
    Advertise the orchestra provisioning service via avahi (LP: #893189)

  [ Adam Gandelman ]
  * orchestra-import-isos: import ISOs by default if no option specified
    Check for updates for existing ISOs, download + update distro if necessary.
    (LP: #850892)

  [ Andres Rodriguez ]
  * debian/ubuntu-orchestra-provisioning-server.postinst. Do not use args for
    orchestra-import-isos to maintain backwards compatibility.
 -- Andres Rodriguez <andreserl@xxxxxxxxxx>   Mon, 28 Nov 2011 18:19:59 -0500

** Branch linked: lp:orchestra

** Changed in: orchestra (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of
orchestra, which is subscribed to orchestra in Ubuntu.
https://bugs.launchpad.net/bugs/850892

Title:
  orchestra-import-isos does not update

Status in “cobbler” package in Ubuntu:
  Fix Released
Status in “orchestra” package in Ubuntu:
  Fix Released

Bug description:
  currently, ubuntu-orchestra-provisioning-server will install a cron
  job in /etc/cron.d/orchestra-import-isos that runs weekly.

  That runs /usr/sbin/orchestra-import-isos , which does has code like this:
        # Skip if cobbler already has this distro/arch combo
        if ! (cobbler distro list | grep -qs " $r-$a$"); then
           # Import the iso
           cobbler-ubuntu-import $r-$a
        fi

  The stanza there makes sense to not waste bandwidth, but it is insufficient in 2 ways:
   1.) it will not update the development release (even from an iso imported during development to a released iso), which ensures that the user will have failed installs of development releases. (bug 850886)
   2.) if '1' is fixed, it would not do out-of-date checking and thus waste bandwidth.

  I think the most reasonable way to fix this is to have cobbler-ubuntu-
  import have a '--out-of-date-check' flag that would then check if an
  update was needed against a timestamp or file.  Then orchestra could
  just check if an update was needed and if so do it, otherwise
  continue.

  related bugs:
   bug 850886: cobbler-ubuntu-import results in possibly stale netboot kernels 
   bug 850880: cobbler-ubuntu-import does not pull from -updates
   bug 850892: orchestra-import-isos does not update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/850892/+subscriptions


References