multicloud/framework.git
5 years agoUpdate capacity_check API in broker 65/84065/2
Bin Yang [Wed, 3 Apr 2019 09:46:55 +0000 (09:46 +0000)]
Update capacity_check API in broker

Return the AZinfo list

Change-Id: I439381d0012cac422dd8781698a594f980eddad6
Issue-ID: MULTICLOUD-563
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoPass headers for multi-tenant support 56/84056/2
Bin Yang [Wed, 3 Apr 2019 09:06:30 +0000 (09:06 +0000)]
Pass headers for multi-tenant support

Change-Id: Ibe8aa3818a73d17df30e79ae24cb5d696c47403b
Issue-ID: MULTICLOUD-527
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoFix the artifact parent issue 85/83985/1
liboNet [Wed, 3 Apr 2019 07:50:50 +0000 (15:50 +0800)]
Fix the artifact parent issue

. the parent should point to org.onap.oparent:oparent:1.2.0
. the groupId for both should be set to org.onap.multicloud.framework

Change-Id: I5e821c8382b8f2297276a0ca508093fccd4c9620
Issue-ID: MULTICLOUD-514
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoadd subplugin field support and new Cloud Artifact class 17/83917/1
liboNet [Tue, 2 Apr 2019 18:26:05 +0000 (02:26 +0800)]
add subplugin field support and new Cloud Artifact class

. add subplugin field to integrate with Distribution framework
. add new Cloud Artifact which is to be used by subplugin like k8s
. update test .json file to include reception and forward fields
. add dummy test class to ensure the flow works as expected
. fix typos

Change-Id: I9d69d88e448a18247e19b3b7a6062b20814b5f8c
Issue-ID: MULTICLOUD-512
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoadd support to store all the artifacts into locally 92/83792/1
liboNet [Sun, 31 Mar 2019 04:20:26 +0000 (12:20 +0800)]
add support to store all the artifacts into locally

. deal with VFs and store all the artifacts locally
. store all artifacts under artifact_list
. store vfmodule-meta.json file into /data/"VfModuleModelCustomizationUUID"
. store the service info to service-meta.json file
. add subplug invoke flow too

Change-Id: Idca012955c704ed312ae81aa87b35e22af0a4c89
Issue-ID: MULTICLOUD-513
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoAdd model to represent VfModuleModel and Artifact management 59/83559/3
liboNet [Thu, 28 Mar 2019 23:29:51 +0000 (07:29 +0800)]
Add model to represent VfModuleModel and Artifact management

. add VfModuleModel to represent content of VfModule
. add Gsonutil to support List which is the content of Vf
  Module meta json
. add CloudArtifact to deal with Artifact for subplug action
. Fix pom.xml typo

Change-Id: Ic459118323bf50939493b0f0feff7ba96dd9a64d
Issue-ID: MULTICLOUD-511
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agofix the clm issue 36/83436/1
liboNet [Wed, 27 Mar 2019 23:08:06 +0000 (07:08 +0800)]
fix the clm issue

fix the org.json:json issue and
fix the jackson.core issue by excluding them from policy-endpoints
remove the unused sdc-tosca package

Change-Id: I1eb96d95f9acade1b3d1203aa0ccff0aacd083de
Issue-ID: MULTICLOUD-514
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoMerge "add SDC client and reception handle"
Bin Yang [Tue, 26 Mar 2019 13:11:38 +0000 (13:11 +0000)]
Merge "add SDC client and reception handle"

5 years agoadd SDC client and reception handle 79/83279/3
liboNet [Tue, 26 Mar 2019 16:49:32 +0000 (00:49 +0800)]
add SDC client and reception handle

. add reception framework wraps handle and subplug interface
. add plugins include sdc handler now.
. add forward acts the post interface for specified item like artifact
. add model acts for the sepcifeid item like CSAR
. update pom.xml and package/pom.xml to includes all submodules
. Fix the compile issue by typo and change groupid to framework

Change-Id: Idbff0ca612045c6ee52ba23cd305f2764c9600f8
Issue-ID: MULTICLOUD-514
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoFix pom format error 36/83136/1
Xiaohua Zhang [Mon, 25 Mar 2019 07:29:20 +0000 (07:29 +0000)]
Fix pom format error

Change-Id: Ie333cbf9e65241310222bb87dcc6bd4c9fb87112
Issue-ID: MULTICLOUD-546
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
5 years agorename the assembly setting 97/82997/1
liboNet [Fri, 22 Mar 2019 19:10:37 +0000 (03:10 +0800)]
rename the assembly setting

To fix the packing assembly  issue.
there should be a zip file generated

Change-Id: I82bc9fc87be1bcf8b87e75e9f8f5870efa9ea7cf
Issue-ID: MULTICLOUD-546
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoadd packages support for artifact broker 76/82876/2
liboNet [Thu, 21 Mar 2019 18:35:16 +0000 (02:35 +0800)]
add packages support for artifact broker

add a submodule of packages to generate a .zip file.
update related pom.xml to make it friendly readable.
use the 9014 as healthcheck targetPort

Change-Id: I98ed96639bbf6ecfeb87f1bffe2e55e7a62ac062
Issue-ID: MULTICLOUD-546
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoadd rest serve and distribution framework 73/82773/1
liboNet [Thu, 21 Mar 2019 00:01:55 +0000 (08:01 +0800)]
add rest serve and distribution framework

. update the pom.xml to include a submodule main
. add all common necessnary package into pom.xml
. add rest server and test case
. port the distribution framework
. which supports both http and https

Change-Id: I5ccc712342fc8929d11e553f3e09f36e93a80935
Issue-ID: MULTICLOUD-546
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoFix the sonar scirpt issue under multivimbroker 63/82763/1
liboNet [Wed, 20 Mar 2019 23:13:32 +0000 (07:13 +0800)]
Fix the sonar scirpt issue under multivimbroker

move the sonar related setting to submodule

Change-Id: I64ce83a0c7f362f49e68c2f9ae8c77e0d0a376a2
Issue-ID: MULTICLOUD-532
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years ago add submodule support in framework 21/82621/1
liboNet [Tue, 19 Mar 2019 19:10:03 +0000 (03:10 +0800)]
add submodule support in framework

    support multi broker and fix sonar.sh issue
    . add a new module of artifact broker
    . update framework pom.xml to support submodules
    . update the multivim broker to align with the case
      like subplugins under openstack
    . remove the duplicated sonar.sh

Change-Id: Ie41dc07aed9e015208e79aadff204747269af638
Issue-ID: MULTICLOUD-532
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoMerge "Add create of workload update in AAI"
Bin Yang [Tue, 19 Mar 2019 02:58:32 +0000 (02:58 +0000)]
Merge "Add create of workload update in AAI"

5 years agoProposal on SDC Client Design 51/75851/18
liboNet [Wed, 16 Jan 2019 22:52:08 +0000 (06:52 +0800)]
Proposal on SDC Client Design

some ideas about how to implmenent it useable for
both k8s and openstack/windRiver
. implement it as an artifact management include a
sdc client and add subplugin configuration
. align with Eric's proposal on SO-to-Multicloud API
enhancements
. add and update the example about downloaded files layout

Change-Id: Ia5a22482fa3c1c11ba1195fa7b8be4dcd67fe662
Issue-ID: MULTICLOUD-436
Signed-off-by: liboNet <libo.zhu@intel.com>
5 years agoAdd create of workload update in AAI 83/82183/1
Eric Multanen [Thu, 14 Mar 2019 05:49:38 +0000 (22:49 -0700)]
Add create of workload update in AAI

Add call to multicloud to update AAI with workload
detailed information (aka Heatbridge for OpenStack).
Add AAI update status responses to the workload
query call.

Change-Id: I6f9ab74e0090f0fbf170b1f0e0c40c65fd928b70
Issue-ID: MULTICLOUD-486
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
5 years agoUpdate API spec to support multi-tenants 85/82085/2
Bin Yang [Wed, 13 Mar 2019 07:28:27 +0000 (15:28 +0800)]
Update API spec to support multi-tenants

Enable multicloud to support multi-tenants
of a cloud region while being backward compatible
which support the default tenant

Change-Id: I0b82e9dfb1e279c5adf780c06d26e2278f7d47d7
Issue-ID: MULTICLOUD-528
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoSet Highest cipher for https 12/81912/1
Xiaohua Zhang [Mon, 11 Mar 2019 08:38:37 +0000 (08:38 +0000)]
Set Highest cipher for https

Change-Id: I66dca8548e88b9c006ee3bee257a4dc07dba50f6
Issue-ID: MULTICLOUD-522
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
5 years agoAdd https support for multicloud broker 29/81829/1
Xiaohua Zhang [Fri, 8 Mar 2019 06:08:47 +0000 (06:08 +0000)]
Add https support for multicloud broker

The https endpoint can be enabled by setting env: SSL_ENABLED=true

Change-Id: I69d1301df24492df11b782f19ae3ef36c25f1d94
Issue-ID: MULTICLOUD-522
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
5 years agoUpgrade to 1.3.0 for dublin 18/81818/1
Xiaohua Zhang [Fri, 8 Mar 2019 02:06:19 +0000 (02:06 +0000)]
Upgrade to 1.3.0 for dublin

Change-Id: Iae553e1c960571d99faf6b5aba39c70edf0f867e
Issue-ID: MULTICLOUD-432
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
5 years agoOptimize Docker image footprint 82/79582/6
Bin Yang [Mon, 4 Mar 2019 04:30:40 +0000 (04:30 +0000)]
Optimize Docker image footprint

Rebase to python:2-slim
Remove unused pip packages

Change-Id: Idc9dfdc11d4792a63c7c144587c13705e87bb4bc
Issue-ID: MULTICLOUD-505
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoAdd vsphere type 37/79437/1
Ethan Lynn [Fri, 1 Mar 2019 08:56:35 +0000 (16:56 +0800)]
Add vsphere type

Add vsphere type and point to multicloud-vio

Change-Id: I6eab1b61892a9caa999d09cdc5e5dda174f3561b
Issue-ID: MULTICLOUD-488
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
5 years agoupgrade onappylog version 31/79431/1
liangke [Fri, 1 Mar 2019 07:27:26 +0000 (15:27 +0800)]
upgrade onappylog version

Change-Id: I0e0bcd43cfd3ad815d7e059b0abb5aaf43afcbfb
Issue-ID: MULTICLOUD-481
Signed-off-by: liangke <lokyse@163.com>
5 years agoMerge "Draft the enhancement of capacity_check API"
Huang Haibin [Mon, 25 Feb 2019 05:20:32 +0000 (05:20 +0000)]
Merge "Draft the enhancement of capacity_check API"

5 years agoRun multicloud broker service as non root user 92/78892/2
Bin Yang [Thu, 21 Feb 2019 03:59:31 +0000 (03:59 +0000)]
Run multicloud broker service as non root user

Change-Id: Ib9e2d1647a3b18a6916e672bb6017bdd01908749
Issue-ID: MULTICLOUD-495
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoDraft the enhancement of capacity_check API 34/78634/5
Bin Yang [Mon, 18 Feb 2019 09:31:49 +0000 (09:31 +0000)]
Draft the enhancement of capacity_check API

To support F-GPS at AZ level

Change-Id: Idc89afaaa1e649ec5735ce5b537dc37cca71a5a7
Issue-ID: MULTICLOUD-485
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge "Fix infraworkload forwarder"
Bin Yang [Tue, 19 Feb 2019 02:15:28 +0000 (02:15 +0000)]
Merge "Fix infraworkload forwarder"

5 years agoUpdate committer INFO 25/78625/2
Bin Yang [Mon, 18 Feb 2019 06:19:11 +0000 (06:19 +0000)]
Update committer INFO

Remove those committers who decided to step down as a committer

Change-Id: If12e3f3cbc16582e81fab7265d7584e29bf3f688
Issue-ID: MULTICLOUD-484
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoFix infraworkload forwarder 57/78357/2
Ethan Lynn [Wed, 13 Feb 2019 03:41:10 +0000 (11:41 +0800)]
Fix infraworkload forwarder

Check content_Type, if is multipart, then use multipart handler,
otherwise use normal forwarder.

Change-Id: Ia84b859168d3301390c4ec28be850800ae4677ed
Issue-ID: MULTICLOUD-476
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
5 years agoUpdate the fixed bug list 01/77701/3
Bin Yang [Fri, 1 Feb 2019 09:18:52 +0000 (09:18 +0000)]
Update the fixed bug list

Change-Id: Icca79092aebf5e5554b01c90569dc9d5a9db2859
Issue-ID: MULTICLOUD-453
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge "RN for Casablanca Maintenance Release"
Huang Haibin [Wed, 30 Jan 2019 01:56:33 +0000 (01:56 +0000)]
Merge "RN for Casablanca Maintenance Release"

5 years agoRN for Casablanca Maintenance Release 03/76103/3
Bin Yang [Tue, 22 Jan 2019 09:36:56 +0000 (09:36 +0000)]
RN for Casablanca Maintenance Release

Change-Id: I6b4c9279652960827104d8cf6c49fc23a1bb8831
Issue-ID: MULTICLOUD-453
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoAdd starlingx for framework 13/75913/1
Haibin Huang [Thu, 17 Jan 2019 05:43:35 +0000 (13:43 +0800)]
Add starlingx for framework

Add starlingx support which make we can call the plugin by framework.

Change-Id: Ib84bc6c3d4ad4d38646fd50913efe3baa2fdd900
Issue-ID: MULTICLOUD-428
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
5 years agoMerge "Add links to Security Vulnerability"
Bin Yang [Thu, 29 Nov 2018 03:41:04 +0000 (03:41 +0000)]
Merge "Add links to Security Vulnerability"

5 years agoAdd links to Security Vulnerability 63/73863/1
Gildas Lanilis [Thu, 29 Nov 2018 00:33:39 +0000 (16:33 -0800)]
Add links to Security Vulnerability

Update RN by adding links to Security Vulnerability

Change-Id: If91b6c4ec80f9bbe0fb032e10025e99082940ab9
Issue-ID: DOC-333
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoRefactor the rst 59/73859/1
Bin Yang [Wed, 28 Nov 2018 07:23:15 +0000 (07:23 +0000)]
Refactor the rst

Specify release version which support vCPE TOSCA VNF use case

Change-Id: I8663fcb8e8fd1c943fc8254e9a30bca91fdccead
Issue-ID: MULTICLOUD-422
Signed-off-by: Bin Yang <bin.yang@windriver.com>
(cherry picked from commit e455c741c34660dacaa1643ef0a660e7b3efac90)

5 years agoMerge "Refactor the rst"
Bin Yang [Thu, 29 Nov 2018 02:33:22 +0000 (02:33 +0000)]
Merge "Refactor the rst"

5 years agoAdd links to Security Vulnerability 49/73849/2
Gildas Lanilis [Thu, 29 Nov 2018 00:33:39 +0000 (16:33 -0800)]
Add links to Security Vulnerability

Update RN by adding links to Security Vulnerability

Change-Id: Ie968ba1f11fb46b5482e46b75f9a81c0df0e1a6a
Issue-ID: DOC-333
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoRefine Release note 3.0.0 55/73755/9
Bin Yang [Thu, 29 Nov 2018 02:24:59 +0000 (02:24 +0000)]
Refine Release note 3.0.0

Align to ONAP release versions
And specify the components with versions

Change-Id: Idd2e131ca25a91df4a75d41008e6283dfd37c10e
Issue-ID: MULTICLOUD-422
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoRefactor the rst 64/73764/4
Bin Yang [Wed, 28 Nov 2018 07:23:15 +0000 (07:23 +0000)]
Refactor the rst

Specify release version which support vCPE TOSCA VNF use case

Change-Id: I8663fcb8e8fd1c943fc8254e9a30bca91fdccead
Issue-ID: MULTICLOUD-422
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoRefine Release note 3.0.0 56/73856/1
Bin Yang [Thu, 29 Nov 2018 02:24:59 +0000 (02:24 +0000)]
Refine Release note 3.0.0

Align to ONAP release versions
And specify the components with versions

Change-Id: Idd2e131ca25a91df4a75d41008e6283dfd37c10e
Issue-ID: MULTICLOUD-422
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge "bump version to 1.2.3" into casablanca
Bin Yang [Tue, 27 Nov 2018 14:32:33 +0000 (14:32 +0000)]
Merge "bump version to 1.2.3" into casablanca

5 years agoMerge "Update metadata example in API spec" into casablanca
Huang Haibin [Tue, 27 Nov 2018 12:59:26 +0000 (12:59 +0000)]
Merge "Update metadata example in API spec" into casablanca

5 years agobump version to 1.2.3 76/73676/1
Xiaohua Zhang [Tue, 27 Nov 2018 09:55:38 +0000 (09:55 +0000)]
bump version to 1.2.3

Change-Id: I5a3725a9deeac3e9e8bd3d01305ba87f2db90e49
Issue-ID: MULTICLOUD-419
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
(cherry picked from commit 36035e27f91e4d77f80fc806cbfffc2fa5110b32)

5 years agoWrap long lines 75/73675/1
Bin Yang [Wed, 21 Nov 2018 08:43:35 +0000 (08:43 +0000)]
Wrap long lines

Change-Id: I69e19da86592b293bd1e5bc51377583e7f3b6386
Issue-ID: MULTICLOUD-411
Signed-off-by: Bin Yang <bin.yang@windriver.com>
(cherry picked from commit 6237ee2f502f53b811630d069b26c9077e22e54a)

5 years agoUpdate metadata example in API spec 74/73674/1
Bin Yang [Fri, 16 Nov 2018 10:09:08 +0000 (10:09 +0000)]
Update metadata example in API spec

Change-Id: Ibdbc34d9aef340ef98316406a4a827badfc94fd5
Issue-ID: MULTICLOUD-405
Signed-off-by: Bin Yang <bin.yang@windriver.com>
(cherry picked from commit 0e8aea38a1154cdb4799b4f2e06a5b8170bfece8)

5 years agobump version to 1.2.3 30/73630/1
Xiaohua Zhang [Tue, 27 Nov 2018 09:55:38 +0000 (09:55 +0000)]
bump version to 1.2.3

Change-Id: I5a3725a9deeac3e9e8bd3d01305ba87f2db90e49
Issue-ID: MULTICLOUD-419
Signed-off-by: Xiaohua Zhang <xiaohua.zhang@windriver.com>
5 years agoAdd MultiCloud Architecture Documentation 51/73251/1
Bin Yang [Wed, 21 Nov 2018 07:55:00 +0000 (07:55 +0000)]
Add MultiCloud Architecture Documentation

Change-Id: I99b6bd711f4aed106abc5071e082b43886e4d05a
Issue-ID: MULTICLOUD-411
Signed-off-by: Bin Yang <bin.yang@windriver.com>
(cherry picked from commit ea58beb4e0b10c66086983644f7c2e420d78c08f)

5 years agoWrap long lines 25/73225/5 1.2.2
Bin Yang [Wed, 21 Nov 2018 08:43:35 +0000 (08:43 +0000)]
Wrap long lines

Change-Id: I69e19da86592b293bd1e5bc51377583e7f3b6386
Issue-ID: MULTICLOUD-411
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoAdd MultiCloud Architecture Documentation 18/73218/1
Bin Yang [Wed, 21 Nov 2018 07:55:00 +0000 (07:55 +0000)]
Add MultiCloud Architecture Documentation

Change-Id: I99b6bd711f4aed106abc5071e082b43886e4d05a
Issue-ID: MULTICLOUD-411
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoUpdate metadata example in API spec 89/72889/1
Bin Yang [Fri, 16 Nov 2018 10:09:08 +0000 (10:09 +0000)]
Update metadata example in API spec

Change-Id: Ibdbc34d9aef340ef98316406a4a827badfc94fd5
Issue-ID: MULTICLOUD-405
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoBump version to 1.2.2 91/72491/1
Bin Yang [Tue, 13 Nov 2018 03:06:34 +0000 (03:06 +0000)]
Bump version to 1.2.2

Change-Id: I62152f981ab92a243814cd4f562ea88255443e34
Issue-ID: MULTICLOUD-402
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoUpdate release date 92/72392/1 1.2.1 3.0.0-ONAP 3.0.1-ONAP
Bin Yang [Mon, 12 Nov 2018 02:07:02 +0000 (02:07 +0000)]
Update release date

Change-Id: Ibadd5e17004d3e55b31922b2f81000f4b443f49e
Issue-ID: MULTICLOUD-396
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge "Release Note in Casablanca"
Huang Haibin [Fri, 9 Nov 2018 06:24:22 +0000 (06:24 +0000)]
Merge "Release Note in Casablanca"

5 years agoRelease Note in Casablanca 12/71912/5
Bin Yang [Tue, 6 Nov 2018 06:46:34 +0000 (06:46 +0000)]
Release Note in Casablanca

Change-Id: I5de116037db4ed3b46ccdfdc5f0eafbf8450905a
Issue-ID: MULTICLOUD-396
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoAdd tox env to generate documentation 37/72137/1
Victor Morales [Wed, 7 Nov 2018 23:30:06 +0000 (15:30 -0800)]
Add tox env to generate documentation

The process to generate HTML documentation can be automated with
tox. This chage covers the basics instructions. In order to test this
is necessary to have python tox module and run the following command
in the multivimbroker folder

$ tox -e docs

Change-Id: I9540f6234a85e4775a482efd9dda9da1ec615591
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: DOC-300

5 years agoFix VIO doc 33/72033/1
Ethan Lynn [Wed, 7 Nov 2018 03:31:10 +0000 (11:31 +0800)]
Fix VIO doc

Lower VIO Simulated API document title level.

Change-Id: Ib79f03e9257a865a663d5aa497cdd8f1f86ea3a5
Issue-ID: MULTICLOUD-395
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
5 years agoOrganize VIO plugin documents 12/71812/2
Ethan Lynn [Mon, 5 Nov 2018 06:41:16 +0000 (14:41 +0800)]
Organize VIO plugin documents

This patch adds user guide for MultiCloud VIO plugin and re-organize current
VIO documents.

Change-Id: Idbe4357b760fbdbc734df19511771d7487d199d9
Issue-ID: MULTICLOUD-395
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
5 years agoRefactor the docs 27/71627/8
Bin Yang [Thu, 1 Nov 2018 12:38:54 +0000 (12:38 +0000)]
Refactor the docs

Dedicated sections for APIs, User guides, and specs

Change-Id: Icf57b4b14d775507b40b65681be2aba9a8e2e62f
Issue-ID: MULTICLOUD-309
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoBump up patch version after releasing images 26/70526/1
Bin Yang [Tue, 16 Oct 2018 06:57:59 +0000 (06:57 +0000)]
Bump up patch version after releasing images

Change-Id: I4c0fe0586b7b523156e5906bcee297b66448d38b
Issue-ID: MULTICLOUD-379
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge "Add pike to framework in multicloud" 1.2.0
Bin Yang [Fri, 12 Oct 2018 02:30:22 +0000 (02:30 +0000)]
Merge "Add pike to framework in multicloud"

5 years agoAdd pike to framework in multicloud 30/70230/2
Huang Haibin [Thu, 11 Oct 2018 05:58:11 +0000 (13:58 +0800)]
Add pike to framework in multicloud

Change-Id: Ia567247acfcf00caf31c676d87900d2b5cda4e5a
Issue-ID: MULTICLOUD-276
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
5 years agoAPI reference for v1 28/70128/3
Bin Yang [Wed, 10 Oct 2018 04:24:35 +0000 (04:24 +0000)]
API reference for v1

Upgrade API version from v0 to v1
Add Infra_workload LCM APIs

Change-Id: I72a486aebe4a4884d02c8c3e17067152e9e4e257
Issue-ID: MULTICLOUD-309
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge Multipart API with InfraWorkload 52/69552/2
Sudhakar Reddy [Sat, 29 Sep 2018 08:42:05 +0000 (14:12 +0530)]
Merge Multipart API with InfraWorkload

This also include:
1.Config Json change to support Azure plugin
2.URL position change to call Proper view
Currently,Infra API is calling Forwarder view

Change-Id: I682788b837782e32007529ca3033c2ef206250da
Issue-ID: MULTICLOUD-370
Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>
5 years agoRefactor windriver plugin namespace 79/64179/2
Bin Yang [Mon, 3 Sep 2018 08:59:48 +0000 (08:59 +0000)]
Refactor windriver plugin namespace

Workaround the restraints of ISTIO
which prohibit the usage of _ in the namespace

Change-Id: Ic6ebfda2de4285e3d5edb1bbfbfb21307c75348a
Issue-ID: MULTICLOUD-335
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge "Use python rstcheck to validate syntax"
Victor Morales [Thu, 30 Aug 2018 15:50:18 +0000 (15:50 +0000)]
Merge "Use python rstcheck to validate syntax"

5 years agoBump oparent version to 1.2.0 77/62677/3
Gary Wu [Fri, 24 Aug 2018 22:25:10 +0000 (15:25 -0700)]
Bump oparent version to 1.2.0

This change was submitted by script and may include
additional whitespace or formatting changes.

Change-Id: Ie8a88aea086e46f9d898f7e2c4f2f4885c062936
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoUse python rstcheck to validate syntax 41/61141/4
Victor Morales [Mon, 27 Aug 2018 18:37:06 +0000 (11:37 -0700)]
Use python rstcheck to validate syntax

Given that this repository contains multiple documents for
specifications is necessary to implement a mechanism to validate
its syntax. The rstchecker tool ensures that it meets the
reStructured Text guidelines.

Change-Id: I6a5d30c78718ae83265f9302f3d514eacaff2ae1
Issue-ID: DOC-300
Signed-off-by: Victor Morales <victor.morales@intel.com>
5 years agoMerge "Multicloud infra workload Delete and Get"
Bin Hu [Fri, 24 Aug 2018 05:47:43 +0000 (05:47 +0000)]
Merge "Multicloud infra workload Delete and Get"

5 years agoMerge "Onappylog library improvement"
Bin Hu [Thu, 23 Aug 2018 14:00:58 +0000 (14:00 +0000)]
Merge "Onappylog library improvement"

5 years agoMerge "Add swagger for server action api"
Ethan Lynn [Thu, 23 Aug 2018 08:47:56 +0000 (08:47 +0000)]
Merge "Add swagger for server action api"

5 years agoMulticloud infra workload Delete and Get 25/61225/5
Huang Haibin [Mon, 20 Aug 2018 07:36:37 +0000 (15:36 +0800)]
Multicloud infra workload Delete and Get

Adding two API:
- Delete infra workload
- Get infra workload

Change-Id: Ie458bb2f6170e57df29a76f06ea21dfe2b6250b7
Issue-ID: MULTICLOUD-250
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
5 years agoAdd swagger for server action api 83/61783/4
fujinhua [Wed, 22 Aug 2018 06:34:33 +0000 (14:34 +0800)]
Add swagger for server action api

Change-Id: I2bc9ca0f94f625a01c123fe2dc2b7044cce06ba6
Issue-ID: MULTICLOUD-332
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
5 years agoExpose API infra_workload 59/61759/4
Bin Yang [Wed, 22 Aug 2018 05:45:53 +0000 (05:45 +0000)]
Expose API infra_workload

The POST,GET,DELETE action will be forwarded
to specific plugin

Issue-ID: MULTICLOUD-310
Change-Id: Ia010347af75b82b2d92ca214abbaf053c36243eb
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoOnappylog library improvement 13/61213/6
liangke [Sun, 19 Aug 2018 03:29:08 +0000 (11:29 +0800)]
Onappylog library improvement

Change-Id: I782785733a79e328b7d8abab77c70035e30b706f
Issue-ID: MULTICLOUD-326
Signed-off-by: liangke <lokyse@163.com>
5 years agoAdd INFO.yaml file 05/61705/3
Jessica Wagantall [Wed, 22 Aug 2018 01:44:17 +0000 (18:44 -0700)]
Add INFO.yaml file

Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information

Change-Id: Ia6c1d487ed139ebb8c2e4413fa1d061d3a45c6ca
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
5 years agoFix Multicloud infra workload API Format 05/61205/1
Huang Haibin [Mon, 20 Aug 2018 03:20:53 +0000 (11:20 +0800)]
Fix Multicloud infra workload API Format

Change-Id: I810681a8d0c54697d3b6480cafb4416dd73b0960
Issue-ID: MULTICLOUD-250
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
5 years agoMerge "Add Multicloud infra workload API"
Bin Hu [Fri, 17 Aug 2018 17:00:15 +0000 (17:00 +0000)]
Merge "Add Multicloud infra workload API"

5 years agoAdd Multicloud infra workload API 91/60691/5
Huang Haibin [Wed, 15 Aug 2018 07:53:17 +0000 (15:53 +0800)]
Add Multicloud infra workload API

Change-Id: I5cb04c4ae11278a4c675edaa3ee32e459fcf6e0a
Issue-ID: MULTICLOUD-250
Signed-off-by: Huang Haibin <haibin.huang@intel.com>
5 years agoAPI upgrading for forwarder API 79/60679/8
Bin Yang [Thu, 16 Aug 2018 06:49:12 +0000 (06:49 +0000)]
API upgrading for forwarder API

Change-Id: Iabbab0fd3cd52f728fe69599110b0168c48fb17a
Issue-ID: MULTICLOUD-310
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge "Fix registry/unregistry doc"
Bin Yang [Wed, 15 Aug 2018 05:17:08 +0000 (05:17 +0000)]
Merge "Fix registry/unregistry doc"

5 years agoProposal on security communication feature 29/57429/2
Bin Yang [Wed, 25 Jul 2018 08:11:58 +0000 (08:11 +0000)]
Proposal on security communication feature

Change-Id: I5eecc0c9966836d17e6118e6b85e26042a3bf195
Issue-ID: MULTICLOUD-266
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoProposal to automate heatbridge 53/56853/2
Bin Yang [Thu, 19 Jul 2018 09:29:15 +0000 (09:29 +0000)]
Proposal to automate heatbridge

Describe how to automate AAI with heat stack by multicloud

Change-Id: Icb0330abd3975102827bddb3f681c0a8ab869657
Issue-ID: MULTICLOUD-282
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoPropose automating multi-region on-boarding 97/56697/2
Bin Yang [Wed, 18 Jul 2018 10:15:27 +0000 (10:15 +0000)]
Propose automating multi-region on-boarding

This proposal describe how multicloud plugin helps
automating of on-boarding the OpenStack secondary regions

Change-Id: Icba078a6ff1462901e7e5240507925ac6f76edb9
Issue-ID: MULTICLOUD-279
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge "Add design spec for API upgrading and ID alignment"
Bin Hu [Tue, 14 Aug 2018 01:28:01 +0000 (01:28 +0000)]
Merge "Add design spec for API upgrading and ID alignment"

5 years agoAdd design spec for API upgrading and ID alignment 71/56671/2
Bin Yang [Tue, 31 Jul 2018 13:24:58 +0000 (13:24 +0000)]
Add design spec for API upgrading and ID alignment

This is to propose the changes for enabling
consistent ID of a cloud region

Change-Id: Ia25f60ba14d28d02559a9902972a3cff6ca814c2
Issue-ID: MULTICLOUD-280
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoBump version to 1.2.0 09/57809/1
liangke [Fri, 27 Jul 2018 10:25:30 +0000 (18:25 +0800)]
Bump version to 1.2.0

Change-Id: Ib0a3241e2a0e6ad508c8602d4e75c64663e21904
Issue-ID: MULTICLOUD-286
Signed-off-by: liangke <lokyse@163.com>
5 years agoFix registry/unregistry doc 61/56361/1
Ethan Lynn [Fri, 13 Jul 2018 08:51:48 +0000 (16:51 +0800)]
Fix registry/unregistry doc

url for registry/unregistry is not correct.

Change-Id: I3d799ef175b87cfcb358e77434e8cd0ccedfa4b0
Issue-ID: MULTICLOUD-239
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
5 years agoAdd HPA deployment guide 09/54809/1
Yun Huang [Thu, 14 Jun 2018 13:43:04 +0000 (21:43 +0800)]
Add HPA deployment guide

Change-Id: I896eac7b7c715326fbd1f86af1dd0e1ad1cf4d8c
Issue-ID: MULTICLOUD-248
Signed-off-by: Yun Huang <yun.huang@windriver.com>
5 years agoRemove ToC in API document 99/50899/1
Ethan Lynn [Thu, 7 Jun 2018 07:47:00 +0000 (15:47 +0800)]
Remove ToC in API document

Remove ToC

Change-Id: Ib09f46987bf8975f28016b30935d920d8d23523c
Issue-ID: MULTICLOUD-239
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
5 years agoUpdate Release Note for Beijing 73/50873/2
Li Xinhui [Thu, 7 Jun 2018 01:12:37 +0000 (09:12 +0800)]
Update Release Note for Beijing

This patch is to update the RN for Beijing.

Change-Id: I3e84691c2982dec44dc07eb4fdf4f833ab28bc41
Issue-ID: MULTICLOUD-243
Signed-off-by: Xinhui Li <lxinhui@vmware.com>
5 years agoUpdate API doc 21/50321/2 2.0.0-ONAP beijing 2.0.0-ONAP v1.1.2
Ethan Lynn [Tue, 5 Jun 2018 09:26:55 +0000 (17:26 +0800)]
Update API doc

Fix style

Change-Id: Ifee26b7453de51f63bd37b0289ab3ccdc0697ec2
Issue-ID: MULTICLOUD-239
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
5 years agoDocument Security section of the Release Notes 55/49655/1
Gildas Lanilis [Wed, 30 May 2018 22:44:01 +0000 (15:44 -0700)]
Document Security section of the Release Notes

Change-Id: I773a5b7c603bea24681843b3a1c219859638bb1c
Issue-ID: DOC-271
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
5 years agoRevise docs 29/48029/3
Li Xinhui [Thu, 17 May 2018 10:17:03 +0000 (18:17 +0800)]
Revise docs

This patch is to revise the documents.

Change-Id: I3b47254d3dbae6c6067daefd44780ad370922558
Issue-ID: MULTICLOUD-211
Signed-off-by: Xinhui Li <lxinhui@vmware.com>
5 years agoRevise release date 95/47995/2
Li Xinhui [Thu, 17 May 2018 06:18:41 +0000 (14:18 +0800)]
Revise release date

This patch is to revise the release date.

Change-Id: I122360486e559b5dee69f05ccf64cabe77c5769e
Issue-ID: MULTICLOUD-211
Signed-off-by: Xinhui Li <lxinhui@vmware.com>
5 years agoAdd release note for R2 83/47983/1
Li Xinhui [Thu, 17 May 2018 05:57:33 +0000 (13:57 +0800)]
Add release note for R2

This patch is to add release note for R2 release.

Change-Id: I0110aec66a64cca949b7592385fa2ad2d45c63e6
Issue-ID: MULTICLOUD-211
Signed-off-by: Xinhui Li <lxinhui@vmware.com>
5 years agouWSGI 502 gateway error fix 81/46981/1
SudhakarReddy [Thu, 10 May 2018 08:59:20 +0000 (14:29 +0530)]
uWSGI 502 gateway error fix

Change-Id: Idc7cdffad470792d014e565c606c2843bd277fe6
Issue-ID: MULTICLOUD-217
Signed-off-by: SudhakarReddy <Sudhakar.reddy@amdocs.com>
5 years agoSupport forward "content-type" header 49/46949/1
Ethan Lynn [Thu, 10 May 2018 05:51:43 +0000 (13:51 +0800)]
Support forward "content-type" header

Forward "content-type" in request headers

Change-Id: Iac920045534aafb10a31cc21ebb95a436104c5b7
Issue-ID: MULTICLOUD-229
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>