summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-01-19Merge "support dpdk"Zhijiang Hu3-13/+41
2018-01-18Merge "no need to separate dpdk from network.yaml.j2"Alex Yang1-5/+1
2018-01-16Create pod's dir if it didn't existAlex Yang1-0/+2
Change-Id: I0c284ef830caa2eb0f52efbee0b23d9a70449efe Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-01-16support dpdk001845323-13/+41
Change-Id: I30970093bab418d679d3a3396d16aaff257272f4 Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
2018-01-15modify check openstack installation progresszhouya1-3/+3
Due to the add of 'role' column in host-list check openstack progress shell script has to change the num in filter line Merge after this commit been merged. https://review.openstack.org/#/c/531105/ Change-Id: If089eafeb8b30883f9310ebdc2fe912352031e7f Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2018-01-13update image for ODLZhijiang Hu2-2/+2
Change-Id: I549cce85155252e0711a9defe38d936ac09dd63f Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2018-01-12Align example config files to pharos formatZhijiang Hu3-56/+56
After [1], get_mac_addresses_for_virtual()'s behavior was changed. So in order to let it to produce right mac_addresses for both pharos's and example's config file, the example config files' format should also be changed accordingly. [1] https://gerrit.opnfv.org/gerrit/#/c/50325/ Change-Id: Ia1ee481057fbe87ab8410c0354c4724bcf013ac4 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2018-01-10Update imageZhijiang Hu2-2/+2
This fallbacks ODL version to opendaylight-6.3.0-0.1.20171122snap208.el7 trying to solve VM creation error occurred with opendaylight-6.3.0-0.1.20171211rel2065.el7. Upstream change is [1]: [1] https://review.openstack.org/#/c/532487/1 Change-Id: Ia5c70932b98c04beae2bc8464091c0b2f48b9d34 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2018-01-10Fix the indentation when generating mac addressesAlex Yang1-4/+4
The indentations in deploy.yml of virtual pods were modified when the files were moved from securedlab to pharos. Change-Id: I94bcbc155b0eebb03c48939c9902b313fb5ffd2b Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-01-09Provide default password for daisy serverAlex Yang1-2/+4
There is no PDF for virtual pods now. And daisy_passwd was deleted from the deploy.yml of zte-virtual1 in pharos. Change-Id: I0a6fba8fa634806a21779a382f5ff07f9450e270 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-01-09Merge "Add upstream patches"Zhijiang Hu2-9/+95
2018-01-08no need to separate dpdk from network.yaml.j2001845321-5/+1
Change-Id: I1e2f89f0c6ad1d292a2788910755df17802b3683 Signed-off-by: 00184532 <lu.yao135@zte.com.cn>
2018-01-05Add upstream patchesZhijiang Hu2-9/+95
When we building kolla images in OPNFV jenkins job, we need to clone code directly from openstack/kolla project and patch it with necessary patches needed by OPNFV. This is the first patch focus on ODL and DPDK integration. To use it, please clone openstack/kolla's stable/pike branch first then apply patch by using git apply command. This PS also solved git clone risk found by Anteater by deleting url variable in git clone command. Change-Id: I9d02f0d4919b53fb33233399ed4efd57d27b21a1 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2018-01-05Merge "Fix security risks about shell=True"Zhijiang Hu2-14/+10
2018-01-05Merge "Get configurations from pharos instead securedlab"Zhijiang Hu1-5/+19
2018-01-04Fix tmp dir security risks in image build codeZhijiang Hu2-8/+14
Change-Id: I2b909101ead10e26d2ec00a0ba3eb4ca63dc226a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2018-01-04Change owner of build outputZhijiang Hu1-3/+4
In order to let jenkins to wiping out workspace, the owner of the built artifacts should be jenkins:jenkins Change-Id: If0a6f367460ee50fe947e75a800e9e0044f3626e Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2018-01-04Fix security risks about shell=TrueAlex Yang2-14/+10
Change-Id: I2db012e2b6a4325c42d5422901dea52a5ab7f664 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2018-01-03Get configurations from pharos instead securedlabAlex Yang1-5/+19
Securedlab will be retired. So we should get configurations from pharos. See [1] [1]: https://gerrit.opnfv.org/gerrit/#/c/49161/ Change-Id: I42684a7c00ad96b1e7d0496724f0d820ffc27674 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-12-27update image to 171226232545Zhijiang Hu2-2/+2
Change-Id: I33e00112b556454edbb75f83e7f37499de26b9a8 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-12-26Merge "Generate .ssh/known_hosts when making VM image"Alex Yang2-5/+6
2017-12-26Merge "Use deployserver's timezone in daisy VM"Alex Yang2-0/+11
2017-12-25Now SDL cluster use kolla_internal_vip_address as VIPZhijiang Hu2-3/+3
Change-Id: Id22c86d4d2c7c18bba36dc9b50cd56bf75d94053 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-12-22Generate .ssh/known_hosts when making VM imageAlex Yang2-5/+6
Change-Id: I3f72239d6c4db27f67d5586c45e46ed01fad281d Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-12-14Use deployserver's timezone in daisy VMAlex Yang2-0/+11
Change-Id: Ie58af69f444924494d1a2949ba894ae55da7efc9 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-12-06Fix some spelling mistakes in docszhongjun4-21/+20
Change-Id: Ib3412b93dc7862839b4b9293286f70f8082e759d Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-11-25Update kolla imageZhijiang Hu2-2/+2
Change-Id: I7c7b6b10c5acc72f0de70703824e2034494eae77 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-22Switch ODL version to Carbon-SR1Zhijiang Hu2-2/+2
SR2 seems has issues with FIP ping test Change-Id: I4aea097f2009c2c33de8fc85820bf68c1cbb316a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
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>