blob: 2edb2f515fcfd76761a9e2969a48e04ed0d22f2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
#
# This is example configuration to install offline ONAP.
# See available variables to configure and default values used
# in ../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
|