From b917c3129258d74bafe192454ee3f94097671b5e Mon Sep 17 00:00:00 2001 From: Szymon Datko Date: Thu, 13 Jun 2024 21:06:22 +0200 Subject: [PATCH] [uni02beta] Drop NFS from Glance Blocked by the same reason as described in: https://issues.redhat.com/browse/OSPRH-7396 Disabling temporarily for enabling the deployment. --- dt/uni02beta/kustomization.yaml | 11 ----------- .../dt/uni02beta/control-plane/service-values.yaml | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/dt/uni02beta/kustomization.yaml b/dt/uni02beta/kustomization.yaml index 6157c152d..17f1922d9 100644 --- a/dt/uni02beta/kustomization.yaml +++ b/dt/uni02beta/kustomization.yaml @@ -126,17 +126,6 @@ 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 # Manila - source: kind: ConfigMap diff --git a/examples/dt/uni02beta/control-plane/service-values.yaml b/examples/dt/uni02beta/control-plane/service-values.yaml index e21ba6659..95350bd29 100644 --- a/examples/dt/uni02beta/control-plane/service-values.yaml +++ b/examples/dt/uni02beta/control-plane/service-values.yaml @@ -89,14 +89,3 @@ data: preserveJobs: false replicas: 1 type: single - extraMounts: - - extraVol: - - extraVolType: Nfs - mounts: - - mountPath: /var/lib/glance/images - name: nfs - volumes: - - name: nfs - nfs: - path: _replaced_ - server: _replaced_