Skip to content

Commit

Permalink
[uni02beta] Drop NFS from Glance
Browse files Browse the repository at this point in the history
Blocked by the same reason as described in:
https://issues.redhat.com/browse/OSPRH-7396
Disabling temporarily for enabling the deployment.
  • Loading branch information
sdatko committed Jun 13, 2024
1 parent 97bac1d commit b917c31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions dt/uni02beta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions examples/dt/uni02beta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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_

0 comments on commit b917c31

Please sign in to comment.