hcp-ansible/molecule/no_tls_multi_node/molecule.yml
Bertrand Lanson 4886443739
Some checks failed
development / Check commit compliance (push) Successful in 39s
test / Retrieve Credentials (pull_request) Successful in 28s
pull-requests-open / Check commit compliance (pull_request) Successful in 10s
test / end_to_end_vault (vault_with_raft_enabled, ubuntu2404) (pull_request) Successful in 1m59s
test / end_to_end_vault (vault_with_raft_enabled, ubuntu2004) (pull_request) Successful in 2m33s
test / end_to_end_vault (vault_with_raft_enabled, ubuntu2204) (pull_request) Successful in 2m17s
test / end_to_end_consul (consul_default, debian11) (pull_request) Successful in 1m8s
test / end_to_end_consul (consul_default, debian12) (pull_request) Successful in 1m9s
test / end_to_end_consul (consul_default, ubuntu2004) (pull_request) Successful in 1m17s
test / end_to_end_consul (consul_default, ubuntu2204) (pull_request) Successful in 1m40s
test / end_to_end_consul (consul_default, ubuntu2404) (pull_request) Successful in 1m40s
test / end_to_end_consul (consul_with_acl_enabled, debian11) (pull_request) Successful in 1m44s
test / end_to_end_consul (consul_with_acl_enabled, ubuntu2004) (pull_request) Successful in 1m18s
test / end_to_end_consul (consul_with_acl_enabled, debian12) (pull_request) Successful in 1m30s
test / end_to_end_consul (consul_with_acl_enabled, ubuntu2204) (pull_request) Successful in 1m17s
test / end_to_end_nomad (nomad_default, debian11) (pull_request) Successful in 1m9s
test / end_to_end_consul (consul_with_acl_enabled, ubuntu2404) (pull_request) Successful in 1m20s
test / end_to_end_nomad (nomad_default, ubuntu2204) (pull_request) Successful in 1m52s
test / end_to_end_nomad (nomad_with_acl_enabled, debian11) (pull_request) Successful in 1m10s
test / end_to_end_nomad (nomad_with_acl_enabled, debian12) (pull_request) Successful in 1m14s
test / end_to_end_nomad (nomad_with_acl_enabled, ubuntu2004) (pull_request) Successful in 1m16s
test / end_to_end_nomad (nomad_with_acl_enabled, ubuntu2204) (pull_request) Successful in 1m16s
test / end_to_end_nomad (nomad_with_acl_enabled, ubuntu2404) (pull_request) Successful in 1m47s
test / end_to_end_vault (vault_default, debian11) (pull_request) Successful in 1m44s
test / end_to_end_vault (vault_default, debian12) (pull_request) Successful in 1m16s
test / end_to_end_vault (vault_default, ubuntu2004) (pull_request) Successful in 1m26s
test / end_to_end_vault (vault_default, ubuntu2204) (pull_request) Successful in 1m24s
test / end_to_end_vault (vault_default, ubuntu2404) (pull_request) Successful in 1m25s
test / end_to_end_vault (vault_with_raft_enabled, debian11) (pull_request) Successful in 1m22s
test / end_to_end_vault (vault_with_raft_enabled, debian12) (pull_request) Successful in 1m25s
test / end_to_end_nomad (nomad_default, debian12) (pull_request) Successful in 1m9s
test / end_to_end_nomad (nomad_default, ubuntu2404) (pull_request) Successful in 1m19s
test / end_to_end_nomad (nomad_default, ubuntu2004) (pull_request) Successful in 1m17s
build-deploy / Bump version and create changelog with commitizen (push) Has been cancelled
fix: remove mentions of haproxy_servers, as the feature is deprecated
2024-10-06 12:22:40 +02:00

112 lines
2.3 KiB
YAML

---
dependency:
name: galaxy
options:
requirements-file: ./requirements.yml
driver:
name: vagrant
provider:
name: libvirt
platforms:
- name: proxy01.ednz.lab
box: generic/${MOLECULE_TEST_OS}
cpus: 2
memory: 2048
interfaces:
- network_name: private_network
ip: 192.168.100.91
auto_config: true
type: static
groups:
- common
- nomad_clients
- consul_agents
- name: proxy02.ednz.lab
box: generic/${MOLECULE_TEST_OS}
cpus: 2
memory: 2048
interfaces:
- network_name: private_network
ip: 192.168.100.92
auto_config: true
type: static
groups:
- common
- nomad_clients
- consul_agents
- name: hashistack01.ednz.lab
box: generic/${MOLECULE_TEST_OS}
cpus: 4
memory: 2048
interfaces:
- network_name: private_network
ip: 192.168.100.101
auto_config: true
type: static
groups:
- common
- vault_servers
- consul_servers
- nomad_servers
- name: hashistack02.ednz.lab
box: generic/${MOLECULE_TEST_OS}
cpus: 4
memory: 2048
interfaces:
- network_name: private_network
ip: 192.168.100.102
auto_config: true
type: static
groups:
- common
- vault_servers
- consul_servers
- nomad_servers
- name: hashistack03.ednz.lab
box: generic/${MOLECULE_TEST_OS}
cpus: 4
memory: 2048
interfaces:
- network_name: private_network
ip: 192.168.100.103
auto_config: true
type: static
groups:
- common
- vault_servers
- consul_servers
- nomad_servers
- name: hashistack04.ednz.lab
box: generic/${MOLECULE_TEST_OS}
cpus: 4
memory: 2048
interfaces:
- network_name: private_network
ip: 192.168.100.104
auto_config: true
type: static
groups:
- common
- nomad_clients
- consul_agents
provisioner:
name: ansible
config_options:
defaults:
remote_tmp: /tmp/.ansible
verifier:
name: ansible
scenario:
name: no_tls_multi_node
test_sequence:
- dependency
- cleanup
- destroy
- create
- prepare
- converge
- idempotence
- verify
- cleanup
- destroy