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