Packer templates for building the Junos Space Network Management Platform, as well as its components:
PROTIP: these are experimental versions, and it's recommended that you use the prebuilt Vagrant labs when they are available.
Please see the Packer documentation if you plan on building these images yourself!
git clone https://github.com/JNPRAutomate/space-packer
./images/download
in the project directoryimage-prep.sh
script to prepare the images. Ideally, this will also download the source .OVA files in the future.packer validate <templatename>
will validate the JSON templates provided. If any of the source VMs, files, scripts, or automation inputs are missing, validate
will tell you which ones (in addition to JSON syntax checking)packer build <templatename>
will build the VMs for VMware and VirtualBox. You need both installed, or you need to specify -only <provider>
, e.g. -only=virtualbox-ovf
, or -only=vmware-vmx
./builds/<provider>
These boxes are designed to work in a lab environment with static IPs, and it's recommended that you change settings in these templates for your environment.
Please open any issues on the space-packer github issue tracker. Please make sure you've checked out the common issues before opening a ticket.