Skip to content

Commit

Permalink
openshift app: odf_cephtools boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Aug 11, 2024
1 parent 049e54b commit ec8c845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kvirt/cluster/openshift/apps/odf-operator/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ spec:
name: odf-deviceset
portable: {{ odf_portable }}
replica: {{ odf_replicas or 3 }}
{% if odf_cephtools %}
enableCephTools: true
{% endif %}
1 change: 1 addition & 0 deletions kvirt/cluster/openshift/apps/odf-operator/kcli_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ odf_public_network:
odf_public_interface: ens4
odf_cluster_network:
odf_cluster_interface: ens5
odf_cephtools: false

0 comments on commit ec8c845

Please sign in to comment.