summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-18password auth module seems can not accept region_name as argumentZhijiang Hu2-7/+4
Please see the error info at the end of [1]. [1] https://build.opnfv.org/ci/job/daisy-deploy-daily-master/815/console Change-Id: I309fd858ea10a8821c95d66a27b7840a7f70151c Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-17Merge "Update image to solve kolla-box missing packaget"Zhijiang Hu2-2/+2
2017-11-17Update image to solve kolla-box missing packagetZhijiang Hu2-2/+2
Change-Id: I66cd8261533f0bb81d9e8839dbd3b819dbd2de88 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-17Merge "Nomination of Committer promotion for Jun Zhong"Zhijiang Hu1-0/+1
2017-11-16ceilometer needs gnocchi from pikeZhijiang Hu3-3/+3
Change-Id: I793a31e42eb5dd9f9af34489c599624b8c83e11a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-16Nomination of Committer promotion for Jun ZhongZhijiang Hu1-0/+1
I'd like to nominate Jun Zhong for Daisy4NFV core reviewer. Jun started to work on Daisy4NFV since the beginning of the project and he has made significant contribution to project during E release cycle including code pythonizing, add unit test framework, test supplementary and etc.. [1][2] I have had a talked with him offline and he expressed willing to contribute more to Daisy4NFV project on several new fields such as ARM platform support.... I believe he will make a great addition to the core review team. All Daisy4NFV committers, please vote +1 or +2 if you support this nomination [3]. [1] http://stackalytics.com/?project_type=opnfv-group&metric=commits&release=all&module=daisy [2] https://gerrit.opnfv.org/gerrit/#/q/owner:zhong.jun%2540zte.com.cn+status:merged+project:daisy [3] https://wiki.opnfv.org/display/DEV/Committer+Promotions Change-Id: I8423b4dfe6a034dbb7c6aeccf55daa7f06172136 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-14Nomination of Committer promotion for Ya ZhouZhijiang Hu1-0/+1
I'd like to nominate Ya Zhou(IRC name 'zhouya') for Daisy4NFV core reviewer. Ya started to work on Daisy4NFV since the beginning of the project and he has made significant contribution to project during E release cycle including adding support of deploying Ceph, Cinder, ODL and etc... [1][2] I have had a talked with him offline and he expressed willing to contribute more to Daisy4NFV project and I believe he will make a great addition to the core review team. All Daisy4NFV committers, please vote +1 or +2 if you support this nomination [3]. [1] http://stackalytics.com/?project_type=opnfv-group&metric=commits&release=all&module=daisy [2] https://gerrit.opnfv.org/gerrit/#/q/owner:zhou.ya%2540zte.com.cn+status:merged+project:daisy [3] https://wiki.opnfv.org/display/DEV/Committer+Promotions Change-Id: I479ee737781d2692ef68edf3d86cb11a6ae0428f Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-13Bugfix for 47103Zhijiang Hu1-2/+2
Change-Id: I013e19ddcceac32e964b6a930edd653a552ca83d Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-13Exit if kolla image build failedZhijiang Hu1-10/+5
Previously, image build failure was ignored since the failure is caused by images that we do not need. Then, we only build what we really need. So now, image build failure should not be ginored any more. This PS also do clean up task after failure occured, althrough this is not really necessary when running in a temporary VM. But it is helpful when running manually. Change-Id: Ica8771e80bc313795598e18dc0175177ccb6c11a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-12Dump log after deplying timeoutZhijiang Hu1-18/+36
Change-Id: I8ff298bc09bd3117f5ae8a1d81be3e5661a56e9a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-08modify iterface to interface001845322-2/+2
Change-Id: I659906163ec7bb5156786269349cc819ea051754 Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
2017-11-07Switch master branch to openstack pikeAlex Yang2-4/+4
According to the patch in upstream [1]. [1] https://review.openstack.org/#/c/514548/ Change-Id: Ie8edee057aa46ffe0c3f4d96f0c9afb4f1635920 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-11-02Increase retries and decrease threads to make build more stableZhijiang Hu1-1/+3
Change-Id: Idb8d4f64a1799cfdf80401e4dc5b3f24caa7a04b Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-02Merge "Support build OVS+DPDK images"Zhijiang Hu1-2/+32
2017-10-30Missing parameters in tempestAlex Yang2-13/+14
In patch 45763, client parameters were missed in some functions. Change-Id: Id311e9ee6c0f7b24fe81832e2de9787e4f5693d7 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-10-30Support build OVS+DPDK imagesZhijiang Hu1-2/+32
Change-Id: Ife79062ff702ba281777f3741a56ac188e98ebec Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-10-28Bugfix for using sha512sum to check kolla imageZhijiang Hu1-1/+1
Change-Id: I26c6fc8a104752c3e65d5b6a19403692493ab44a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-10-27Build kolla image in VMZhijiang Hu3-252/+474
This PS: 1. Build kolla image in VM 2. Use sha512sum to check kolla image 3. Delete suffix dot when there is no ext_tag Change-Id: I94d99e3ff69c47cc247051fae812bfdb29ff0246 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-10-26Merge "Support work dir and jobname parameter"Zhijiang Hu1-4/+29
2017-10-26Support work dir and jobname parameterZhijiang Hu1-4/+29
Change-Id: I6ce45197e01d278a41b9472d0bb92f037ab7d0c6 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-10-26Merge "Update artifacts url"Zhijiang Hu3-3/+3
2017-10-26Update artifacts urlJulien3-3/+3
Use artifacts.opnfv.org intead of other urls Change-Id: I9a04d89cfbb8ee3c1296cff4a60180ae3248f1f2 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-10-26Merge "Skip recreate Daisy server VM if it exists in python"Zhijiang Hu6-56/+94
2017-10-26Merge "Add the unit test file test_tempest.py"Zhijiang Hu4-26/+513
2017-10-19Add the unit test file test_tempest.pyzhongjun4-26/+513
1.Add the unit test file test_tempest.py and related test data file daisyrc_admin, test stub file daisyclient_stub.py for tempest.py 2.modify the tempest.py to adapt the unit test. Change-Id: Ice92ed5a01a049a1a828f7f9e13979bda4b026b7 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-10-19Merge "remove unused null value of assigned network"Zhijiang Hu2-25/+25
2017-10-18Skip recreate Daisy server VM if it exists in pythonAlex Yang6-56/+94
Do not recreate daisy server if it exists. Reference to the bash code in patch [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/40337/ Change-Id: If472c59ea180e550f358af4a3a9c7b42e575eddc Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-10-16Merge "Add -allow-limited-size to mkisofs"Zhijiang Hu1-1/+1
2017-10-13Merge "Support securelab dir param in python script"Zhijiang Hu2-37/+34
2017-10-13remove unused null value of assigned networkzhouya2-25/+25
change 'map' reserved keyword of python to regular variable Change-Id: I077eca363c095d0596fcd06bbad2e442050cb264 Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-10-12Support securelab dir param in python scriptAlex Yang2-37/+34
Change-Id: I39d6643aac190820ae30b945f71d21a0ea2e73c9 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-10-12add functest guide doczhouya2-0/+32
Change-Id: I615908c95526a982d901ea1186da573e2cc030d9 Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-10-12Add -allow-limited-size to mkisofsZhijiang Hu1-1/+1
Otherwise, we encountered: File target/el7/noarch/opnfv-2017-10-11_09-58-21.bin is larger than 4GiB-1. -allow-limited-size was not specified. There is no way do represent this file size. Aborting. Change-Id: Ied43c9e0c0e635ff52740c18b3b3001a4e6a3604 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-10-12Merge "Mock sleep() to accelerate the unit test"Zhijiang Hu2-0/+8
2017-10-12Merge "Add unit test file test_libvirt_utils.py"Zhijiang Hu1-0/+157
2017-10-12Mock sleep() to accelerate the unit testAlex Yang2-0/+8
Change-Id: I664ba714ab4094754fa3d71587da8536555a02ce Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-10-11Add unit test file test_libvirt_utils.pyzhongjun1-0/+157
Add the unit test file test_libvirt_utils.py Change-Id: Id5c44bd3683183367439486fbea8dba03ccb8bb7 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-10-10Merge "Create iso file during build"Zhijiang Hu3-7/+12
2017-10-09Merge changes from topic 'unittest2'Zhijiang Hu14-76/+930
* changes: Add more test function and case in test_utils.py Add more test cases in test_deploy.py
2017-10-08Create iso file during buildZhijiang Hu3-7/+12
Change-Id: I6ddfe8e291ea8f6d673bd82c4df310d63f61a130 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-09-29Exit deploy when exception occurredAlex Yang2-0/+9
Exception occurred in [1]. But te deployment didn't stop and blocked for a long time. [1] https://build.opnfv.org/ci/job/daisy-deploy-baremetal-daily-master/169/ Change-Id: I0d5639da1e0d011855df0b0651328f11168e5d01 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-09-29Add more test function and case in test_utils.pyzhongjun9-61/+584
Add more test functions and test case in test_utils.py, test_daisy_server.py and test_environment.py. Change-Id: I7e4ea6993205e1d2f7cc8202820a3ada99613910 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-09-28Merge "Switch to upstream daisy's master branch"Zhijiang Hu1-1/+1
2017-09-26Switch to upstream daisy's master branchZhijiang Hu1-1/+1
Change-Id: I7a88d8b65168356420aee2042ac3902834633477 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-09-27Merge "Fix delete_virtual_network function call"Zhijiang Hu1-1/+1
2017-09-27Add more test cases in test_deploy.pyzhongjun6-18/+349
Add more test cases in test_deploy.py and test_environment.py Change-Id: I6adf3f51aa7a436387c2da8a8dc8c67f6e5a70db Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-09-26securelab parameter bug fixZhijiang Hu3-24/+37
This is a bug fix of 02e1f1c8ab3f3857ca2370f98575ccbf41f12a01 Change-Id: I628c5e33a76bc28e0af139e338b29a7393700525 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-09-26Fix delete_virtual_network function callzhongjun1-1/+1
create_daisy_server_network method in VirtualEnvironment class calls self.delete_virtual_network, but it doesn't exist, actually it should be delete_virtual_network function in module libvirt_utils.py. Change-Id: I381e916097744827a22d311b275611df38d8e1be Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-09-26Fix unittestAlex Yang2-2/+3
Change-Id: I82086b85da488e183589af7b4adbd6c80835c039 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-09-26Merge "Add some unittest files such as test_nova.py"Zhijiang Hu9-16/+939