Skip to content
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 apps/openstack/keystone.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
component: keystone
repoURL: https://tarballs.opendev.org/openstack/openstack-helm
chartVersion: 2025.1.5+95bf0bf6e
chartVersion: 2025.2.3+1fd1ed5e0
ignoreDifferences:
- kind: Secret
name: keystone-fernet-keys
Expand Down
9 changes: 9 additions & 0 deletions components/keystone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ bootstrap:
script: |
ansible-runner run /runner --playbook keystone-post-deploy.yaml -vv

# (nicholas.kuechler) The default openstack-helm backoffLimit is 1000 which can
# be quite long if the ansible job fails and the pod is stuck in CrashLoopBackoff.
# Changing this to a more reasonable limit for bootstrap jobs.
# Reference: https://opendev.org/openstack/openstack-helm/src/branch/master/helm-toolkit/templates/manifests/_job-bootstrap.tpl#L38
jobs:
bootstrap:
backoffLimit: 10
activeDeadlineSeconds: 1200

network:
# configure OpenStack Helm to use Undercloud's ingress
# instead of expecting the ingress controller provided
Expand Down
Loading