Skip to content

Commit

Permalink
Merge pull request #68 from geetikakay/add_subscription_channel
Browse files Browse the repository at this point in the history
Add subscription channel field
  • Loading branch information
newkit authored Nov 19, 2024
2 parents 897787b + fac7bc8 commit 7a3996a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ sap_hypervisor_node_preconfigure_ignore_minimal_memory_check: false
# Namespace to be used for the Red Hat Openshift Virtualization Operator
sap_hypervisor_node_preconfigure_ocpv_namespace: openshift-cnv

# Channel to be used for the Red Hat Openshift Virtualization Operator
sap_hypervisor_node_preconfigure_ocpv_subscription_channel: stable


###########################################################
# Red Hat OpenShift cluster configuration details
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
source: redhat-operators
sourceNamespace: openshift-marketplace
name: kubevirt-hyperconverged
channel: "{{ sap_hypervisor_node_preconfigure_ocpv_subscription_channel }}"

- name: Get Install Plan Name from Subscription
retries: 10
Expand Down

0 comments on commit 7a3996a

Please sign in to comment.