I've prototyped a charm that does this (grabs a 100+ MB file from swift during the install hook). The issue I ran into was python-swiftclient is not built into the canonistack image. So inside my hooks.py file, I had to fetch the package before doing 'import swiftclient'. Obviously not the most elegant solution.
Francis On Sat, Nov 2, 2013 at 1:17 PM, Evan Dandrea <[email protected]> wrote: > On 1 November 2013 18:26, Michael Barnett <[email protected]> > wrote: >> == WebOps == >> * Made progress on delivering large charm payloads via swift instead >> of relying on juju's internal git server > > Hi Michael, > > Do you have any branches for this you could point us at? My team is > ramping up on charming the CI dashboard and some new pieces. We've > been working off the previous suggested approach of having payload > tarballs in files/, so if now is a good time to move to Swift for this > do let us know. > > Thanks! > > -- > Mailing list: https://launchpad.net/~canonical-ci-engineering > Post to : [email protected] > Unsubscribe : https://launchpad.net/~canonical-ci-engineering > More help : https://help.launchpad.net/ListHelp -- Francis Ginther Canonical - Ubuntu Engineering - Continuous Integration Team -- Mailing list: https://launchpad.net/~canonical-ci-engineering Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-ci-engineering More help : https://help.launchpad.net/ListHelp

