Skip to content

Commit

Permalink
Merge pull request #152 from ksimon1/remove-conroe-cpu-model
Browse files Browse the repository at this point in the history
remove conroe cpu model from ubuntu template
  • Loading branch information
ksimon1 authored May 20, 2020
2 parents 7034407 + e425b01 commit acf1548
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion generate-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@
- {flavor: medium, workload: desktop, memsize: "4Gi", cpus: 1, iothreads: False, tablet: True}
- {flavor: large, workload: desktop, memsize: "8Gi", cpus: 2, iothreads: False, tablet: True}
vars:
cpumodel: Conroe
os: ubuntu
icon: ubuntu
password: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion templates/ubuntu.tpl.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: template.openshift.io/v1
kind: Template
metadata:
name: {{ os }}-{{ item.workload }}-{{ item.flavor }}-v0.7.0
name: {{ os }}-{{ item.workload }}-{{ item.flavor }}-v0.11.0
annotations:
openshift.io/display-name: "Ubuntu 18.04 (Xenial Xerus) VM"
description: >-
Expand Down

0 comments on commit acf1548

Please sign in to comment.