JNPRAutomate / space-packer

Packer templates for Juniper's Junos Space Virtual Appliance, including Security Director, Virtual Director, and Log Director
Apache License 2.0
6 stars 1 forks source link

Fix naming convention on vmx files #6

Closed aebling closed 10 years ago

aebling commented 10 years ago

Determine wether or not to use the space- prefix on outgoing vmx files. They are different for ovf output as well as the fix copy of files. Packer is looking for files without the prefix.

aebling commented 10 years ago

To clarify. The ending output actually works in that none of the files in the vmx directory have the space- prefix attached. However it appears this is a bug in the image-prep.sh in that there are confusion on variable names since one is OVF_PREFIX and OVA_PREFIX. I am pretty sure this was not intentional but is very confusing. Needs cleanup. OVF and OVA seem intermixed.

routelastresort commented 10 years ago

Fair enough - all of these were quickly strung together with heavy multitasking going on. Haste makes waste, yo.

routelastresort commented 10 years ago

Okay, this should be all fixed now (and newer images have space- on the front of everything). This might be a VMware Fusion vs. Workstation, or Linux vs. Mac thing. I'll assume OSX, and Linux people can figure it out on their own. I will periodically check, but most of this stems from ovftool - that's why the explicit directories are there.