619976fe43
Sunbeam-clusterd can scale up and down. Currently, the external address in bound to the peers relationship. Exposes the action `get-credentials` which returns the URL. In the long term, it will return the credentials to access securely clusterd. Change-Id: I8b91efe6d96198f5ad3634b9747161225381ded6
26 lines
486 B
YAML
26 lines
486 B
YAML
gate_bundles:
|
|
- smoke
|
|
smoke_bundles:
|
|
- smoke
|
|
configure:
|
|
- zaza.charm_tests.noop.setup.basic_setup
|
|
tests:
|
|
- zaza.sunbeam.charm_tests.clusterd.tests.ClusterdTest
|
|
tests_options:
|
|
trust:
|
|
- smoke
|
|
ignore_hard_deploy_errors:
|
|
- smoke
|
|
|
|
tempest:
|
|
default:
|
|
smoke: True
|
|
|
|
target_deploy_status:
|
|
sunbeam-machine:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|
|
sunbeam-clusterd:
|
|
workload-status: active
|
|
workload-status-message-regex: '^$'
|