Correct CBA package for vFW_CNF_CDS usecase
[demo.git] / heat / vFW_CNF_CDS / templates / helm / vfw / values.yaml
1 # Static Defaults
2 replicaCount: 1
3 image:
4   repository: virtlet.cloud/ubuntu/16.04
5   tag: latest
6   pullPolicy: IfNotPresent
7 resources:
8   limits:
9     memory: 4Gi
10
11 # Names
12 vnf_name: test-vnf
13 vfw_name_0: test-vnf-vfw
14 int_private1_net_id: unprotected-net
15 int_private2_net_id: protected-net
16 onap_private_net_id: onap-private-net
17 net_attachment_definition: vfw-net-attach
18 # OWN Addresses
19 vfw_int_private1_ip_0: 192.168.10.3
20 vfw_int_private2_ip_0: 192.168.20.2
21 vfw_onap_private_ip_0: 10.10.100.3
22 # Env variables
23 int_private2_net_cidr: 192.168.20.0/24
24 vsn_int_private2_ip_0: 192.168.20.3
25 dcae_collector_port: 8080
26 dcae_collector_ip: 10.0.4.1 #Placeholder
27 demo_artifacts_version: 1.5.0