Enable Istio on IEC type2 90/2190/5
authorJingzhao <Jingzhao.Ni@arm.com>
Tue, 14 Jan 2020 10:17:17 +0000 (18:17 +0800)
committerJingzhao <Jingzhao.Ni@arm.com>
Wed, 15 Jan 2020 05:02:23 +0000 (13:02 +0800)
commit76fb944a515d7dbc9d1a915955a06b05928e8905
tree28dc28f00822a680089041fb7801c4a9a7b521d5
parent1d1ee6961c93781e1187d8c7faa868da6b2f01f4
Enable Istio on IEC type2

The patch enables the Istio on IEC type2 platform. At the same time, the
official sample--bookinfo--is also deployed for verification.
1. Add Istio configuration files in foundation/scripts/serviceMesh
folder.
2. Write Istio installation scripts
3. Add the Istio official sample--bookinfo--in user_case folder.
4. Add some configuration files about bookinfo.

Signed-off-by: Jingzhao <Jingzhao.Ni@arm.com>
Change-Id: I6e09eaa0d18302df3cff788961e2a9daf220bb92
17 files changed:
src/foundation/scripts/uninstall.sh [changed mode: 0644->0755]
src/foundation/service_mesh/Istio/init/crd-10.yaml [new file with mode: 0644]
src/foundation/service_mesh/Istio/init/crd-11.yaml [new file with mode: 0644]
src/foundation/service_mesh/Istio/init/crd-12.yaml [new file with mode: 0644]
src/foundation/service_mesh/Istio/init/crd-certmanager-10.yaml [new file with mode: 0644]
src/foundation/service_mesh/Istio/init/crd-certmanager-11.yaml [new file with mode: 0644]
src/foundation/service_mesh/Istio/istio-demo-arm64.yaml [new file with mode: 0644]
src/foundation/service_mesh/Istio/istio-inject-configmap-1.1.7.yaml [new file with mode: 0644]
src/foundation/service_mesh/README.md [new file with mode: 0644]
src/foundation/service_mesh/install_Istio.sh [new file with mode: 0755]
src/use_cases/service_mesh/bookinfo/README.md [new file with mode: 0644]
src/use_cases/service_mesh/bookinfo/config/bookinfo-gateway.yaml [new file with mode: 0644]
src/use_cases/service_mesh/bookinfo/config/bookinfo.yaml [new file with mode: 0644]
src/use_cases/service_mesh/bookinfo/config/destination-rule-all.yaml [new file with mode: 0644]
src/use_cases/service_mesh/bookinfo/config/virtual-service-reviews-80-20.yaml [new file with mode: 0644]
src/use_cases/service_mesh/bookinfo/config/virtual-service-reviews-v3.yaml [new file with mode: 0644]
src/use_cases/service_mesh/bookinfo/install/install.sh [new file with mode: 0755]