vagrant-joyent icon indicating copy to clipboard operation
vagrant-joyent copied to clipboard

A Vagrant provider for Joyent

Results 8 vagrant-joyent issues
Sort by recently updated
recently updated
newest added

If you are provisioning anything under the Standard 1 image, it doesn't return back fast enough for Vagrant and it is reported as a failure. I've added a boot time...

When provisioning under-powered instances, it is often necessary to wait longer for them to become available. We need a configurable setting to indicate to wait longer until ssh comes online.

I'm unable to add the joyent-base64 box to Vagrant 1.6.5; it throws the following error when I attempt it. ``` $ vagrant box add apetresc/joyent-base64 ==> box: Loading metadata for...

Hi, I found a small problem with the rsync command when using non-default ssh keys. I noticed things would work only if I would create a ~/.ssh/config file and add...

I've found that having the plugin rely on a base box for default values creates a "chicken and egg" problem when the box is not yet installed. I've fixed this...

Joyent has support for specifying a private network at instance creation time. Would be great to be able to specify this in the Vagrantfile.

enhancement

Currently only `vagrant destroy` is supported. But `vagrant halt` has a pretty clear analogue in Joyent: stopping an instance without terminating it. When `vagrant up` is run again, the instance...

enhancement