I tried to build the allinone template per the README, but it failed with:
$ vagrant up
Vagrant command: 'up'
Vagrant image command: ''
Created ./.vagrant/packer ./.vagrant/alf_data folders
Downloaded file:///Users/mak/lucidworks/alfresco-spk/stack-templates/community-allinone.json into ./.vagrant/nodes.json
Downloaded https://artifacts.alfresco.com/nexus/service/local/repositories/releases/content/org/alfresco/devops/chef-alfresco/0.6.13/chef-alfresco-0.6.13.tar.gz into ./.vagrant/cookbooks.tar.gz
Unpacked ./.vagrant/cookbooks.tar.gz into ./.vagrant
Processing node 'alfresco-allinone'
Downloaded file://$PWD/instance-templates/allinone-community.json into ./.vagrant/attributes-alfresco-allinone.json.original
Merged ./.vagrant/attributes-alfresco-allinone.json.original and ./.vagrant/localVars.json into ./.vagrant/attributes-alfresco-allinone.json
Spinning up 'alfresco-allinone' Vagrant instance on IP ``(~ 30 minutes run)
Bringing machine 'alfresco-allinone' up with 'virtualbox' provider...
==> alfresco-allinone: Box 'opscode-centos-7.1' could not be found. Attempting to find and install...
alfresco-allinone: Box Provider: virtualbox
alfresco-allinone: Box Version: >= 0
==> alfresco-allinone: Box file was not detected as metadata. Adding it directly...
==> alfresco-allinone: Adding box 'opscode-centos-7.1' (v0) for provider: virtualbox
alfresco-allinone: Downloading: opscode-centos-7.1
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.
Couldn't open file /Users/mak/lucidworks/alfresco-spk/opscode-centos-7.1
I tried to build the allinone template per the README, but it failed with:
That is because https://github.com/Alfresco/alfresco-spk/blob/f51062e9a47aff871116d4a0807e22c2b032fd4e/Vagrantfile#L50 uses "vagrantBoxUrl" and "boxName", but https://github.com/Alfresco/alfresco-spk/blob/f51062e9a47aff871116d4a0807e22c2b032fd4e/scripts/provisioning-libs.rb#L21 uses "boxUrl" and "boxName". If I change the "vagrantBoxUrl" to "boxUrl", it works.