Merge "Add prepare-docker-dind role"
[oom/offline-installer.git] / ansible / test / play-infrastructure / molecule / default / vars.yml
1 ---
2 vnc_passwd: molecule
3 certificates:
4   organization_name: Molecule Testers
5   state_or_province_name: Finland
6   country_name: FI
7   locality_name: Tampere
8 app_name: onap
9 app_data_path: "/opt/{{ app_name }}"
10
11 nexus_come_up_wait_retries: 60
12 populate_nexus: true  # Different from default, molecule tests also nexus's configure.yml
13
14 molecule_test_registry: nexus3.onap.org:10001
15 # Different from default i.e. also additional images population is tested with molecule
16 runtime_images:
17   busybox:
18     registry: "{{ molecule_test_registry }}"
19     path: "/onap/components/busybox"
20     tag: "latest"
21   aaionap-haproxy:
22     registry: "{{ molecule_test_registry }}"
23     path: "/onap/components/aaionap/haproxy"
24     tag: "1.2.4"