Correct CBA package for vFW_CNF_CDS usecase
[demo.git] / heat / vFW_CNF_CDS / templates / helm / vpkg / 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 service: #service for packetgen management
11   type: NodePort
12   ports:
13     port: 2831
14     nodePort: 30831
15
16 # Names
17 vnf_name: test-vnf
18 vpg_name_0: test-vnf-vpg
19 int_private1_net_id: unprotected-net
20 onap_private_net_id: onap-private-net
21 net_attachment_definition: vfw-net-attach
22 # Own Addresses
23 vpg_int_private1_ip_0: 192.168.10.2
24 vpg_onap_private_ip_0: 10.10.100.2
25 # Env variables
26 dcae_collector_ip: 10.0.4.1 #Placeholder
27 dcae_collector_port: 8080
28 demo_artifacts_version: 1.5.0
29 vfw_int_private1_ip_0: 192.168.10.3
30 vsn_int_private2_ip_0: 192.168.20.3
31 int_private2_net_cidr: 192.168.20.0/24