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

DNM WIP Revert "Disable extra mount in uni02beta" #356

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion automation/vars/uni02beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vas:
oc -n openstack wait openstackdataplanedeployment
edpm-deployment
--for condition=Ready
--timeout=40m
--timeout=60m
values:
- name: edpm-nodeset-values
src_file: values.yaml
Expand Down
24 changes: 11 additions & 13 deletions dt/uni02beta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ replacements:
- stringData.ontap-cinder-secrets\.conf
options:
create: true

# Glance
- source:
kind: ConfigMap
Expand Down Expand Up @@ -127,18 +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

- 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