This repository has been archived on 2022-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.netdata/molecule/default/molecule.yml

37 lines
637 B
YAML
Raw Normal View History

2022-05-30 15:00:00 +00:00
---
dependency:
name: galaxy
2022-05-31 05:17:48 +00:00
2022-05-30 15:00:00 +00:00
driver:
name: hetznercloud
2022-05-31 05:17:48 +00:00
2022-05-30 15:00:00 +00:00
platforms:
- name: "autonomic.netdata-${INSTANCE_UUID}"
server_type: "cx11"
image: "debian-10"
2022-05-31 05:17:48 +00:00
2022-05-30 15:00:00 +00:00
provisioner:
name: ansible
2022-05-31 05:17:48 +00:00
2022-05-30 15:00:00 +00:00
lint: |
set -e
2022-05-31 05:17:48 +00:00
yamllint -c .yamllint.yml .
ansible-lint --exclude .drone.yml -c .ansible-lint.yml .
2022-05-30 15:00:00 +00:00
scenario:
test_sequence:
- lint
- dependency
- cleanup
- destroy
- syntax
- create
- prepare
- converge
# TODO(decentral1se): Quick fix for https://git.autonomic.zone/autonomic-cooperative/infrastructure/issues/166
# - idempotence
- side_effect
- verify
- cleanup
- destroy