blob: 2e397f4c572dfffbf09d4c804307408872c58ece (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
#
# This is example configuration to install offline ONAP.
# See available variables to configure and used default values
# from ../ansible/group_vars/*.yml files.
#
resources_dir: /data
app_name: onap
resources_filename: "offline-{{ app_name }}-4.0.0.resources.tar"
app_data_path: "/opt/{{ app_name }}"
certificates:
organization_name: Samsung
state_or_province_name: Poland
country_name: PL
locality_name: Krakow
app_helm_build_targets:
- all
- onap
app_helm_chart_name: onap
application_pre_install_role: "onap-patch-role"
|