blob: 6ca5a1ad18c3131f961b0b2aa4af6de5dcb0898d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
vnc_passwd: molecule
certificates:
organization_name: Molecule Testers
state_or_province_name: Finland
country_name: FI
locality_name: Tampere
app_name: onap
app_data_path: "/opt/{{ app_name }}"
nexus_come_up_wait_retries: 60
populate_nexus: true # Different from default, molecule tests also nexus's configure.yml
molecule_test_registry: nexus3.onap.org:10001
# Different from default i.e. also additional images population is tested with molecule
runtime_images:
busybox:
registry: "{{ molecule_test_registry }}"
path: "/busybox"
tag: "latest"
aaionap-haproxy:
registry: "{{ molecule_test_registry }}"
path: "/aaionap/haproxy"
tag: "1.2.4"
|