@@ -159,8 +159,10 @@ ocp_cluster_logging: false
159159cluster_log_forwarder : false
160160cluster_logging_channel : " "
161161elastic_search_channel : " "
162+ loki_channel : " "
162163elasticsearch_clf_cs : " " # brew.registry.redhat.io/rh-osbs/iib:111110
163164clusterlogging_clf_cs : " " # brew.registry.redhat.io/rh-osbs/iib:11111
165+ loki_clf_cs : " " # brew.registry.redhat.io/rh-osbs/iib:111112
164166log_label : " "
165167elasticsearch_url : " "
166168syslog_url : " "
@@ -425,6 +427,7 @@ logging_e2e_testcases: "" #Set to either all or critical
425427hypershift_agent_install : false
426428hypershift_agent_destroy : false # Enable only to destroy the hosted cluster
427429acm_mce_install : false
430+ heterogeneous_install : false
428431hosted_cluster_name : " hypershift-hosted"
429432acm_catalogsource_name : " redhat-operators-acm"
430433acm_catalogsource_image : " "
@@ -435,16 +438,20 @@ mce_upgrade_channel: "stable-2.7"
435438base_domain : " qe-ppc64le.cis.ibm.net"
436439pull_secret_file : " ~/.pullSecret"
437440ocp_release : " "
438- arch : " ppc64le"
441+ ocp_release_image : " "
442+ arch_ppc : " ppc64le"
443+ arch_x86 : " x86_64"
439444hypershift_dir : " /root/hypershift"
440445hypershift_git_repo : " https://github.com/openshift/hypershift"
441446hypershift_git_branch : " main"
442447cluster_namespace : " clusters"
443448ssh_pub_key : " "
444449db_volume_size : " 10Gi"
445450fs_volume_size : " 100Gi"
446- iso_url : " "
447- root_fs_url : " "
451+ iso_url_ppc : " "
452+ root_fs_url_ppc : " "
453+ iso_url_x86 : " "
454+ root_fs_url_x86 : " "
448455
449456# ocp-lso vars
450457lso_enabled : false # set to true for lso operator installation
@@ -533,4 +540,19 @@ openshift_test_private_e2e_repo: "https://github.com/openshift/openshift-tests-p
533540openshift_test_private_git_branch : " master"
534541openshift_test_private_directory : " /tmp/openshift_test_private_e2e"
535542openshift_test_private_golang_tarball : " https://go.dev/dl/go1.24.1.linux-ppc64le.tar.gz"
536- testcase_filters : ' Image_Registry\\|API_Server'
543+ testcase_filters : ' Image_Registry\\|API_Server'
544+
545+ # ipi-day2-operation vars
546+ enable_ipi_day2_operation : false
547+ rsct_operator_repo : " https://github.com/ocp-power-automation/rsct-operator.git"
548+ rsct_dir : " {{ lookup('env', 'PWD') }}/rsct"
549+ rsct_namespace : rsct-operator-system
550+ lso_index : " " # provide LSO index image
551+ cluster_upi : false # set to true if using UPI cluster
552+
553+ # ocp-odf-operator required vars
554+ odf_enabled : false
555+ update_channel : " "
556+ odf_catalogsource_image : " " # Example - quay.io/rhceph-dev/ocs-registry:4.16.3
557+ test_pod_image : " quay.io/powercloud/nginx-unprivileged:latest"
558+
0 commit comments