Integrate Openness EAA 25/104825/10
authorChenjieXu <chenjie.xu@intel.com>
Wed, 1 Apr 2020 05:26:54 +0000 (13:26 +0800)
committerChenjie Xu <chenjie.xu@intel.com>
Fri, 8 May 2020 01:43:34 +0000 (01:43 +0000)
commit1449bbe36e44315fa6e74375e7ab0607dd182344
tree806a01996d93b605d1be3921fc2ba5a641665d4c
parent3d8e9a41d55cd862e9963e8c561e80f9ec09d484
Integrate Openness EAA

Openness EAA provides application/service registration
and authentication. EAA is integrated by running EAA via
ONAP4K8S.

Issue-ID: MULTICLOUD-1044
Signed-off-by: ChenjieXu <chenjie.xu@intel.com>
Change-Id: I66dffc5bcfc66675f6b62672e32496ec7f71454c
19 files changed:
kud/hosting_providers/containerized/installer.sh
kud/hosting_providers/vagrant/installer.sh
kud/tests/_common.sh
kud/tests/_functions.sh
kud/tests/openness/eaa/helm/eaa/Chart.yaml [new file with mode: 0644]
kud/tests/openness/eaa/helm/eaa/templates/eaa-deployment.yaml [new file with mode: 0644]
kud/tests/openness/eaa/helm/eaa/templates/eaa-service.yaml [new file with mode: 0644]
kud/tests/openness/eaa/helm/eaa/templates/eaa-tls.yaml [new file with mode: 0644]
kud/tests/openness/eaa/helm/eaa/values.yaml [new file with mode: 0644]
kud/tests/openness/eaa/profile/manifest.yaml [new file with mode: 0644]
kud/tests/openness/eaa/profile/override_values.yaml [new file with mode: 0644]
kud/tests/openness/sample-app/helm/sample-app/Chart.yaml [new file with mode: 0644]
kud/tests/openness/sample-app/helm/sample-app/templates/consumer-deployment.yaml [new file with mode: 0644]
kud/tests/openness/sample-app/helm/sample-app/templates/prod-cons-policy.yaml [new file with mode: 0644]
kud/tests/openness/sample-app/helm/sample-app/templates/producer-deployment.yaml [new file with mode: 0644]
kud/tests/openness/sample-app/helm/sample-app/values.yaml [new file with mode: 0644]
kud/tests/openness/sample-app/profile/manifest.yaml [new file with mode: 0644]
kud/tests/openness/sample-app/profile/override_values.yaml [new file with mode: 0644]
kud/tests/plugin_eaa.sh [new file with mode: 0755]