Add composite vFW demo 69/109469/3
authorEric Multanen <eric.w.multanen@intel.com>
Tue, 23 Jun 2020 19:39:26 +0000 (12:39 -0700)
committerEric Multanen <eric.w.multanen@intel.com>
Mon, 29 Jun 2020 18:01:23 +0000 (11:01 -0700)
commit6e1234913019ef0dd03f8c9d1547fbe22058af6a
tree57907a9b1215e5d5d478460acd60ebdb7490a82b
parent7165b8294a820e00335067439086e792581e71a4
Add composite vFW demo

Add demonstration files and test scripts to show the vFW
use case as a composite application using network intents
and ovnaction intents to deploy to multiple clusters.

Issue-ID: MULTICLOUD-1095
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I74b837f9f97747f1eefffbcd105a6630a7b3a374
38 files changed:
deployments/kubernetes/onap4k8s.yaml
kud/demo/composite-firewall/firewall/.helmignore [new file with mode: 0644]
kud/demo/composite-firewall/firewall/Chart.yaml [new file with mode: 0644]
kud/demo/composite-firewall/firewall/templates/_helpers.tpl [new file with mode: 0644]
kud/demo/composite-firewall/firewall/templates/deployment.yaml [new file with mode: 0644]
kud/demo/composite-firewall/firewall/values.yaml [new file with mode: 0644]
kud/demo/composite-firewall/manifest.yaml [new file with mode: 0644]
kud/demo/composite-firewall/networks/emco-private-net.yaml [new file with mode: 0644]
kud/demo/composite-firewall/networks/onap-private-net-fwsink.yaml [new file with mode: 0644]
kud/demo/composite-firewall/networks/onap-private-net-pktgen.yaml [new file with mode: 0644]
kud/demo/composite-firewall/networks/protected-private-net-fwsink.yaml [new file with mode: 0644]
kud/demo/composite-firewall/networks/protected-private-net-pktgen.yaml [new file with mode: 0644]
kud/demo/composite-firewall/networks/protected-private-net.yaml [new file with mode: 0644]
kud/demo/composite-firewall/networks/unprotected-private-net-fwsink.yaml [new file with mode: 0644]
kud/demo/composite-firewall/networks/unprotected-private-net-pktgen.yaml [new file with mode: 0644]
kud/demo/composite-firewall/networks/unprotected-private-net.yaml [new file with mode: 0644]
kud/demo/composite-firewall/override_values.yaml [new file with mode: 0644]
kud/demo/composite-firewall/packetgen/.helmignore [new file with mode: 0644]
kud/demo/composite-firewall/packetgen/Chart.yaml [new file with mode: 0644]
kud/demo/composite-firewall/packetgen/templates/_helpers.tpl [new file with mode: 0644]
kud/demo/composite-firewall/packetgen/templates/deployment.yaml [new file with mode: 0644]
kud/demo/composite-firewall/packetgen/templates/service.yaml [new file with mode: 0644]
kud/demo/composite-firewall/packetgen/values.yaml [new file with mode: 0644]
kud/demo/composite-firewall/sink/.helmignore [new file with mode: 0644]
kud/demo/composite-firewall/sink/Chart.yaml [new file with mode: 0644]
kud/demo/composite-firewall/sink/templates/_helpers.tpl [new file with mode: 0644]
kud/demo/composite-firewall/sink/templates/configmap.yaml [new file with mode: 0644]
kud/demo/composite-firewall/sink/templates/deployment.yaml [new file with mode: 0644]
kud/demo/composite-firewall/sink/templates/service.yaml [new file with mode: 0644]
kud/demo/composite-firewall/sink/values.yaml [new file with mode: 0644]
kud/demo/firewall/values.yaml
kud/tests/README-composite-vfw.txt [new file with mode: 0644]
kud/tests/_functions.sh
kud/tests/cleanup-composite-vfw.sh [new file with mode: 0644]
kud/tests/ncm-test.sh
kud/tests/vfw-test-clean-cluster.sh [new file with mode: 0644]
kud/tests/vfw-test-setenv.sh [new file with mode: 0644]
kud/tests/vfw-test.sh [new file with mode: 0755]