Skip to content

Commit

Permalink
feat: Upgrade to ODF 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
iranzo committed Jun 30, 2022
1 parent 61ca434 commit bf5bdd8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EDGECLUSTERS_FILE ?= ${PWD}/hack/deploy-hub-local/edgeclusters.yaml
PULL_SECRET ?= ${HOME}/openshift_pull.json
OCP_VERSION ?= 4.10.13
ACM_VERSION ?= 2.4
ODF_VERSION ?= 4.9
ODF_VERSION ?= 4.10



Expand Down
6 changes: 0 additions & 6 deletions hack/deploy-hub-local/build-edgecluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ EOF
root_disk: /dev/vda
storage_disk:
- /dev/vdb
- /dev/vdc
- /dev/vdd
- /dev/vde
EOF
done

Expand All @@ -165,9 +162,6 @@ EOF
root_disk: /dev/vda
storage_disk:
- /dev/vdb
- /dev/vdc
- /dev/vdd
- /dev/vde
EOF
fi

Expand Down
10 changes: 2 additions & 8 deletions hack/deploy-hub-local/create-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ edgecluster{{ i }}-cluster-m{{ j }}:
{% endif %}
disks:
- size: 120
- size: 50
- size: 50
- size: 50
- size: 50
- size: 200
{% endfor %}
{% endfor %}

Expand All @@ -42,8 +39,5 @@ edgecluster{{ i }}-cluster-w0:
{% endif %}
disks:
- size: 120
- size: 50
- size: 50
- size: 50
- size: 50
- size: 200
{% endfor %}

0 comments on commit bf5bdd8

Please sign in to comment.