Enhance: Enable O2 DMS by exposing k8s API endpoint 85/8285/2
authorZhang Rong(Jon) <rong.zhang@windriver.com>
Mon, 16 May 2022 07:55:20 +0000 (15:55 +0800)
committerZhang Rong(Jon) <rong.zhang@windriver.com>
Tue, 17 May 2022 02:59:07 +0000 (10:59 +0800)
commit1a9dcb5b8f598ee348f23eafecc2d92ef09c8122
tree3b9dae5814e0c40ba8201807bee3d5cfd1aceae4
parentdefe8209b3628593c186487857fe02586d7e1503
Enhance: Enable O2 DMS by exposing k8s API endpoint

1. Add profile query parameter for IMS and DMS API, if the parameter exists, return k8s profile information
2. Add an API of the download k8s config file

Issue-ID: INF-264
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I5cba1290b5b1b7103cf6f5f88f5998ef1dc8b8fd
13 files changed:
Dockerfile
Dockerfile.localtest
charts/templates/deployment.yaml
docker-compose.yml
o2dms/api/dms_dto.py
o2dms/api/dms_lcm_view.py
o2dms/api/dms_route.py
o2ims/adapter/orm.py
o2ims/domain/ocloud.py
o2ims/service/auditor/dms_handler.py
o2ims/views/ocloud_dto.py
o2ims/views/ocloud_route.py
o2ims/views/ocloud_view.py