Skip to content

Commit

Permalink
Adding ODF 4.16 config files
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <[email protected]>
  • Loading branch information
vavuthu committed Jan 30, 2024
1 parent b9ba34f commit aedb35a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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

0 comments on commit aedb35a

Please sign in to comment.