Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[uni02beta] Reenable file/NFS for glance #344

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions dt/uni02beta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +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
# Manila
- source:
kind: ConfigMap
Expand Down
15 changes: 12 additions & 3 deletions examples/dt/uni02beta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,19 @@ data:
databaseInstance: openstack
glanceAPIs:
default:
# NOTE: (fpantano) - replica here must be 1 because
# we removed NFS extraMounts via PR#288 due to OSPRH-7396
replicas: 1
replicas: 3
type: single
extraMounts:
- extraVol:
- extraVolType: Nfs
mounts:
- mountPath: /var/lib/glance/images
name: nfs
volumes:
- name: nfs
nfs:
path: _replaced_
server: _replaced_

heat:
enabled: true