sunbeam-charms/playbooks/zaza-func-test.yaml
Guillaume Boutry 619976fe43
Implement sunbeam-clusterd
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
2024-01-25 12:30:54 +01:00

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