aboutsummaryrefslogtreecommitdiffstats
path: root/starlingx/demo/firewall-host-netdevice/values.yaml
blob: 0e044c1a1c3b90d1078dfd83cfaa49326efb849e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Default values for firewall.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

# must be 1 in this helm chart, since the host-netdevice are fixed
replicaCount: 1

image:
  repository: ubuntu
  tag: latest
  pullPolicy: IfNotPresent

nameOverride: ""
fullnameOverride: ""

resources:
  cpu: 3
  memory: 4Gi
  hugepage: 256Mi

#global vars for parent and subcharts.
global:

  nodeAffinity:
    - label:
        labelkey: sriovdp
        op: In
        labelvalues:
          - enabled
    - label:
        labelkey:  kube-cpu-mgr-policy
        op: In
        labelvalues:
          - static

  #Networks
  #unprotectedNetworkName: unprotected-private-net
  #protectedPrivateNetCidr: 192.168.10.0/24
  #protectedPrivateNetGw: 192.168.10.1/24

  unprotectedNetPortVpg: veth11
  unprotectedNetPortVfw: veth12
  unprotectedNetCidr: 10.10.1.0/24
  #unprotectedNetGw: 10.10.1.1/24
  unprotectedNetGwIp: 10.10.1.1

  #onapPrivateNetworkName: onap-private-net
  #onapPrivateNetCidr: 10.10.0.0/16
  #onapPrivateNetGw: 10.10.0.1/16

  #protectedNetworkName: protected-private-net
  #protectedNetCidr: 192.168.20.0/24
  #protectedNetGwIp: 192.168.20.100
  #protectedNetGw: 192.168.20.100/24
  protectedNetPortVfw: veth21
  protectedNetPortVsn: veth22
  protectedNetCidr: 10.10.2.0/24
  protectedNetGwIp: 10.10.2.1
  #protectedNetGw: 10.10.2.1/24

  #vFirewall container
  #vfwPrivateIp0: 192.168.10.3
  #vfwPrivateIp1: 192.168.20.2
  #vfwPrivateIp2: 10.10.100.3
  vfwPrivateIp0: 10.10.1.1
  vfwPrivateIp1: 10.10.2.1
  
  #Packetgen container
  #vpgPrivateIp0: 192.168.10.2
  #vpgPrivateIp1: 10.0.100.2
  vpgPrivateIp0: 10.10.1.2

  #Sink container
  #vsnPrivateIp0: 192.168.20.3
  #vsnPrivateIp1: 10.10.100.4
  vsnPrivateIp0: 10.10.2.2

  #########
  #demoArtifactsVersion: 1.5.0
  #dcaeCollectorIp: 10.0.4.1
  #dcaeCollectorPort: 8081
  dcaeCollectorIp: 10.12.7.4
  dcaeCollectorPort: 30235