summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-08-31Merge "Update network API to V1"Liang Ke6-1/+110
2018-08-30Add server action interface for VIO pluginBin Sun1-0/+82
Change-Id: I176c39b8c2351a2bc67fd7557011c2dfbb5b6edc Issue-ID: MULTICLOUD-336 Signed-off-by: Bin Sun <bins@vmware.com>
2018-08-30Update registry API to V1Ethan Lynn4-7/+42
This patch updates registry/unregistry/capacity_check/extensions API to V1 Change-Id: I7cef1fa53ae5dbca199d133e7bda8de70993e23f Issue-ID: MULTICLOUD-350 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-08-30Update network API to V1Ethan Lynn6-1/+110
This patch updates network related API to V1. Change-Id: Ide84407151736ef8477e4653047bf9b0cf150060 Issue-ID: MULTICLOUD-349 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-08-30Merge "Update server API to v1"Ethan Lynn5-0/+80
2018-08-29Merge "Change repository"Victor Morales1-1/+1
2018-08-29Update server API to v1Ethan Lynn5-0/+80
This patch updates server/flavor/limits/hosts API to v1 Change-Id: Ia7888d6c48690b849aaff618f996e409ae00cc04 Issue-ID: MULTICLOUD-324 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-08-28Update volume API to v1Ethan Lynn2-0/+30
This patch update volume api to v1 Change-Id: I21d57a212478f3962228c699f2fae1e75bdc1bd8 Issue-ID: MULTICLOUD-342 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-08-28Upgrade image api to v1Ethan Lynn5-3/+59
This patch update image api to v1, others will be updated by following patches Change-Id: I1ed03fce353a088a17e48c1fd00e491c65983075 Issue-ID: MULTICLOUD-339 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-08-28Change repositoryliangke1-1/+1
Right now, There is no vio zip file at snapshots repository. Change to staging repository which has latest vio zip file. Change-Id: Ie5000a9d689cf6a4318a280868d2a021f2620551 Issue-ID: MULTICLOUD-344 Signed-off-by: liangke <lokyse@163.com>
2018-08-27Use managed guava versionGary Wu3-9/+5
Use centrally managed guava version specified in oparent. Includes upgrade to oparent 1.2.0. This change was submitted by script and may include additional whitespace or formatting changes. Change-Id: If350d563ddbe83f781bb77701f8a13d2108a4079 Issue-ID: INT-619 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-22Add INFO.yaml fileJessica Wagantall1-0/+93
Add INFO.yaml to list: - Project description - Properties - PTL information - Meeting information - Committer information Change-Id: If9fb793db56bb1752803d0383873c3812cda1807 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-14Add redis cache to store share dataliangke8-22/+54
It's fine to run single redis server on local host. Cache cluster should be planed in some situation if we need. Change-Id: I176445e6918b980368953c8626995c80a4e45c46 Issue-ID: MULTICLOUD-300 Signed-off-by: liangke <lokyse@163.com>
2018-07-27Bump version to 1.2.0liangke5-7/+7
Change-Id: I894f5032b6697029b3794a46de73ebd04b3ff07d Issue-ID: MULTICLOUD-286 Signed-off-by: liangke <lokyse@163.com>
2018-07-27Avoid data sharing in multiprocess for fake_apiliangke1-5/+5
Change-Id: I501d7d8725333d0f7634c85406c69c82c7987147 Issue-ID: MULTICLOUD-285 Signed-off-by: liangke <lokyse@163.com>
2018-07-04Merge "Add test_get_hpa_dpdk"Liang Ke1-0/+11
2018-07-04Merge changes from topic 'ut2'Liang Ke1-0/+19
* changes: Add test_insert_dynamic_controller Add test_property_exist
2018-07-04Merge "Add test_list_stacks"Liang Ke1-5/+10
2018-07-04Merge changes from topic 'ut3'Liang Ke1-0/+65
* changes: Add test_create_server Add test_get_flavors_detail Add TestFakeNovaHypervisorUptime Add test_operate_server_unsupport Add test_operate_server_reboot
2018-07-04Merge changes from topic 'ut3'Liang Ke1-0/+27
* changes: Add test_operate_server_unpause Add test_operate_server_suspend
2018-07-04Merge changes from topic 'ut3'Liang Ke1-0/+53
* changes: Add test_operate_server_resume Add test_operate_server_start Add test_operate_server_stop Add test_list_servers_unauth
2018-07-04Merge changes from topic 'ut3'Liang Ke2-0/+25
* changes: Add test_list_servers Add test_list_projects_unauth Add test_list_projects
2018-07-04Merge changes from topic 'ut'Liang Ke1-0/+69
* changes: Add test_get_hpa_pci Add test_get_hpa_instru Add test_get_hpa_storage Add test_get_hpa_numa Add test_get_hpa_hugepage_any Add test_get_hpa_hugepage_int Add test_get_hpa_hugepage_small Add test_get_hpa_hugepage_large
2018-07-04Merge changes from topic 'ut2'Liang Ke1-0/+52
* changes: Add test_convert_default_val Add test_get_vim_session_v3 Add test_get_vim_session_v2
2018-06-13Add test_list_stacksEthan Lynn1-5/+10
Add test_list_stacks Change-Id: Ie4499e41b90b2874a86eddab55fa015ea82cd5fd Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_create_serverEthan Lynn1-0/+18
Add test_create_server Change-Id: Ib2a7d8aa878ca0e2d2c6e16937650e3e2592d6dd Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_get_flavors_detailEthan Lynn1-0/+9
Add test_get_flavors_detail Change-Id: I75d73f3271d1d068bd4b005b5ba5f2321e25a579 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add TestFakeNovaHypervisorUptimeEthan Lynn1-0/+14
Add TestFakeNovaHypervisorUptime Change-Id: Ief1329d7a03061be23358f90dabad066812ae74a Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_operate_server_unsupportEthan Lynn1-0/+11
Add test_operate_server_unsupport Change-Id: Iad681f11ccd75b950fa6c650d9308ac026fc9965 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_operate_server_rebootEthan Lynn1-0/+13
Add test_operate_server_reboot Change-Id: If0fb7e4a754c7c1ac1d0df14939cdd0ddcc30c1e Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_operate_server_unpauseEthan Lynn1-0/+14
Add test_operate_server_unpause Change-Id: I3fbc3939490265e1d42c45ac43bad97a8713b916 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_operate_server_suspendEthan Lynn1-0/+13
Add test_operate_server_suspend Change-Id: I99658e3712b4870a975050a436e091ac6e2b90ec Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_operate_server_resumeEthan Lynn1-0/+14
Add test_operate_server_resume Change-Id: I39d9d7c5c399716a5def8452b305449c99d15fce Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_operate_server_startEthan Lynn1-0/+14
Add test_operate_server_start Change-Id: Ie42f2c2a13e2fa7e5c8116e2a8ae070941e0e35b Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_operate_server_stopEthan Lynn1-0/+17
Add test_operate_server_stop Change-Id: I51bba4d3fff33e52c00b1c0c5002d786b78dc46e Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_list_servers_unauthEthan Lynn1-0/+8
Add test_list_servers_unauth Change-Id: Ie16ed282e0394aa06fce7728036994d425b026a0 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_list_serversEthan Lynn1-0/+8
Add test_list_servers Change-Id: Ic263cf5670c5e7d624e4d16b7ef889cacbf8e8a0 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_list_projects_unauthEthan Lynn1-0/+8
Add test_list_projects_unauth Change-Id: I385a589881ebcdbdb8d90c9c3d55598e745f151c Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_list_projectsEthan Lynn1-0/+9
Add test_list_projects Change-Id: I7aabfd2ed48c82e6993b4416ffadd96a22e464a3 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_insert_dynamic_controllerEthan Lynn1-0/+10
Add test_insert_dynamic_controller Change-Id: I1eebe593bdd945bfd2b7ecf386960d1cab7e98c0 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_property_existEthan Lynn1-0/+9
Add test_property_exist Change-Id: Ida3a92c7962f4306b7878ef0465687bd0bf175ea Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_convert_default_valEthan Lynn1-0/+5
Add test_convert_default_val Change-Id: I2e740eb01538d649fb5cbc1304f93aa9ad1ce294 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_get_vim_session_v3Ethan Lynn1-0/+13
Add test_get_vim_session_v3 Change-Id: Ifc37d19404cb7165fd2c3675c9f5e53d279f31b0 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_get_vim_session_v2Ethan Lynn1-0/+34
Add test_get_vim_session_v2 Change-Id: I7f5368dabcb05a54f3362c3eafff4845c1e2709c Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_get_hpa_dpdkEthan Lynn1-0/+11
Add test_get_hpa_dpdk Change-Id: I84ed1380b0870ab9beb24320b826ce9bb75e2dfc Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_get_hpa_pciEthan Lynn1-0/+8
Add test_get_hpa_pci Change-Id: Ie732988d47d2a024e0a8d4195ca25a6bae94a1de Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_get_hpa_instruEthan Lynn1-0/+8
Add test_get_hpa_instru Change-Id: Ie13dbadfdb02d352a91eec8b944eee6f4376758b Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_get_hpa_storageEthan Lynn1-0/+8
Add test_get_hpa_storage Change-Id: I2dad04eefa549cd1c3b62141a915ffe6658317ab Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_get_hpa_numaEthan Lynn1-0/+10
Add test_get_hpa_numa Change-Id: I4dfee677b36599de305fa291f1c5fb1826ec2d36 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2018-06-13Add test_get_hpa_hugepage_anyEthan Lynn1-0/+8
Add test_get_hpa_hugepage_any Change-Id: I91e92f1a4e855912bb144c0316187a6c7dae71c7 Issue-ID: MULTICLOUD-199 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>