Skip to content

Commit

Permalink
Changed coreos md5 checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
Tero Ahonen committed Mar 20, 2020
1 parent 0fc883b commit 75ad8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/openshift-4-cluster/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ compute_root_disk_size: '120G'
# reference to OpenShift clients version
openshift_client_version: stable
# reference to OpenShift version
openshift_version: 4.3.0
openshift_version: 4.3
openshift_install_command: "/opt/openshift-install-{{ openshift_version }}/openshift-install"
# dev-pre:
# https://mirror.openshift.com/pub/openshift-v4/clients/ocp-dev-preview
Expand All @@ -43,7 +43,7 @@ coreos_download_url: "https://mirror.openshift.com/pub/openshift-v4/dependencies

# How to get the checksum:
# ansible -m stat -a 'path=/var/lib/libvirt/images/rhcos-4.3.0.qcow2' localhost | grep checksum
coreos_checksum: "8cf621e0996881d759399c699d766f7a28ec000e"
coreos_checksum: "1de22f494f391a156ec3b2884c37c42f"
coreos_image_location: /var/lib/libvirt/images/rhcos-{{ coreos_version }}.qcow2


Expand Down

0 comments on commit 75ad8c0

Please sign in to comment.