Skip to content

Commit

Permalink
Merge pull request #434 from kubevirt-bot/cherry-pick-433-to-release-…
Browse files Browse the repository at this point in the history
…v0.19

[release-v0.19] remove sap hana template
  • Loading branch information
ksimon1 authored Apr 21, 2022
2 parents a78dcd7 + 0c1189a commit 822eb83
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 228 deletions.
5 changes: 0 additions & 5 deletions automation/test-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ fi
if [[ $TARGET =~ centos7.* ]] || [[ $TARGET =~ centos-stream.* ]]; then
workloads=("server" "desktop")
fi
if [[ $TARGET =~ .*saphana.* ]]; then
workloads=("saphana")
sizes=("tiny")
apply_only=true
fi

delete_vm() {
vm_name=$1
Expand Down
14 changes: 0 additions & 14 deletions generate-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,6 @@
set_fact:
rhel8_labels: "{{ lookup('osinfo', 'distro=rhel') |map(attribute='short_id') |select('match', '^rhel8\\.') |list |sort }}"

- name: Generate RHEL 8 SAP HANA template
template:
src: rhel8.saphana.tpl.yaml
dest: "{{ playbook_dir }}/dist/templates/{{ os }}-{{ item.workload }}-{{ item.flavor }}.yaml"
with_items:
- {flavor: tiny, workload: saphana, default: False}
vars:
os: rhel8
icon: rhel
majorrelease: rhel8
oslabels: "{{ rhel8_labels }}"
osinfoname: "{{ oslabels[0] }}"
cloudusername: cloud-user

- name: Generate RHEL 8 templates
template:
src: rhel8.tpl.yaml
Expand Down
209 changes: 0 additions & 209 deletions templates/rhel8.saphana.tpl.yaml

This file was deleted.

0 comments on commit 822eb83

Please sign in to comment.