Skip to content

Commit

Permalink
Merge pull request #288 from sdatko/beta-glance
Browse files Browse the repository at this point in the history
[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.

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 14, 2024
2 parents 4abe0e7 + b917c31 commit c5231f4
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 c5231f4

Please sign in to comment.