aboutsummaryrefslogtreecommitdiffstats
path: root/kud/demo/firewall/values.yaml
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2019-05-24 14:03:41 -0700
committerRitu Sood <ritu.sood@intel.com>2019-05-24 14:14:14 -0700
commit4ad464793de8b2dbef513c3962a709fd42848458 (patch)
treef68fbe01569b40a64c2f453655cac7c8fa5b676c /kud/demo/firewall/values.yaml
parent574eb961e8651ba4e4f0f92d7984a2716e5e64f7 (diff)
Update vFW Helm chart
Fixed sink containers to use the right containers and also fixed IP addresses. Some cleanup Change-Id: Id7ed7fe48c9e37f5d3c52c02c0585af7511c5efe Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-653
Diffstat (limited to 'kud/demo/firewall/values.yaml')
-rw-r--r--kud/demo/firewall/values.yaml33
1 files changed, 21 insertions, 12 deletions
diff --git a/kud/demo/firewall/values.yaml b/kud/demo/firewall/values.yaml
index 7935828f..e8ab8cdb 100644
--- a/kud/demo/firewall/values.yaml
+++ b/kud/demo/firewall/values.yaml
@@ -17,25 +17,34 @@ resources:
#global vars for parent and subcharts.
global:
- demoArtifactsVersion: 1.5.0
+
+ #Networks
+ protectedNetworkName: protected-private-net
+ protectedNetCidr: 192.168.20.0/24
+ protectedNetGw: 192.168.20.100/24
+
+ unprotectedNetworkName: unprotected-private-net
+ protectedPrivateNetCidr: 192.168.10.0/24
+ protectedPrivateNetGw: 192.168.10.1/24
+
+ onapPrivateNetworkName: onap-private-net
+ onapPrivateNetCidr: 10.10.0.0/16
+ onapPrivateNetGw: 10.10.0.1/16
+
+ #vFirewall container
vfwPrivateIp0: 192.168.10.3
vfwPrivateIp1: 192.168.20.2
vfwPrivateIp2: 10.10.100.3
+ #Packetgen container
vpgPrivateIp0: 192.168.10.2
vpgPrivateIp1: 10.0.100.2
+ #Sink container
vsnPrivateIp0: 192.168.20.3
vsnPrivateIp1: 10.10.100.4
+
+ #########
+ ovnMultusNetworkName: ovn-networkobj
+ demoArtifactsVersion: 1.5.0
dcaeCollectorIp: 10.0.4.1
dcaeCollectorPort: 8081
- protectedNetGw: 192.168.20.100
- protectedNetCidr: 192.168.20.0/24
- protectedPrivateNetCidr: 192.168.10.0/24
- onapPrivateNetCidr: 10.10.0.0/16
- protectedNetGw: 192.168.20.100
- protectedNetworkName: protected-private-net
- unprotectedNetworkName: unprotected-private-net
- ovnMultusNetworkName: ovn-networkobj
- onapPrivateNetworkName: onap-private-net
- protectedPrivateGateway: 10.10.0.1/16
- gatewayVariable: 24