Skip to content

Commit

Permalink
Merge pull request #349 from sdatko/uni02beta-glance-again
Browse files Browse the repository at this point in the history
Disable extra mount in uni02beta

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.

Reviewed-by: John Fulton <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jul 31, 2024
2 parents 515502b + 43ba5f8 commit eedc98a
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 eedc98a

Please sign in to comment.