Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#356 from tosky/unibeta-ree…
Browse files Browse the repository at this point in the history
…nable-extramount

Revert "Disable extra mount in uni02beta"

It seems glance/NFS (or better, the combination of glance/NFS and
cinder/NFS) is stable enough, at least when used with different shares,
so that it can be reenabled.
This reverts commit 43ba5f8.

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Dec 16, 2024
2 parents 5576566 + 3ef2648 commit 2da816a
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions dt/uni02beta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ replacements:
- stringData.ontap-cinder-secrets\.conf
options:
create: true

# Glance
- source:
kind: ConfigMap
Expand Down Expand Up @@ -127,18 +126,17 @@ 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 2da816a

Please sign in to comment.