From 02c26b246531bee37f877a902efede0e77de21e4 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 27 Jun 2022 16:46:27 +0200 Subject: [PATCH] Scale down cpu/ram --- ansible/roles/metacluster/tasks/components.yml | 2 +- scripts/Update-OvfConfiguration.yml | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/ansible/roles/metacluster/tasks/components.yml b/ansible/roles/metacluster/tasks/components.yml index 017ac4f..9882a9b 100644 --- a/ansible/roles/metacluster/tasks/components.yml +++ b/ansible/roles/metacluster/tasks/components.yml @@ -36,7 +36,7 @@ chdir: /opt/metacluster/container-images loop: "{{ containerimages.results | map(attribute='stdout_lines') | flatten }}" -- name: Compress tarballs +- name: Compress tarballs -- **SLOW** community.general.archive: dest: /opt/metacluster/container-images/image-tarballs.tgz path: /opt/metacluster/container-images/* diff --git a/scripts/Update-OvfConfiguration.yml b/scripts/Update-OvfConfiguration.yml index 775e1ae..4e1d3e4 100644 --- a/scripts/Update-OvfConfiguration.yml +++ b/scripts/Update-OvfConfiguration.yml @@ -1,16 +1,16 @@ DeploymentConfigurations: - Id: small - Label: 'Ubuntu Server 20.04 [SMALL: 1 vCPU/2GB RAM]' - Description: Ubuntu Server 20.04.x + Label: 'Ubuntu Server 22.04 [SMALL: 1 vCPU/2GB RAM]' + Description: Ubuntu Server 22.04.x Size: CPU: 1 Memory: 2048 -- Id: large - Label: 'Ubuntu Server 20.04 [LARGE: 4 vCPU/8GB RAM]' - Description: Ubuntu Server 20.04.x +- Id: medium + Label: 'Ubuntu Server 22.04 [MEDIUM: 2 vCPU/4GB RAM]' + Description: Ubuntu Server 22.04.x Size: - CPU: 4 - Memory: 8192 + CPU: 2 + Memory: 4096 DynamicDisks: [] PropertyCategories: # - Name: 0) Deployment information @@ -19,7 +19,7 @@ PropertyCategories: # Type: string # Value: # - small -# - large +# - medium # UserConfigurable: false - Name: 1) Operating System ProductProperties: @@ -81,6 +81,7 @@ PropertyCategories: DefaultValue: '' Configurations: '*' UserConfigurable: true + AdvancedOptions: - Key: appliance.name Value: "{{ appliance.name }}"