We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eebd37 commit 183d910Copy full SHA for 183d910
components/keystone/values.yaml
@@ -8,6 +8,15 @@ bootstrap:
8
script: |
9
ansible-runner run /runner --playbook keystone-post-deploy.yaml -vv
10
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
+
20
network:
21
# configure OpenStack Helm to use Undercloud's ingress
22
# instead of expecting the ingress controller provided
0 commit comments