873842fe3c58cd91520d684412a6bfc9cffc3534
[demo.git] / heat / vFW_CNF_CDS / templates / helm / vfw / values.yaml
1 # global:
2
3 #   #Networks
4 #   unprotectedNetworkName: unprotected-private-net
5 #   protectedPrivateNetCidr: 192.168.10.0/24
6 #   protectedPrivateNetGw: 192.168.10.1/24
7
8 #   onapPrivateNetworkName: onap-private-net
9 #   onapPrivateNetCidr: 10.10.0.0/16
10 #   onapPrivateNetGw: 10.10.0.1/16
11
12 #   protectedNetworkName: protected-private-net
13 #   protectedNetCidr: 192.168.20.0/24
14 #   protectedNetGwIp: 192.168.20.100
15 #   protectedNetGw: 192.168.20.100/24
16
17 #   #vFirewall container
18 #   vfwPrivateIp0: 192.168.10.3
19 #   vfwPrivateIp1: 192.168.20.2
20 #   vfwPrivateIp2: 10.10.100.3
21 #   #Packetgen container
22 #   vpgPrivateIp0: 192.168.10.2
23 #   vpgPrivateIp1: 10.0.100.2
24 #   #Sink container
25 #   vsnPrivateIp0: 192.168.20.3
26 #   vsnPrivateIp1: 10.10.100.4
27
28 # Static Defaults
29 replicaCount: 1
30 image:
31   repository: virtlet.cloud/ubuntu/16.04
32   tag: latest
33   pullPolicy: IfNotPresent
34 resources:
35   limits:
36     memory: 4Gi
37
38 # OPENSTACK PARAMETERS
39 # Names
40 vnf_name: test-vnf
41 vfw_name_0: test-vnf-vfw
42 int_private1_net_id: unprotected-net
43 int_private2_net_id: protected-net
44 onap_private_net_id: onap-private-net
45 # OWN Addresses
46 vfw_int_private1_ip_0: 192.168.10.3
47 vfw_int_private2_ip_0: 192.168.20.2
48 vfw_onap_private_ip_0: 10.10.100.3
49 # Env variables
50 dcae_collector_port: 8080
51 dcae_collector_ip: 10.0.4.1 #Placeholder
52 demo_artifacts_version: 1.5.0
53 int_private2_net_cidr: 192.168.20.0/24
54 vsn_int_private2_ip_0: 192.168.20.3