pti/o2.git
2 years agoDocs: Add API docs from swagger json file; Add user guide document 85/7485/2 1.0.0
Zhang Rong(Jon) [Thu, 30 Dec 2021 13:26:15 +0000 (21:26 +0800)]
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

2 years agoDocs: update installation guide 83/7483/2
Zhang Rong(Jon) [Wed, 29 Dec 2021 13:28:13 +0000 (21:28 +0800)]
Docs: update installation guide

1. Fix NO_PUBKEY while update apt source of the kubernets
2. Update image address in the o2service-override.yaml

Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I9ffb81cbd4d12566f4f002a1997dc88bd82978a2

2 years agoMove registration API to configuration 76/7476/3
Zhang Rong(Jon) [Tue, 28 Dec 2021 02:43:54 +0000 (10:43 +0800)]
Move registration API to configuration

1. Create new domain file for configuration, keep registration
command object in configuration domain file
2. Update API and test case, "/provision/v1" as base URL, call
"smo-endpoint" to create a new endpoint

Issue-ID: INF-250
Change-Id: Id85ad6c28a2fd1c6da065c0846c172bfc7ac4f6b
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
2 years agoUpdate docs 73/7473/1
Bin Yang [Mon, 27 Dec 2021 03:13:11 +0000 (11:13 +0800)]
Update docs

Issue-ID: INF-247

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I962b63b989c7b99173b6a74e5ef547671cb58372

2 years agoAdd the command that registers to the SMO; Make the create registration and create... 72/7472/2
Zhang Rong(Jon) [Fri, 24 Dec 2021 08:54:24 +0000 (16:54 +0800)]
Add the command that registers to the SMO; Make the create registration and create ocloud event link to the register command

1. Add a command that registers to the SMO, it can base on a
   parameter to make a choice that it calls all SMO in the
   confiration or not
2. Create a registration event that can trigger the
   register action
3. Update the ocloud changed event that can trigger the
   register action
4. Redesign the Registration domain that updates column key
   to clarify the different status, includeing created,
   notified, and failed

Issue-ID: INF-249
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: Ia734688b47c5125a3a1e1158d544f218ab741576

2 years agoAdd registration the SMO's CRUD interface in IMS 71/7471/2
Zhang Rong(Jon) [Thu, 23 Dec 2021 01:36:28 +0000 (09:36 +0800)]
Add registration the SMO's CRUD interface in IMS

1. Add domain of registration
2. Mapping domain and ORM
3. Create the interface of CRUD and the related action
4. Update unit test for the registration CRUD

Issue-ID: INF-249

Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I1d9235c6d654fa4743417ae5e226581935f16214

2 years agoFix container tag file issue 48/7448/1
Bin Yang [Wed, 22 Dec 2021 03:00:58 +0000 (11:00 +0800)]
Fix container tag file issue

Issue-ID: INF-248

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Ieb302021cfba6a226558de1927e898027cff8408

2 years agoAdd staging file for docker merge job 34/7434/1
Bin Yang [Tue, 21 Dec 2021 03:13:18 +0000 (11:13 +0800)]
Add staging file for docker merge job

Issue-ID: INF-248

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I81e9bd77c25b106931b0e474f28c329053040cef

2 years agoMerge "Add docs for pti o2 service"
Jackie Huang [Tue, 21 Dec 2021 01:55:45 +0000 (01:55 +0000)]
Merge "Add docs for pti o2 service"

2 years agoAdd docs for pti o2 service 24/7424/4
Bin Yang [Mon, 20 Dec 2021 03:14:13 +0000 (11:14 +0800)]
Add docs for pti o2 service

Issue-ID: INF-247

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I5b51753c9a12a1848bfbf02c7be262d913b58dac

2 years agoAdd subscription and notification for resource changes; fix a bug while pserver node... 08/7408/4
Zhang Rong(Jon) [Thu, 16 Dec 2021 16:50:35 +0000 (00:50 +0800)]
Add subscription and notification for resource changes; fix a bug while pserver node is uninstalled status

1. Trigger an event while resource changed, create a command handler to deal the event, let it can callback to SMO.
2. Create a mock SMO server with a simple html page to subscribe to O2IMS resource changing.
3. Fix a bug that when watch the pserver that it has an unavailable node.

Issue-ID: INF-238
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I13304656a721dbe5d4aec23200063e874eefa521

2 years agoAdd nfdeployment handlers 28/7328/5
Bin Yang [Tue, 7 Dec 2021 03:32:07 +0000 (11:32 +0800)]
Add nfdeployment handlers

add install and uninstall with helm sdk

Issue-ID: INF-239

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I7e6fbe3aa58114cc0918c0ed3142b315aae4354e

2 years agoAdd get detail of a resource to API; remove the dependency of the domain in the view... 82/7282/1
Zhang Rong(Jon) [Thu, 9 Dec 2021 05:58:11 +0000 (13:58 +0800)]
Add get detail of a resource to API; remove the dependency of the domain in the view layer

1. Get detail of a resource from API, include their children node
2. Remove the dependency of the domain in the view layer, return domain object and list from the repo layer

Issue-ID: INF-237
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I2441e07c4f72e8ed80fe18ef87bb23917c6efc91

2 years agoIntegrate nfdeployment api with event handler 54/7254/1
Bin Yang [Tue, 7 Dec 2021 03:32:07 +0000 (11:32 +0800)]
Integrate nfdeployment api with event handler

Fix O2DMS api load issue

Issue-ID: INF-239

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Idc5a41eb25fab5f23ac23fc5632f6589776e8f7c

2 years agoFix ocloudvirtualresource api typo 10/7210/2
Bin Yang [Fri, 26 Nov 2021 07:47:46 +0000 (15:47 +0800)]
Fix ocloudvirtualresource api typo

Refactor o2dms

Issue-ID: INF-239

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Ibef4368a86bdbc662f4e80e566b7464b7d6d540b

2 years agoAdd auditor for resource pool, pserver and cpu/memory/port/interface for pserver... 06/7206/3
Zhang Rong(Jon) [Fri, 3 Dec 2021 03:47:51 +0000 (11:47 +0800)]
Add auditor for resource pool, pserver and cpu/memory/port/interface for pserver of INF

1. Add auditor for resource pool, pserver and cpu/memory/port/interface of pserver
2. CUpdate resource type column, auto create resource type before create cpu/memory/port/interface resource
3. Give the git clone parameters to make download size lesser

Issue-ID: INF-236
Issue-ID: INF-235
Issue-ID: INF-234
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I7ddc7d8c18b7f3c17b22cdd35bdf68864f32f780

2 years agoFix: UpdateDms throwing error that no attribute 'events' 05/7205/1
Zhang Rong(Jon) [Fri, 3 Dec 2021 03:33:38 +0000 (11:33 +0800)]
Fix: UpdateDms throwing error that no attribute 'events'

1. Check events exist before the pop event

Issue-ID: INF-233
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I98fc3ebdd766f9e65f012fa61f612c4d587c7457

2 years agoRename some variables; Add test case for flask 20/7120/1
Zhang Rong(Jon) [Wed, 24 Nov 2021 15:57:29 +0000 (23:57 +0800)]
Rename some variables; Add test case for flask

1. Rename api in the ims to specify version
2. Add unit test and integration test case for flask

Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I8b54927eb3064e03ad4902402b2fdebbb808e4e6

2 years agoUpdate o2dms lcm api 13/7113/1
Bin Yang [Wed, 24 Nov 2021 00:22:09 +0000 (08:22 +0800)]
Update o2dms lcm api

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I86445cd818441826e17da9b946b480c29f94a401

2 years agoRefactor o2dms api swagger 12/7112/6
Bin Yang [Wed, 24 Nov 2021 00:22:09 +0000 (08:22 +0800)]
Refactor o2dms api swagger

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I996a66eb4f738c20b90e3fc75aa7dd7e2dadcf40

2 years agoFix subscription get response 08/7108/1
Zhang Rong(Jon) [Tue, 23 Nov 2021 13:47:28 +0000 (21:47 +0800)]
Fix subscription get response

1. Fix the response that get subscription
2. Replace uow to bus while call configure_namespace

Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I7656280b2df3840646cc8dbf7917fbd24402d30a

2 years agoRefactor code layout 05/7105/1
Bin Yang [Tue, 23 Nov 2021 07:35:35 +0000 (15:35 +0800)]
Refactor code layout

add o2app to integrate o2ims and o2dms

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Iab47a7e2a40a8ca6e76a084e9ebb902e77899629

2 years agoAdjust API level on swagger and set API doc expansion by default 04/7104/1
Zhang Rong(Jon) [Tue, 23 Nov 2021 06:48:27 +0000 (14:48 +0800)]
Adjust API level on swagger and set API doc expansion by default

1. Combine ocloud namespace to one as o2ims inventory v1 level
2. The base url is defined as O2 interface application
3. Each namespace split by the version of service, like IMS inventory v1 is a namespace
4. Set API doc expansion by default

Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I659b966fdc1e3f7fef33ac8b67515ab0c328ebae

2 years agoAdd o2dms api endpoint 01/7101/4
Bin Yang [Tue, 23 Nov 2021 01:09:36 +0000 (09:09 +0800)]
Add o2dms api endpoint

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Ic624aeda9f9bc8aba86e81b8e43b2ee3a89a009f

2 years agoAdd ocloud query parameter; add and delete subscription 00/7100/3
Zhang Rong(Jon) [Mon, 22 Nov 2021 15:40:32 +0000 (23:40 +0800)]
Add ocloud query parameter; add and delete subscription

1. Add ocloud query parameter to support specific id to query one ocloud
2. Give subscription post and delete method that can do creation and deletion

Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I38cd6952dd4df14100ba0e9188c497c0ddad3397

2 years agoAdd dms handler 96/7096/1
Bin Yang [Mon, 22 Nov 2021 11:29:48 +0000 (19:29 +0800)]
Add dms handler

Issue: orm cannot restore non persistent properties of object
hence result object restored from orm comes without events properties
which is essential for domain event handling

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I60e455ec0fe6072242de14d4d2e169178269c80f

2 years agoRefactor watchers 95/7095/3
Bin Yang [Mon, 22 Nov 2021 03:20:10 +0000 (11:20 +0800)]
Refactor watchers

integrate watcher with message bus and handler

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I93f98a88526c866b142ab5da17e5e30839d300a0

2 years agoAdd Subscription get and list API; Provide swagger openAPI doc 94/7094/2
Zhang Rong(Jon) [Sun, 21 Nov 2021 16:16:17 +0000 (00:16 +0800)]
Add Subscription get and list API; Provide swagger openAPI doc

1. Add API that get and list subscription
2. import flask-restx package to support swagger openAPI document

Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
Change-Id: I404c25809e80af6949543ab6fb307ef2124d4dd1

2 years agoChange service type to NodePort 93/7093/1
Bin Yang [Sun, 21 Nov 2021 05:14:22 +0000 (13:14 +0800)]
Change service type to NodePort

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I3307bed6660da50f28e4d56762e215ef0432db83

2 years agoAdd override to helm chart 92/7092/2
Bin Yang [Sun, 21 Nov 2021 04:28:46 +0000 (12:28 +0800)]
Add override to helm chart

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I912f51e3dc145830c9554a0e88719b330fc3e18f

2 years agoAdd practice of building o2ims images inside a container 85/7085/8
Bin Yang [Fri, 19 Nov 2021 02:56:09 +0000 (10:56 +0800)]
Add practice of building o2ims images inside a container

Add helm chart for k8s deployment

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Iae4501c7a489be9266771d304f6a787c5992169b

2 years agoUpdate domain for event handler 70/7070/2
Bin Yang [Tue, 16 Nov 2021 08:02:03 +0000 (16:02 +0800)]
Update domain for event handler

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I9d871bb8fa0635a9a5df18247ed340e54ad9ff69

2 years agoUpdate logger config 69/7069/2
Bin Yang [Tue, 16 Nov 2021 03:01:57 +0000 (11:01 +0800)]
Update logger config

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Ic8a8efe08a0308a753afb785898fcc225121b4ad

2 years agoAdd: flask api include resource type, resource pool, resource and deployment manager 94/6994/7
Zhang Rong(Jon) [Fri, 5 Nov 2021 03:28:34 +0000 (11:28 +0800)]
Add: flask api include resource type, resource pool, resource and deployment manager

1. Create all metadata with mapper while execute start_o2ims_mappers()
2. Extend domain class parameters and create subscription class
3. Create repository class of resource type, resource pool and resource
4. Add flask API to get the list or specific one through the view level

Change-Id: Id29b10172712c19cbfef57e6e74cd4bb85ad15eb
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
2 years agoFix client issue 57/7057/3
Bin Yang [Mon, 15 Nov 2021 06:45:35 +0000 (14:45 +0800)]
Fix client issue

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I4b2fc706fec47ce595b13b65eced0d40128d85d6

2 years agoRefactor watchers 56/7056/1
Bin Yang [Mon, 15 Nov 2021 02:23:33 +0000 (10:23 +0800)]
Refactor watchers

add watcher tree to organize watchers

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I14485ae39128591a80dc8ffba86e5fdde96ddd1a

2 years agoUpdate watcher worker 05/7005/7
Bin Yang [Sat, 6 Nov 2021 01:38:59 +0000 (09:38 +0800)]
Update watcher worker

Issue-ID: INF-196
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Ifcfea06b3f6263018e1d43d595f8b2f1545a54fe

2 years agoAdd polling worker for watcher to probe 83/6983/1
Bin Yang [Wed, 3 Nov 2021 11:13:52 +0000 (19:13 +0800)]
Add polling worker for watcher to probe

Issue-ID: INF-196
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I2dbe061b5183fe47d60ca7421d5844181e7f2824

2 years agoAdd adapter to get k8s cluster info 81/6981/2
Bin Yang [Wed, 3 Nov 2021 07:45:40 +0000 (15:45 +0800)]
Add adapter to get k8s cluster info

Add adapter to get cpu info

Issue-ID: INF-196
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I4176ca4bc9df8556e5252c7b4f3247d6f70da9e1

2 years agoINFO.yaml: add quotation marks for committer id 32/6932/2
Jackie Huang [Tue, 26 Oct 2021 01:34:57 +0000 (09:34 +0800)]
INFO.yaml: add quotation marks for committer id

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I4c5ad2cb7ad9c6c1de5589f51b1e37efaffbe65e

2 years agoExtract ocloud integration test 62/6962/6
Bin Yang [Thu, 28 Oct 2021 14:21:42 +0000 (22:21 +0800)]
Extract ocloud integration test

Issue-ID: INF-196
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I8f62bb344e407a9b13d9d3fb37729b28ff807fc6

2 years agoAdd ocloud watcher and tests 60/6960/5
Bin Yang [Thu, 28 Oct 2021 11:55:47 +0000 (19:55 +0800)]
Add ocloud watcher and tests

Issue-ID: INF-196
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I3c0fb09913f5a064e84cecc3f6fdb6072c58be5a

2 years agoAdd test with fake stx client implementation 55/6955/5
Bin Yang [Thu, 28 Oct 2021 08:11:46 +0000 (16:11 +0800)]
Add test with fake stx client implementation

Issue-ID: INF-196

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Iaf71af39270c5d17ac7cabeed1d9ea91eb85f9d2

2 years agoAdd wrcp aio client test with real ocloud 53/6953/7
Bin Yang [Thu, 28 Oct 2021 04:08:54 +0000 (12:08 +0800)]
Add wrcp aio client test with real ocloud

leverage openrc script to inject real wrcp access info

Issue-ID: INF-196

Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: Ia4da4e49768e15e42034f46f7542304b348c2be7

2 years agoAdd tox 41/6941/3
Bin Yang [Tue, 26 Oct 2021 10:28:10 +0000 (18:28 +0800)]
Add tox

Issue-ID: INF-196
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I668e72886de29f894ababa99f3ac0a84f552f87c

2 years agoAdd framework and apiserver 09/6909/2
Bin Yang [Thu, 21 Oct 2021 11:10:40 +0000 (19:10 +0800)]
Add framework and apiserver

Issue-ID: INF-196
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I3e3022662a8d7e0158657811c0422f3503cb7883

2 years agoFix the format of .gitreview 12/6912/3
Jackie Huang [Fri, 22 Oct 2021 03:02:53 +0000 (11:02 +0800)]
Fix the format of .gitreview

Fix the format of .gitreview to avoid the following error:
ConfigParser.MissingSectionHeaderError: File contains no section
headers.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Ib81ad65fa197b19bfa77f9f39cd1a89174f1da3d

2 years agoAutomation adds INFO.yaml 69/6869/2
LF Jenkins CI [Thu, 14 Oct 2021 13:32:54 +0000 (13:32 +0000)]
Automation adds INFO.yaml

Change-Id: Ib402fc93bb947777970c20550d97e106dea2ebac
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2 years agoAutomation adds .gitreview 68/6868/2
LF Jenkins CI [Thu, 14 Oct 2021 13:32:47 +0000 (13:32 +0000)]
Automation adds .gitreview

Change-Id: I3d94569dc7e6d2fadd8375a44330f75190f3715b
Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2 years agoInitial empty repository
LF Jenkins CI [Thu, 14 Oct 2021 13:32:44 +0000 (13:32 +0000)]
Initial empty repository