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

Use /30 for host network, not /31 #40

Closed LindsayHill closed 6 years ago

LindsayHill commented 6 years ago

The use of a /31 prefix for the host network does not work on all operating systems. See https://github.com/StackStorm/st2docs/issues/744

This should be changed to /30.

arm4b commented 6 years ago

Good find!

How about a PR fixing that? The Vagrantfile is in this repo:

https://github.com/StackStorm/packer-st2/blob/5bb4125fc9f34a609a901916a163ce9176db917a/Vagrantfile.template#L42-L45