From 45484c0b05d39461500212481e2466155dd1e210 Mon Sep 17 00:00:00 2001 From: Megian Date: Tue, 18 Jan 2022 17:10:17 +0100 Subject: Add DatasourceOVF network-config propery to Ubuntu OVF example (#1184) Cloud-init includes the capability to take the network-config from a separate key. This removes the need to merge the network config in the user-data and make it more transparent in some cases. Reference: https://github.com/canonical/cloud-init/blob/42b938e8ff4c50833ff7b8f5acc1d9ab3f43ab18/cloudinit/sources/DataSourceOVF.py#L557 --- doc/sources/ovf/example/ubuntu-server.ovf | 4 ++++ tools/.github-cla-signers | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/sources/ovf/example/ubuntu-server.ovf b/doc/sources/ovf/example/ubuntu-server.ovf index 846483a1..d61adf35 100644 --- a/doc/sources/ovf/example/ubuntu-server.ovf +++ b/doc/sources/ovf/example/ubuntu-server.ovf @@ -48,6 +48,10 @@ 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. + + + This field is optional. The value for network-config has to be base64 encoded. + Virtual hardware requirements diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index 62e6017a..eebcdc9b 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -53,6 +53,7 @@ manuelisimo marlluslustosa matthewruffell maxnet +megian mitechie nazunalika nicolasbock -- cgit v1.2.3