Merge "Add in-flight validation for keystone container"

This commit is contained in:
Zuul 2019-11-02 19:25:09 +00:00 committed by Gerrit Code Review
commit b851cd611b
1 changed files with 16 additions and 0 deletions

View File

@ -689,6 +689,22 @@ outputs:
user: root user: root
command: command:
[ 'keystone', 'pkill', '--signal', 'USR1', 'httpd' ] [ 'keystone', 'pkill', '--signal', 'USR1', 'httpd' ]
deploy_steps_tasks:
- name: validate keystone service state
when:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 4
tags:
- opendev-validation
- opendev-validation-keystone
block:
- name: Get keystone service healthcheck status
import_role:
name: healthcheck-service-status
vars:
inflight_healthcheck_services:
- tripleo_keystone_healthcheck
container_puppet_tasks: container_puppet_tasks:
# Keystone endpoint creation occurs only on single node # Keystone endpoint creation occurs only on single node
step_3: step_3: