technolo-g / docker-swarm-demo

A demo of Docker Swarm
118 stars 19 forks source link

The '' provisioner could not be found. #4

Closed jglick closed 9 years ago

jglick commented 9 years ago

Running Ubuntu 14.10 (all updates), Vagrant 1.7.2, Ansible 1.7.2, sshpass 1.05, this repo @e3348d95a2d7869eae40bbff4f59d12e04095cf6.

docker-swarm-demo$ vagrant up
Vagrant is upgrading some internal state for the latest version.
Please do not quit Vagrant at this time. While upgrading, Vagrant
will need to copy all your boxes, so it will use a considerable
amount of disk space. After it is done upgrading, the temporary disk
space will be freed.

Press ctrl-c now to exit if you want to remove some boxes or free
up some disk space.

Press the Enter or Return key to continue.
Bringing machine 'dockerhost01' up with 'virtualbox' provider...
Bringing machine 'dockerhost02' up with 'virtualbox' provider...
Bringing machine 'dockerhost03' up with 'virtualbox' provider...
Bringing machine 'dockerswarm01' up with 'virtualbox' provider...
==> dockerhost01: Box 'vbox-trusty64-20150111.box' could not be found. Attempting to find and install...
    dockerhost01: Box Provider: virtualbox
    dockerhost01: Box Version: >= 0
==> dockerhost01: Adding box 'vbox-trusty64-20150111.box' (v0) for provider: virtualbox
    dockerhost01: Downloading: https://s3-us-west-2.amazonaws.com/technolo-g/vagrant-boxes/ubuntu/vbox-trusty64-20150111.box
==> dockerhost01: Successfully added box 'vbox-trusty64-20150111.box' (v0) for 'virtualbox'!
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:
* The '' provisioner could not be found.

Not yet sure what this means, will update if I find anything.

jglick commented 9 years ago

Never mind, missed this in the instructions:

vagrant plugin install vagrant-hosts