summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-infrastructure/molecule/default/vars.yml
blob: 8aa774b4c275c23d1a569fdebc579d0f75ec1937 (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"
  alpine:
    registry: "{{ molecule_test_registry }}"
    path: "/library/alpine"
    tag: "latest"