From cba6838a8bea83d7a9d132f0774dc3cd35f08c13 Mon Sep 17 00:00:00 2001 From: Yuya Kusakabe Date: Thu, 25 Oct 2018 17:32:43 +0900 Subject: vmware: add cloud-init customization to ovf --- .../vmware-ova/templates/vyos_vmware_image.ovf.j2 | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'roles/vmware-ova/templates/vyos_vmware_image.ovf.j2') diff --git a/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 b/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 index b6b7fa7..19f5a87 100644 --- a/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 +++ b/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 @@ -117,6 +117,33 @@ VyOS VyOS maintainers and contributors {{ vyos_version }} + + + Specifies the instance id. This is required and used to determine if the machine should take "first boot" actions + + + Specifies the hostname for the appliance + + + + This field is optional, but indicates that the instance should 'seed' user-data and meta-data from the given url. If set to 'http://tinyurl.com/sm-' is given, meta-data will be pulled from http://tinyurl.com/sm-meta-data and user-data from http://tinyurl.com/sm-user-data. Leave this empty if you do not want to seed from a url. + + + + This field is optional, but indicates that the instance should populate the default user's 'authorized_keys' with this value + + + + In order to fit into a xml attribute, this value is base64 encoded . It will be decoded, and then processed normally as user-data. + + + + + If set, the default user's password will be set to this value to allow password based login. The password will be good for only a single login. If set to the string 'RANDOM' then a random password will be generated, and written to the console. + + -- cgit v1.2.3