-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9836 from petr-balogh/add-odf-4.17
Add 4.17 ODF and OCP config files
- Loading branch information
Showing
6 changed files
with
35 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
# Config file for nightly OCP 4.17 | ||
RUN: | ||
client_version: "4.17.0-0.nightly" | ||
DEPLOYMENT: | ||
installer_version: "4.17.0-0.nightly" | ||
terraform_version: "1.0.11" | ||
# ignition_version can be found here | ||
# https://docs.openshift.com/container-platform/4.7/post_installation_configuration/machine-configuration-tasks.html#machine-config-overview-post-install-machine-configuration-tasks | ||
ignition_version: "3.2.0" | ||
ENV_DATA: | ||
# TODO: replace with 4.17 once template is available | ||
vm_template: "rhcos-416.94.202403071059-0-vmware.x86_64" | ||
acm_hub_channel: release-2.11 | ||
acm_version: "2.11" | ||
submariner_version: "0.17.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
# Use this config for upgrading of OCP 4.16 to 4.17 cluster | ||
UPGRADE: | ||
ocp_upgrade_version: "4.17.0-0.nightly" | ||
ocp_upgrade_path: "registry.ci.openshift.org/ocp/release" | ||
ocp_channel: "stable-4.17" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
DEPLOYMENT: | ||
default_ocs_registry_image: "quay.io/rhceph-dev/ocs-registry:latest-4.17" | ||
# TODO: Change to lastest-stable-4.17 once we have stable build | ||
default_latest_tag: 'latest-4.17' | ||
ocs_csv_channel: "stable-4.17" | ||
default_ocp_version: '4.17' | ||
ENV_DATA: | ||
ocs_version: '4.17' | ||
REPORTING: | ||
default_ocs_must_gather_latest_tag: 'latest-4.17' | ||
default_ocs_must_gather_image: "quay.io/rhceph-dev/ocs-must-gather" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters