Skip to content

Commit

Permalink
Merge pull request #299 from fmount/glance_storage_interface
Browse files Browse the repository at this point in the history
Update glance storageClass propagation

We recently merged [1][2] and the Glance API have been updated to reflect the new storage interface.
This patch aligns architectures repo CRs with the new structure.
[1] openstack-k8s-operators/glance-operator#554
[2] openstack-k8s-operators/openstack-operator#843
Jira: https://issues.redhat.com/browse/OSPRH-6719

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 20, 2024
2 parents a1492fb + 03ec76e commit 9647d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/control-plane/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ replacements:
kind: OpenStackControlPlane
fieldPaths:
- spec.storageClass
- spec.glance.template.storageClass
- spec.glance.template.storage.storageClass
- spec.telemetry.template.metricStorage.monitoringStack.storage.persistent.pvcStorageClass
- source:
kind: ConfigMap
Expand Down
5 changes: 3 additions & 2 deletions lib/control-plane/openstackcontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ spec:
replicas: 0
networkAttachments:
- storage
storageClass: _replaced_
storageRequest: 10G
storage:
storageClass: _replaced_
storageRequest: 10G
heat:
apiOverride:
route: {}
Expand Down

0 comments on commit 9647d68

Please sign in to comment.