Skip to content

Commit

Permalink
Merge pull request #579 from ksimon1/fix-fedora-tiny
Browse files Browse the repository at this point in the history
chore: drop fedora tiny templates
  • Loading branch information
ksimon1 authored May 29, 2024
2 parents 557db82 + d9d3675 commit 0bb7b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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
2 changes: 1 addition & 1 deletion osinfo-db
Submodule osinfo-db updated from 48002b to 28c480

0 comments on commit 0bb7b7d

Please sign in to comment.