summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-21 Fix framework logging formatliangke7-10/+93
Update the logging format. Add context middleware to set MDC attributes. Allow framework to transmit request headers,So backend plugin could get "TransactionID" from framework. Change-Id: Ib918489a4a3e2069046471b42810fe4d1cbcb374 Issue-ID: MULTICLOUD-151 Signed-off-by: liangke <lokyse@163.com>
2018-03-19Add test_check_capacity_successEthan Lynn1-0/+54
Add test_check_capacity_success for check_vim_capacity API Change-Id: I8b0ffb3b907b25f06d8267c7ec941ce83d636d95 Issue-ID: MULTICLOUD-166 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-19Merge "Add check_vim_capacity"Liang Ke2-2/+35
2018-03-16Add check_vim_capacityEthan Lynn2-2/+35
Add check_vim_capacity API to broker. Change-Id: I57d26dea6502a38fb358d9df5ae313ad438e7056 Issue-ID: MULTICLOUD-166 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-15Upgrade to latest oparentGildas Lanilis1-1/+1
Update pom.xml file to latest version release of oparent, 1.1.0 Change-Id: I5a907df058c4a65cb71be19660ea8ecbae22e8e6 Issue-ID: INT-443 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-03-16Update A&AI schema to v13Ethan Lynn1-1/+1
Update A&AI schema to v13 Change-Id: Iff8ebf0491d78653bf346e374c2749eb8556214e Issue-ID: MULTICLOUD-185 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-15Fix vim_types testsEthan Lynn1-11/+1
Fix vim_types tests Change-Id: Ib58860496b51657d7455de60ab48ba8b0bc886fb Issue-ID: MULTICLOUD-184 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-15Merge "Remove msb register code"Liang Ke4-59/+0
2018-03-14Add test_vim_types_successEthan Lynn1-0/+36
Add unit tests for vim_types API. Change-Id: I188f7a65f6573ae3fb5813a43c34245eebb2f4fa Issue-ID: MULTICLOUD-184 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-14Remove msb register codeEthan Lynn4-59/+0
It's legacy code from open-o, we don't need it any more. And also remove a vulnerability reported by sonar. Change-Id: I88c94240c0ef21b182b8dcc13feae684471639db Issue-ID: MULTICLOUD-133 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-12Add forwarder function to pecan frameworkHong Hui Xiao1-0/+67
Add forward(or proxy) functionality, so that multicloud component is able to forward request to another component. TEST DONE: GET POST DELETE (/networks) Registry/Unregistry/Identity Change-Id: I73f71c62a91301c0864f1a00fd95f016f69a89d4 Issue-ID: MULTICLOUD-150 Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
2018-03-09Fix sonar code coverageBin Sun1-0/+81
Change-Id: Ifc84366fe19c3395b31ce1ffc8b96146f34b9fcc Issue-ID: MULTICLOUD-172 Signed-off-by: Bin Sun <bins@vmware.com>
2018-03-09Fix sonar code coverageBin Sun3-8/+147
Change-Id: Ib457043aad138746239f13f38235c2ebd4ddcb6e Issue-ID: MULTICLOUD-172 Signed-off-by: Bin Sun <bins@vmware.com>
2018-03-08Initial code for pecan frameworkHong Hui Xiao10-84/+265
This patch introduces pecan framework to multicloud. The number of processes equals to the number of CPU cores. The swagger json url has been implemented in this patch. ../api/multicloud/v0/swagger.json Change-Id: Icd0ebd9f275c2f066295ec3c2723d995d71ef632 Issue-ID: MULTICLOUD-150 Signed-off-by: Hong Hui Xiao <honghui_xiao@yeah.net>
2018-03-06Add sonarEthan Lynn2-0/+14
Add sonar code coverage in pom.xml Change-Id: Idc965bb49bf4747cedf4d4f9e9819b3a9c42171e Issue-ID: MULTICLOUD-172 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-06 Put yaml type file into repositoriesliangke1-0/+2
Change-Id: I3dacb6cc9a80374c7dcb0fbfde513be4e658ee95 Issue-ID: MULTICLOUD-151 Signed-off-by: liangke <lokyse@163.com>
2018-03-05 Update log setting of multivimbrokerliangke4-33/+45
Change-Id: I6d666ed07c5c28edc3337028c29c502d4fbeb3dd Issue-ID: MULTICLOUD-151 Signed-off-by: liangke <lokyse@163.com>
2018-03-05Merge "Revise vim_types API"Liang Ke1-2/+7
2018-03-05Merge "spec for Container based network service/function"Bin Hu1-0/+700
2018-03-05Merge "Add test plan for check_vim_capacity spec"Liang Ke1-1/+7
2018-03-02spec for Container based network service/functionIsaku Yamahata1-0/+700
TODO: issue id should be updated once JIRA item is created. Change-Id: I38d1f2503fd47f838d2f0de15e17e6497fdf712a Issue-ID: MULTICLOUD-148 Signed-off-by: Isaku Yamahata <isaku.yamahata@intel.com>
2018-03-01Remove unused redis configEthan Lynn2-89/+0
Broker didn't use redis for now. Change-Id: I585c5ea2e4c3664de8b26bacb3a3452799872476 Issue-ID: MULTICLOUD-133 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-01Add test plan for check_vim_capacity specEthan Lynn1-1/+7
Add unit test and CSIT tests plan Change-Id: I1c99d4cdd89e792046f3e8dcc4d4389c4b98e674 Issue-ID: MULTICLOUD-160 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-03-01Revise vim_types APIEthan Lynn1-2/+7
Change-Id: I0a5728655fc8eb894a11dac56192f724db2000b6 Issue-ID: MULTICLOUD-165 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-02-28Merge " Logging Specs for S3P"Liang Ke1-0/+83
2018-01-29 Logging Specs for S3Pliangke1-0/+83
Change-Id: Ie2e39d56eb7ca2be0d50dd9b3b37b8134cf7b230 Issue-ID: MULTICLOUD-151 Signed-off-by: liangke <lokyse@163.com>
2018-01-29Merge "Spec for MultiCloud HPA Discovery and Represent"zhang ab1-0/+109
2018-01-29Spec for MultiCloud HPA Discovery and RepresentBin Yang1-0/+109
Change-Id: I8a98dd8d76f5dd1767de7cf8000481bb182e6464 Issue-ID: MULTICLOUD-157 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2018-01-29Design spec of resource capacity check APIEthan Lynn1-0/+101
This is the design spec for resource capacity check API between OOF and MultiCloud. Change-Id: If2213b95a3ce3a807c1ce21cac13fdb57bd86caa Issue-ID: MULTICLOUD-160 Issue-ID: MULTICLOUD-156 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-01-22Add specs directory for design discussion/reviewLi Xinhui1-0/+28
This change is to add a new directory under docs to contain all design drafts. Issue-ID: MULTICLOUD-159 Signed-off-by: Xinhui Li <lxinhui@vmware.com> Change-Id: I91092f34c53579ea3752eb6150c1dbb6e5e117f7
2018-01-15Update licenseEthan Lynn54-3/+98
Update license according to ONAP community Change-Id: I1cfb2d23db235c71982dc7cb19b6e89870189890 Issue-ID: MULTICLOUD-139 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-12-26Merge "Bump minor version"xinhuili3-4/+4
2017-12-26Merge "Remove sample folder in code"xinhuili5-83/+0
2017-12-14Make cloud provider plugin configurableEthan Lynn3-40/+48
The cloud provider plugin info stores in pub/config/provider-plugin.json, by editing this file other plugin provider can easily add a new plugin. Change-Id: I499fb05758e76eb2bda6bb4e9fafd302e810dddc Issue-ID: MULTICLOUD-132 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-12-14Remove sample folder in codeEthan Lynn5-83/+0
This folder is not necessary. Change-Id: Ie20d10b8682fbde595e07afa2ff166d0423d80f0 Issue-ID: MULTICLOUD-133 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-12-03Bump minor versionJessica Wagantall3-4/+4
Bump minor version in preparation for Amsterdam branching. Change-Id: Ie43c398c528ba8dab66fbc9e0067072399768a20 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-12-02Fix pep8 issueliangke2-5/+2
Do not use bare except. Change-Id: I4c95a43341411074a06b9206c8c605c7826ed430 Issue-ID: MULTICLOUD-131 Signed-off-by: liangke <lokyse@163.com>
2017-11-21Add reference for proper linkingGildas Lanilis1-0/+2
Add reference in index.rst so propoer linking can be accomplish for other readthedocs pages. Issue-ID: DOC-203 Change-Id: I484f018f6ac4745df9d4df8e9ef61418e8312d2a Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2017-11-21Recover Multi Cloud Index Pagexinhuili1-2/+0
This patch is to recover the original page. Change-Id: Iec88858d05f1b6dc575d6296383ab8d267ed9bb4 Issue-Id: DOC-150 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
2017-11-21Merge "Update documentation index file"xinhuili1-0/+2
2017-11-20Update documentation index fileGildas Lanilis1-0/+2
Added a reference in index.rst file for linking RST documents. Issue-Id: DOC-150 Change-Id: Ie50853039a28403bbe7cb1c9bad4742fa6ce1a23 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2017-11-18Revise release notesxinhuili1-6/+6
This patch is to add revise notes Change-Id: I2eeb095fe3a3afaf164f4897e9f6ea43865cf8cd issue-id: MULTICLOUD-86 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
2017-11-12Make up feature list for R1xinhuili1-1/+7
This patch is to make up feature list for R1 Change-Id: I24f4e8613d87d4eae9e4746d500fe69d12ddc5fe issue-id: MULTICLOUD-86 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
2017-11-10Add more content to release noteHong Hui Xiao1-0/+32
Change-Id: Ibeaf8a14d5158131ceac07f34b4c194fd1d0a28c issue-id: MULTICLOUD-86 Signed-off-by: HongHui Xiao <honghui_xiao@yeah.net>
2017-11-09Add Architecture Referencev1.0.01.0.0-ONAP1.0.0-Amsterdamxinhuili1-0/+6
This patch is to add a reference to more details of Architecture Change-Id: Ib192ab3027e0fa1f25761c19a93efd23e357c59e issue-id: MULTICLOUD-86 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
2017-11-08Merge "Add release notes"xinhuili2-0/+15
2017-11-09Add release notesxinhuili2-0/+15
This patch is to add release notes Change-Id: I86b1764b69880eb47f1967854a6d373a81b59fd4 issue-id: MULTICLOUD-86 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
2017-11-03Correct some wordingsEric Debeau1-4/+4
Change-Id: Ibee011957d7c96806a6dea97a55028d595529407 ISSUE-ID: MULTICLOUD-124 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2017-11-03Add logging and Diagnostics guideliangke1-0/+34
Change-Id: I9aba2fd3f5226a241f768f946bdfbd10fa88dfce issue-id: MULTICLOUD-86 Signed-off-by: liangke <lokyse@163.com>
2017-11-02Add Multicloud Configuration and AdministrationHong Hui Xiao3-0/+73
Document for end user. Change-Id: I785aa47122797a035efde0d69af62b1deba378de issue-id: MULTICLOUD-86 Signed-off-by: HongHui Xiao <honghui_xiao@yeah.net>