8fc134fcc8
Current ingress relation only routes unit to requirer's leader. Ingress V2 fixes that issue. bind9-k8s has been renamed to designate-bind-k8s, update the libraries (and follow up). Change-Id: I692acfde39e7f545bb57e8a160fe4f6162c2b41e
40 lines
881 B
YAML
40 lines
881 B
YAML
gate_bundles:
|
|
- smoke
|
|
smoke_bundles:
|
|
- smoke
|
|
# There is no storage provider at the moment so cannot run tests.
|
|
configure:
|
|
- zaza.charm_tests.noop.setup.basic_setup
|
|
tests:
|
|
- zaza.openstack.charm_tests.designate.tests.DesignateTempestTestK8S
|
|
tests_options:
|
|
trust:
|
|
- smoke
|
|
ignore_hard_deploy_errors:
|
|
- smoke
|
|
|
|
tempest:
|
|
default:
|
|
smoke: True
|
|
|
|
target_deploy_status:
|
|
traefik:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
rabbitmq:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
keystone:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
mysql:
|
|
workload-status: active
|
|
workload-status-message-regex: '^.*$'
|
|
designate-bind:
|
|
workload-status: active
|
|
workload-status-message-regex: '^.*$'
|
|
designate:
|
|
workload-status: active
|
|
workload-status-message-regex: '^.*$'
|
|
|