Skip to content

Commit

Permalink
remove sap hana template
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimon1 authored and kubevirt-bot committed Apr 20, 2022
1 parent a78dcd7 commit 0c1189a
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 0c1189a

Please sign in to comment.