Integrate Nokia/danm CNI into IEC 55/1855/11
authorJianlin Lv <Jianlin.Lv@arm.com>
Mon, 28 Oct 2019 05:53:58 +0000 (13:53 +0800)
committerJianlin Lv <Jianlin.Lv@arm.com>
Wed, 20 Nov 2019 08:03:42 +0000 (16:03 +0800)
commit9bb5493922a305ff0491058a1ddffef00a3fe67c
tree0f76532cc6cfcc2793a17cf06b60eb7b4a86a33b
parenta4546182269b01038a1e672cb16b081930bd11bb
Integrate Nokia/danm CNI into IEC

Make master and work nodes support danm deployment
1. Implement support for danm CNI in setup-cni.sh;
2. Wrap the work node initialization function before
calling setup-cni.sh;
3. Add danm CNI deployment scripts and relevant config file.

Signed-off-by: Jianlin Lv <Jianlin.Lv@arm.com>
Change-Id: I19564d0c1bdb183c4328d921eaab8d873f064e07
15 files changed:
src/foundation/scripts/cni/danm/00-danm.conf [new file with mode: 0755]
src/foundation/scripts/cni/danm/danm_install.sh [new file with mode: 0755]
src/foundation/scripts/cni/danm/integration/crds/lightweight/DanmEp.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/crds/lightweight/DanmNet.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/crds/production/ClusterNetwork.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/crds/production/DanmEp.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/crds/production/TenantConfig.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/crds/production/TenantNetwork.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/manifests/netwatcher/0netwatcher_rbac.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/manifests/netwatcher/netwatcher_ds.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/manifests/svcwatcher/0svcwatcher_rbac.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/manifests/svcwatcher/svcwatcher_ds.yaml [new file with mode: 0644]
src/foundation/scripts/cni/danm/integration/manifests/webhook/webhook.yaml [new file with mode: 0644]
src/foundation/scripts/setup-cni.sh
src/foundation/scripts/startup.sh