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
11 lines
229 B
YAML
11 lines
229 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-tox
|
|
- role: use-docker-mirror
|
|
when: env_type == 'k8s'
|
|
- role: microk8s-cloud
|
|
when: env_type == 'k8s'
|
|
- role: lxd-cloud
|
|
when: env_type == 'lxd'
|
|
- zaza-func-test
|