Add post-update and pre-update to all post-deployment validations Resolves: rhbz#2208569 Change-Id: If9170987b10753e571866d2d22c89afafaeef20f
14 lines
374 B
YAML
14 lines
374 B
YAML
---
|
|
metadata:
|
|
name: Check connectivity to various OpenStack services
|
|
# TODO: this could also check for undercloud endpoints
|
|
description: >
|
|
This validation gets the PublicVip address from the deployment and
|
|
tries to access Horizon and get a Keystone token.
|
|
groups:
|
|
- post-deployment
|
|
- pre-upgrade
|
|
- post-upgrade
|
|
- pre-update
|
|
- post-update
|