Correct CBA package for vFW_CNF_CDS usecase
[demo.git] / heat / vFW_CNF_CDS / templates / helm / vsn / values.yaml
1 # Static Defaults
2 replicaCount: 1
3 image:
4   sinkrepo: rtsood/onap-vfw-demo-sink
5   sinktag: 0.2.0
6   pullPolicy: IfNotPresent
7   darkstatrepo: electrocucaracha/darkstat
8   darkstattag: latest
9 service: #service for sink darkstat-ui
10   type: NodePort
11   ports:
12     port: 667
13     nodePort: 30667
14
15 # Names
16 vnf_name: test-vnf
17 vsn_name_0: test-vnf-vsn
18 int_private2_net_id: protected-net
19 onap_private_net_id: onap-private-net
20 net_attachment_definition: vfw-net-attach
21 # OWN Addresses
22 vsn_int_private2_ip_0: 192.168.20.3
23 vsn_onap_private_ip_0: 10.10.100.4
24 # Env Variables
25 int_private2_gw_ip: 192.168.20.1
26 int_private1_net_cidr: 192.168.10.0/24