Hi all; I am building an automation framework which will deploy customized boxes using vcloud plugin. I wonder whether Vagrant allows me to supply a VM property which is defined in my OVF file upon provision and not setting it as default value for this property upon box creation.
For example, in my ovf file I have the following currency property: > <Property ovf:key="currency" ovf:type="string" ovf:userConfigurable="true" > ovf:value="USD - US Dollar".....> Until now I used to override this 'currency' value 'USD' with an alternative supported currency (i.e. EUR) in the ovf file and then packing this ovf into a Vagrant box. This was a manageable solution until multiple variables appear in my box (multiple boxes with small ovf file differences). Now I need to create a single box and supply all this variables upon VM provisioning (the values can be supplied in Vagrantfile). Ideas? -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/1b1bda9a-13a5-4522-8253-d8d96dd2b328%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
