StackStorm / packer-st2

Packer templates for building & deploying Vagrant & OVA with StackStorm installed
https://app.vagrantup.com/stackstorm/boxes/st2
Apache License 2.0
13 stars 7 forks source link

Add `st2_deploy` build step to upload the box to Vagrant Cloud #27

Closed arm4b closed 6 years ago

arm4b commented 6 years ago

Closes #10

Automation to deploy the .box to Vagrant Cloud https://app.vagrantup.com/stackstorm/boxes/st2.

Had to fork orignal vagrant-cloud post-pocessor plugin https://www.packer.io/docs/post-processors/vagrant-cloud.html to be able to run the deploy step separately having just the artifact file. Otherwise it requires entire virtualbox/vagrant Packer build pipeline.