vagrant-smartos / vagrant-smartos-zones

Manage SmartOS local zones in Vagrant
MIT License
54 stars 9 forks source link

Ability to configure pkgsrc mirror #27

Closed sax closed 9 years ago

sax commented 9 years ago

I want to be able to run a pkgsrc mirror in our office, and configure the plugin so that any attempts by a zone to hit http://pkgsrc.joyent.com instead use our mirror.

This should not be specific to a Vagrantfile, it should be configured locally on a host. When configured, all zones created get the changes written into the pkgsrc config file.

bixu commented 9 years ago

This is primarily to make Test Kitchen faster?

sax commented 9 years ago

Any pkg installs. Build-essential takes 10 minutes to install from our office. It makes it annoying to destroy a vm and rebuild it. This is amplified in test-kitchen, though.

Sent from my iPhone

On Dec 17, 2014, at 2:17 AM, Blake Irvin notifications@github.com wrote:

This is primarily to make Test Kitchen faster?

— Reply to this email directly or view it on GitHub.

sax commented 9 years ago

I just pushed 0.0.3, which includes this feature.