add basic/simple tests for the tripleo-ui
Starting simple with just a curl test. We need to ensure the tripleo-ui is always working after a deployment. Related-Bug: #1722674 Depends-On: Ie320cf86a6d6d2bc810221e18f4be5e029c26df2 Change-Id: If1fb7d94cd28364c23efae4bb716e64ac6db93f4
This commit is contained in:
parent
b0d042e53c
commit
627b955b82
@ -6,6 +6,7 @@ enable_port_forward_for_tripleo_ui: true
|
||||
# Setup for SSL access to the tripleo-ui.
|
||||
# Please consult the tripleo-quickstart documentation prior to enabling this option
|
||||
tripleo_ui_secure_access: true
|
||||
validate_ui_simple: true
|
||||
|
||||
# Note this needs to be false for freeIPA
|
||||
# https://bugs.launchpad.net/tripleo/+bug/1709333
|
||||
|
@ -5,7 +5,7 @@
|
||||
# or even ansible modules
|
||||
LANG=C
|
||||
|
||||
DEFAULT_OPT_TAGS="untagged,provision,environment,undercloud-scripts,overcloud-scripts,undercloud-install,undercloud-post-install"
|
||||
DEFAULT_OPT_TAGS="untagged,provision,environment,undercloud-scripts,overcloud-scripts,undercloud-install,undercloud-post-install,tripleoui-validate"
|
||||
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
|
||||
|
||||
: ${OPT_BOOTSTRAP:=0}
|
||||
|
Loading…
Reference in New Issue
Block a user