Add helm chart for cFW CNF 77/102177/3
authorBin Yang <bin.yang@windriver.com>
Sat, 22 Feb 2020 05:20:45 +0000 (13:20 +0800)
committerBin Yang <bin.yang@windriver.com>
Sun, 23 Feb 2020 08:07:49 +0000 (16:07 +0800)
commit0a13e91612de5fa590bdecb7b17ef79e7f220131
treede70ab3ebd60e343be2c77d9282789cedce3eeaf
parentbea5027a7f59bffee2a6ed931e63c05a9fb1bdc7
Add helm chart for cFW CNF

specific to networking backended by host netdevice

Change-Id: I26201b9d3e1c2434ba126fc497afffbaf58057a8
Issue-ID: MULTICLOUD-999
Signed-off-by: Bin Yang <bin.yang@windriver.com>
25 files changed:
starlingx/demo/firewall-host-netdevice/.helmignore [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/Chart.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/pktgen-host-netdevice/.helmignore [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/pktgen-host-netdevice/Chart.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/pktgen-host-netdevice/resources/scripts/init/vpg_start.sh [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/pktgen-host-netdevice/templates/_helpers.tpl [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/pktgen-host-netdevice/templates/configmap.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/pktgen-host-netdevice/templates/deployment.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/pktgen-host-netdevice/templates/service.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/pktgen-host-netdevice/values.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/sink-host-netdevice/.helmignore [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/sink-host-netdevice/Chart.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/sink-host-netdevice/resources/scripts/init/vsn_start.sh [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/sink-host-netdevice/templates/_helpers.tpl [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/sink-host-netdevice/templates/configmap.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/sink-host-netdevice/templates/deployment.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/sink-host-netdevice/templates/service.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/charts/sink-host-netdevice/values.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/resources/scripts/init/vfw_start.sh [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/templates/_helpers.tpl [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/templates/configmap.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/templates/deployment.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/templates/protected-private-net.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/templates/unprotected-private-net.yaml [new file with mode: 0644]
starlingx/demo/firewall-host-netdevice/values.yaml [new file with mode: 0644]