Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Instructions can be found here: <https://book.metal3.io/developer_environment/tr
Version v1beta1 is later referred as **v1betaX**.

The v1betaX deployment can be done with Ubuntu 18.04, 20.04, 22.04 or
Centos 9 Stream target host images. By default, for Ubuntu based target hosts
Centos 10 Stream target host images. By default, for Ubuntu based target hosts
we are using Ubuntu 22.04

### Requirements
Expand Down
2 changes: 1 addition & 1 deletion config_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

# Image for target hosts deployment
#
#export IMAGE_NAME="CENTOS_9_NODE_IMAGE_K8S_v1.34.1.qcow2"
#export IMAGE_NAME="CENTOS_10_NODE_IMAGE_K8S_v1.34.1.qcow2"

# Location of the image to download
#
Expand Down
2 changes: 1 addition & 1 deletion lib/images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ elif [[ "${IMAGE_OS}" == "FCOS-ISO" ]]; then
export IMAGE_NAME=${IMAGE_NAME:-fedora-coreos-33.20201201.2.1-live.x86_64.iso}
export IMAGE_LOCATION=${IMAGE_LOCATION:-https://builds.coreos.fedoraproject.org/prod/streams/testing/builds/33.20201201.2.1/x86_64}
elif [[ "${IMAGE_OS}" == "centos" ]]; then
export IMAGE_NAME=${IMAGE_NAME:-CENTOS_9_NODE_IMAGE_K8S_${KUBERNETES_VERSION}.qcow2}
export IMAGE_NAME=${IMAGE_NAME:-CENTOS_10_NODE_IMAGE_K8S_${KUBERNETES_VERSION}.qcow2}
export IMAGE_LOCATION=${IMAGE_LOCATION:-https://artifactory.nordix.org/artifactory/metal3/images/k8s_${KUBERNETES_VERSION}}
elif [[ "${IMAGE_OS}" == "flatcar" ]]; then
export IMAGE_NAME=${IMAGE_NAME:-flatcar_production_qemu_image.img.bz2}
Expand Down
2 changes: 1 addition & 1 deletion vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ assured that they are persisted.
| BMORELEASEBRANCH | BMO Release branch | "main", "release-0.5", "release-0.6", "release-0.8" | Set via jjb for CI, for local dev it gets default value based on CAPM3 branch |
| BOOT_MODE | Set libvirt firmware and BMH bootMode | "legacy", "UEFI", "UEFISecureBoot" | "UEFI" |
| IMAGE_OS | OS of the image to boot the nodes from, overriden by IMAGE\_\* if set | "centos", "cirros", "FCOS", "ubuntu", "flatcar" | "centos" |
| IMAGE_NAME | Image for target hosts deployment | | "CENTOS_9_NODE_IMAGE_K8S_${KUBERNETES_VERSION}.qcow2" |
| IMAGE_NAME | Image for target hosts deployment | | "CENTOS_10_NODE_IMAGE_K8S_${KUBERNETES_VERSION}.qcow2" |
| IMAGE_LOCATION | Location of the image to download | | https://artifactory.nordix.org/artifactory/metal3/images/${KUBERNETES_VERSION} |
| IMAGE_USERNAME | Image username for ssh | | "metal3" |
| CONTAINER_REGISTRY | Registry to pull metal3 container images from | | "quay.io" |
Expand Down