Comments on: Super Lazy Provisioning with Vagrant http://www.terminally-incoherent.com/blog/2013/11/20/super-lazy-provisioning-with-vagrant/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Luke Maciak http://www.terminally-incoherent.com/blog/2013/11/20/super-lazy-provisioning-with-vagrant/#comment-58029 Tue, 26 Nov 2013 20:23:01 +0000 http://www.terminally-incoherent.com/blog/?p=15877#comment-58029

@ Chris Wellons:

Nice. This is a great idea. Now I just need to dig out some piece of hardware (or virtual relestate) on which I can set it up, and wrangle an IP away from the ever stingy network dudes. :P

Reply  |  Quote
]]>
By: Provisioning with Vagrant | 0ddn1x: tricks with *nix http://www.terminally-incoherent.com/blog/2013/11/20/super-lazy-provisioning-with-vagrant/#comment-57659 Fri, 22 Nov 2013 18:04:41 +0000 http://www.terminally-incoherent.com/blog/?p=15877#comment-57659

[…] http://www.terminally-incoherent.com/blog/2013/11/20/super-lazy-provis ioning-with-vagrant/ […]

]]>
By: Chris Wellons http://www.terminally-incoherent.com/blog/2013/11/20/super-lazy-provisioning-with-vagrant/#comment-57481 Wed, 20 Nov 2013 16:40:53 +0000 http://www.terminally-incoherent.com/blog/?p=15877#comment-57481

If you’re going to be grabbing the same .deb packages a bunch of times I strongly recommend setting up an Apt-Cacher NG server on your network. It’s effectively a fully-up-to-date local mirror where any particular package+version is only ever fetched over the Internet once, lazily. I run one at work where it’s used by a number of people, one of whom uses it to update his dozens of VMs (I think using Puppet). Sharing it is a nice benefit to me because packages tend to already be cached by the time I need them.

As you’ve probably already seen, I’ve been using live-build to reasonably capture system configuration, allowing for fresh images to be built efficiently on demand. It probably wouldn’t work well for your particular scenario here since live-build can only make live systems, practically read-only, at the moment.

Reply  |  Quote
]]>