From 998f5ef381ad851a372cbc74b2970c2b963e22ee Mon Sep 17 00:00:00 2001 From: djpbessems Date: Tue, 8 Jun 2021 22:28:40 +0200 Subject: [PATCH] Remove multiline descriptions for deployment options --- scripts/Update-OvfConfiguration.yml | 32 +++++++++++++---------------- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/scripts/Update-OvfConfiguration.yml b/scripts/Update-OvfConfiguration.yml index 0aca639..3fec363 100644 --- a/scripts/Update-OvfConfiguration.yml +++ b/scripts/Update-OvfConfiguration.yml @@ -1,30 +1,26 @@ DeploymentConfigurations: -- Id: ubuntu-small - Label: 'Ubuntu Server 20.04 [SMALL]' - Description: | - Ubuntu Server 20.04 - 1 vCPU/2GB RAM +- Id: small + Label: 'Ubuntu Server 20.04 [SMALL: 1 vCPU/2GB RAM]' + Description: Ubuntu Server 20.04.x Size: CPU: 1 Memory: 2048 -- Id: ubuntu-large - Label: 'Ubuntu Server 20.04 [LARGE]' - Description: | - Ubuntu Server 20.04 - 4 vCPU/8GB RAM +- Id: large + Label: 'Ubuntu Server 20.04 [LARGE: 4 vCPU/8GB RAM]' + Description: Ubuntu Server 20.04.x Size: CPU: 4 Memory: 8192 DynamicDisks: [] PropertyCategories: -- Name: 0) Deployment information - ProductProperties: - - Key: deployment.type - Type: string - Value: - - ubuntu-small - - ubuntu-large - UserConfigurable: false +# - Name: 0) Deployment information +# ProductProperties: +# - Key: deployment.type +# Type: string +# Value: +# - small +# - large +# UserConfigurable: false - Name: 1) Operating System ProductProperties: - Key: guestinfo.hostname