Description of problem:
The terminationGracePeriod variable in the ansible script is not set correctly due to bad indentation. The grace period should be set to 30 minutes by default but it is instead defaulting to 30 seconds.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Indentation for terminationGracePeriodSeconds is right in hawkular_cassandra_rc.j2, value now is 1800 in hawkular-cassandra pod, not 30,
# oc get po hawkular-cassandra-1-6m9vz -o yaml | grep terminationGracePeriodSeconds
terminationGracePeriodSeconds: 1800
# openshift version
openshift v3.5.5.31.61
kubernetes v1.5.2+43a9be4
etcd 3.1.0
# rpm -qa | grep openshift-ansible
openshift-ansible-lookup-plugins-3.5.159-1.git.0.75201c7.el7.noarch
openshift-ansible-docs-3.5.159-1.git.0.75201c7.el7.noarch
openshift-ansible-callback-plugins-3.5.159-1.git.0.75201c7.el7.noarch
openshift-ansible-playbooks-3.5.159-1.git.0.75201c7.el7.noarch
openshift-ansible-3.5.159-1.git.0.75201c7.el7.noarch
openshift-ansible-filter-plugins-3.5.159-1.git.0.75201c7.el7.noarch
openshift-ansible-roles-3.5.159-1.git.0.75201c7.el7.noarch