I'm doing some Chef recipe testing using test-kitchen on vagrant virtuals. Each time I run kitchen test
, it is downloading a copy of the chef omnibus installer from the standard place (Amazon). The problem is that I'm at home, and each of those downloads takes time, and adds to my monthly network usage.
Is there a way to configure test-kitchen / kitchen-vagrant / whatever so that the downloads come from a local cache? If I set up a caching proxy webserver on my PC, can I get test-kitchen to configure the vagrant instance to use it for the chef downloads?