Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ODF 4.16 config files #9246

Closed
wants to merge 1 commit into from
Closed
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
11 changes: 11 additions & 0 deletions ocs_ci/framework/conf/ocs_version/ocs-4.16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
DEPLOYMENT:
default_ocs_registry_image: "quay.io/rhceph-dev/ocs-registry:latest-4.16"
default_latest_tag: 'latest-4.16'
ocs_csv_channel: "stable-4.16"
default_ocp_version: '4.16'
ENV_DATA:
ocs_version: '4.16'
REPORTING:
default_ocs_must_gather_latest_tag: 'latest-4.16'
default_ocs_must_gather_image: "quay.io/rhceph-dev/ocs-must-gather"
1 change: 1 addition & 0 deletions ocs_ci/framework/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def process_ocsci_conf(arguments):
"4.13",
"4.14",
"4.15",
"4.16",
],
)
parser.add_argument("--ocs-registry-image")
Expand Down
Loading