-
Notifications
You must be signed in to change notification settings - Fork 209
Expand file tree
/
Copy pathmolecule.yml
More file actions
44 lines (44 loc) · 887 Bytes
/
molecule.yml
File metadata and controls
44 lines (44 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: multiple-host
groups:
- example
children:
- oracle
- monitor
image: ubuntu:16.04
privileged: true
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock
provisioner:
name: ansible
playbooks:
prepare: ../prepare.yml
converge: ../monitor/converge.yml
inventory:
host_vars:
multiple-host:
ORACLE_VALIDATOR_ADDRESS_PRIVATE_KEY: "6c48435bd464a53ed66ed62127c4dba8af75cf1a99a8ebe2680599948fbfbc6d"
MONITOR_PORT: 3003
syslog_server_port: "udp://127.0.0.1:514"
verifier:
name: testinfra
additional_files_or_dirs:
- ../../tests/*
scenario:
name: multiple
test_sequence:
- cleanup
- destroy
- dependency
- syntax
- create
- prepare
- converge
- verify
- destroy