Skip to content

Commit

Permalink
Disable extra mount in uni02beta
Browse files Browse the repository at this point in the history
It fails again due to some NetApp issues (?).
In this change, we keep the configuration for it,
but just remove from kustomization the creation
of that extra mount, so it can be used as a workaround
until the problem is resolved.
  • Loading branch information
sdatko authored and fultonj committed Jul 31, 2024
1 parent 515502b commit 43ba5f8
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions dt/uni02beta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ replacements:
- stringData.ontap-cinder-secrets\.conf
options:
create: true

# Glance
- source:
kind: ConfigMap
Expand Down Expand Up @@ -126,17 +127,18 @@ replacements:
- spec.glance.template.glanceAPIs.default.type
options:
create: true
- source:
kind: ConfigMap
name: service-values
fieldPath: data.glance.extraMounts
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.glance.template.extraMounts
options:
create: true
# - source:
# kind: ConfigMap
# name: service-values
# fieldPath: data.glance.extraMounts
# targets:
# - select:
# kind: OpenStackControlPlane
# fieldPaths:
# - spec.glance.template.extraMounts
# options:
# create: true

# Manila
- source:
kind: ConfigMap
Expand Down

0 comments on commit 43ba5f8

Please sign in to comment.