Skip to content

Commit

Permalink
chore: drop fedora tiny templates
Browse files Browse the repository at this point in the history
newest fedora 40 has 2Gi required memory. This means, tiny template
does not have accomplished with minimal requirements and will be
dropped.

Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 committed May 20, 2024
1 parent 6355047 commit d9d3675
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions generate-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@
src: fedora.tpl.yaml
dest: "{{ playbook_dir }}/dist/templates/{{ os }}-{{ item.workload }}-{{ item.flavor }}.yaml"
with_items:
- {flavor: tiny, workload: desktop, memsize: "1Gi", cpus: 1, iothreads: False, emulatorthread: False, tablet: True, default: False}
- {flavor: tiny, workload: server, memsize: "1Gi", cpus: 1, iothreads: False, emulatorthread: False, tablet: False, default: False}
- {flavor: tiny, workload: highperformance, memsize: "1Gi", cpus: 1, iothreads: True, emulatorthread: True, tablet: False, default: False}
- {flavor: small, workload: desktop, memsize: "2Gi", cpus: 1, iothreads: False, emulatorthread: False, tablet: True, default: False}
- {flavor: small, workload: server, memsize: "2Gi", cpus: 1, iothreads: False, emulatorthread: False, tablet: False, default: True}
- {flavor: small, workload: highperformance, memsize: "2Gi", cpus: 1, iothreads: True, emulatorthread: True, tablet: False, default: False}
Expand All @@ -253,7 +250,7 @@
icon: fedora
majorrelease: fedora
oslabels: "{{ fedora_labels }}"
osinfoname: "{{ oslabels[0] }}"
osinfoname: "{{ oslabels | last }}"
cloudusername: fedora
containerdisk_urls: "{{ fedora_containerdisk_urls }}"
image_urls: "{{ fedora_image_urls }}"
Expand Down

0 comments on commit d9d3675

Please sign in to comment.