Skip to content

Commit 183d910

Browse files
fix(openstack): Lowers backoffLimit for openstack-helm bootstrap jobs to a reasonable limit
1 parent 9eebd37 commit 183d910

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/keystone/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ bootstrap:
88
script: |
99
ansible-runner run /runner --playbook keystone-post-deploy.yaml -vv
1010
11+
# (nicholas.kuechler) The default openstack-helm backoffLimit is 1000 which can
12+
# be quite long if the ansible job fails and the pod is stuck in CrashLoopBackoff.
13+
# Changing this to a more reasonable limit for bootstrap jobs.
14+
# Reference: https://opendev.org/openstack/openstack-helm/src/branch/master/helm-toolkit/templates/manifests/_job-bootstrap.tpl#L38
15+
jobs:
16+
bootstrap:
17+
backoffLimit: 10
18+
activeDeadlineSeconds: 1200
19+
1120
network:
1221
# configure OpenStack Helm to use Undercloud's ingress
1322
# instead of expecting the ingress controller provided

0 commit comments

Comments
 (0)