summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-31Merge "Add some functions of fake_cloud"xinhuili6-5/+163
2017-10-31Add some functions of fake_cloudliangke6-5/+163
1 Add tenant api in keystonev2 2 Add image version api 3 Change identiy endpoint to v2 if using keystoneV2 4 Fix a issue that it should update endpoint of vimid if vimid's endpoint was added before. Change-Id: I408fc55941c5b3e73d67cb0cf9ba732ec5f3a4ee issue-Id: MULTICLOUD-79 Signed-off-by: liangke <lokyse@163.com>
2017-10-31VMWare vesagent review comments incorporatedArun Arora7-471/+403
Change-Id: I1d79f499f533b0e25f16f56c3ec382871732f293 Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-24Merge "VMware vesagent docker build fixes"xinhuili1-0/+1
2017-10-24Merge "Fix issue of KeystoneV2"xinhuili7-12/+512
2017-10-24Fix issue of KeystoneV2liangke7-12/+512
Change-Id: I2d670b6d68af436adf7b8519487189f2f0ca428f Issue-id: MULTICLOUD-114 Signed-off-by: liangke <lokyse@163.com>
2017-10-24Merge "Add fake heat response data"xinhuili4-0/+454
2017-10-24VMware vesagent docker build fixesArun Arora1-0/+1
Added fix to change current directory to docker directory for resolution of relative paths of required files and sub-directories Change-Id: I2f301aea42bf826a3ffb33eb08f312e8deab5aea Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-23VMWare vesagent docker build job fixArun Arora2-17/+4
Fixes for docker daily build jenkins job failure Modified the code to download the vesagent JAR from nexus repo instead of building the code and copy from the target directory Change-Id: Ia6b303e7a39bc4bbef40d4caaca4dab401927d42 Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-23Add fake heat response dataliangke4-0/+454
Change-Id: Ieb4ebc7a1d5aee387800c188ab982a4f6892fa69 issue-Id: MULTICLOUD-79 Signed-off-by: liangke <lokyse@163.com>
2017-10-20Merge "VMWare vesagent for FCAPS"xinhuili26-0/+3632
2017-10-17Merge "Support keystoneV2 in VIO plugin"xinhuili2-9/+152
2017-10-17Support keystoneV2 in VIO pluginliangke2-9/+152
Change-Id: If8fadc0f8ae718b6428feed30bfcd18579b2cd91 issue-Id: MULTICLOUD-114 Signed-off-by: liangke <lokyse@163.com>
2017-10-16VMWare vesagent for FCAPSArun Arora26-0/+3632
Fix python verify job fail issue Change-Id: If4b7f82fe7175a4d018cd5c5232217e98824c0bd Issue-ID: MULTICLOUD-8 Signed-off-by: Arun Arora <aroraarun@vmware.com>
2017-10-13Change subproject's parentEthan Lynn2-7/+6
In order to generate staging zip, change subproject's parent. Change-Id: I88c577f8b97d4e65cee229ee1336b0edd95d4022 issue-id: MULTICLOUD-112 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-10-12Use oparent 0.1.1 for stagingEthan Lynn3-3/+3
Change oparent to 0.1.1 Change-Id: I3fbbdfdae1ff08121ea946c96a243ff24c310b17 issue-id: MULTICLOUD-112 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-09-26Add staging maven plugin in vio pomliangke3-106/+6
1 push source code file to staging repository 2 push staging image Change-Id: Icebcaba5f5f7e68b869015eb028de687eca7b624 Issue-Id: MULTICLOUD-107 Signed-off-by: liangke <lokyse@163.com>
2017-09-25Merge "Add staging image"xinhuili2-2/+142
2017-09-25Add staging imageliangke2-2/+142
Change-Id: Ib7e6c95d252f5f2533fed8c375a78c7ffe42fa6b Issue-Id: MULTICLOUD-107 Signed-off-by: liangke <lokyse@163.com>
2017-09-22Merge "Fix registry bug"xinhuili2-41/+29
2017-09-21Fix registry bugliangke2-41/+29
Change-Id: Ia6ca2240cfedd3e49cbf6fb5a44c1b78667b9ec9 Issue-Id: MULTICLOUD-102 Signed-off-by: liangke <lokyse@163.com>
2017-09-21Merge "Add fake responses for VIO"xinhuili12-0/+2177
2017-09-21Fix image os version stored in AAIEthan Lynn1-2/+6
Change-Id: I669f5dc60243c8414ad00ac45174e2495988da52 issue-id: MULTICLOUD-101 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-09-21Merge "Fix multicloud vio bugs"xinhuili5-9/+29
2017-09-20Fix multicloud vio bugsliangke5-9/+29
Change-Id: I707846d4c6a8ba0adb4e5666b2c74e9dc382d9c9 Issue-Id: MULTICLOUD-98 Signed-off-by: liangke <lokyse@163.com>
2017-09-20Fix cloud unregistryEthan Lynn5-63/+187
Need to delete childrens of cloud-region, then delete cloud-region. Change-Id: Idf630ba47f4a34e8844033f99b4a259993832cbd issue-id: MULTICLOUD-100 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-09-20Add fake responses for VIOliangke12-0/+2177
It will be used in function test if there is no real VIO environment. Fix pep8 issues. Change-Id: Iab9a588477a2727c667ee8a8e3a23d4cb9fbe562 Issue-Id: MULTICLOUD-79 Signed-off-by: liangke <lokyse@163.com>
2017-09-20Add more UT cases for VIO pluginBin Sun1-0/+77
Change-Id: I3cff411ed2c0cf4ac154556cd311c38c54eeed22 Issue-Id: MULTICLOUD-91 Signed-off-by: Bin Sun <bins@vmware.com>
2017-09-19Merge "Add extensions API to vio"xinhuili3-0/+34
2017-09-19Merge "Add more VIM info from AAI"xinhuili1-0/+7
2017-09-19Fix url regex matchEthan Lynn1-28/+28
Change-Id: I9ac0983fb05e41e19b7361ff5b11109c036da404 issue-id: MULTICLOUD-96 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-09-19Fix some callback errors may cause UT issueBin Sun4-45/+96
Change-Id: I05d8ca3dfece0b0cc02488556afddd42b0c8df0c Issue-Id: MULTICLOUD-91 Signed-off-by: Bin Sun <bins@vmware.com>
2017-09-18Add setting-coverage into VIO plugin for UTBin Sun13-1/+1120
also write some cases to increase the code coverage to 50% Change-Id: I032c713d9811f123b74717742e04b55e334ab4e8 Issue-Id: MULTICLOUD-91 Signed-off-by: Bin Sun <bins@vmware.com>
2017-09-14Add more VIM info from AAIEthan Lynn1-0/+7
Change-Id: If8462481a581504b1be038485d131675e0175b08 issue-id: MULTICLOUD-93 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-09-14Merge "Change version"xinhuili1-1/+1
2017-09-13Merge "Add setup.py for vio"xinhuili1-0/+18
2017-09-13Change versionliangke1-1/+1
Change-Id: Ibd9a77b2ed2eaca9442ecfdfcc35b8ef13058ea2 Issue-id: MULTICLOUD-55 Signed-off-by: liangke <lokyse@163.com>
2017-09-12Start up VIO server independtlyliangke1-6/+0
It seems that we do not need waiting msb server be initilized first during OOM deplpyment. Change-Id: Ib50d17d0c1291824a71cbae77c0a8156e59b1155 Issue-Id: MULTICLOUD-74 Signed-off-by: liangke <lokyse@163.com>
2017-09-12Merge "Fix docker building issue"xinhuili5-56/+42
2017-09-12Fix docker building issueliangke5-56/+42
1 Remove redis server 2 Add pom.xml adn version.properties Change-Id: Ic9f5443cfa7b0fd379f09d3f008f4d259e212731 Issue-Id: MULTICLOUD-74 Signed-off-by: liangke <lokyse@163.com>
2017-09-11Add extensions API to vioEthan Lynn3-0/+34
Change-Id: I7cd73a08d2d5116f83e029ab4c3f49ac37173c59 issue-id: MULTICLOUD-87 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-09-11Merge "Add AAI adapter to vio plugin"xinhuili8-44/+458
2017-09-12 Multicloud VIO docker build filesliangke10-16/+193
Change-Id: I9e6188de471cd3ced174f65a31413bc1f7ee06d3 Issue-Id: MULTICLOUD-74 Signed-off-by: liangke <lokyse@163.com>
2017-09-11Ignore verifying the SSL certificateliangke1-3/+3
1 We do not use self-signed ceritficate by default and do not need ssl verification 2 Modify code style for passing pep8 checking Change-Id: I822512e67e6a70ccf11221791a5911b93673d060 Issue-Id: MULTICLOUD-55 Signed-off-by: liangke <lokyse@163.com>
2017-09-11Fix for VIO issueliangke1-3/+11
1 Add checking response status code 2 Modify code style for passing pep8 checking Change-Id: I266f3cfb0173189510715db05b28540c4da98ba3 Issue-Id: MULTICLOUD-55 Signed-off-by: liangke <lokyse@163.com>
2017-09-08Cleanup project's name in SonarJessica Wagantall1-1/+1
The name parameter in the root pom.xml should match the project name in gerrit to reflect consistency in Sonar. Change-Id: Ibaad7f60ff09aca22471bb89f8a9f97f9f7594c1 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-07Merge "Change version from 1.1.0 to 1.0.0"xinhuili1-1/+1
2017-09-07Add AAI adapter to vio pluginEthan Lynn8-44/+458
Change-Id: I70f1cf0a297883b844689a4ddbc1bfde1f0ed2bc issue-id: MULTICLOUD-81 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2017-09-07Add setup.py for vioBin Sun1-0/+18
Change-Id: Ia5d95cd78b29ef45aa31062fa74bad48a436ba1a Issue-Id: MULTICLOUD-76 Signed-off-by: Bin Sun <bins@vmware.com>
2017-09-01Add PEP8 checkBin Sun62-2957/+435
Change-Id: Ibc1004c8664cf258b43043474672fc2c440d9c3e Issue-Id: MULTICLOUD-64 Signed-off-by: Bin Sun <bins@vmware.com>