Docs: Add API docs from swagger json file; Add user guide document 33/7533/1
authorZhang Rong(Jon) <rong.zhang@windriver.com>
Thu, 30 Dec 2021 13:26:15 +0000 (21:26 +0800)
committerBin Yang <bin.yang@windriver.com>
Tue, 11 Jan 2022 04:56:38 +0000 (04:56 +0000)
commit0f97897720d168cbcd72b3d1be66d11a26c80d34
tree45d4b71d070d6434783712a1fa36e8e359ba13c2
parentfffed947ab18f4e544917ab2b85db1aed94bbb88
Docs: Add API docs from swagger json file; Add user guide document

1. Convert Swagger json API file to reST format documentation
2. Add user guide document, and make the DMS worked with new document
3. Fix the image miss the helm application
4. Change the configurationId to Id in the SMO endpoint API

Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I0572f8b713c946625443d1adc8471a23fedeecff
(cherry picked from commit f3ce354b2e6c538b50ed990ba359d3af2283c901)
12 files changed:
Dockerfile
README.md
charts/templates/deployment.yaml
charts/values.yaml
docs/api.rst [new file with mode: 0644]
docs/index.rst
docs/installation-guide.rst
docs/user-guide.rst [new file with mode: 0644]
o2ims/domain/configuration_obj.py
o2ims/views/provision_dto.py
o2ims/views/provision_view.py
tests/unit/test_provision.py