summaryrefslogtreecommitdiffstats
path: root/code/makefile_patch.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-01-13update image for ODLZhijiang Hu1-1/+1
Change-Id: I549cce85155252e0711a9defe38d936ac09dd63f Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2018-01-10Update imageZhijiang Hu1-1/+1
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>
2017-12-27update image to 171226232545Zhijiang Hu1-1/+1
Change-Id: I33e00112b556454edbb75f83e7f37499de26b9a8 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-25Update kolla imageZhijiang Hu1-1/+1
Change-Id: I7c7b6b10c5acc72f0de70703824e2034494eae77 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-22Switch ODL version to Carbon-SR1Zhijiang Hu1-1/+1
SR2 seems has issues with FIP ping test Change-Id: I4aea097f2009c2c33de8fc85820bf68c1cbb316a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-17Update image to solve kolla-box missing packagetZhijiang Hu1-1/+1
Change-Id: I66cd8261533f0bb81d9e8839dbd3b819dbd2de88 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-16ceilometer needs gnocchi from pikeZhijiang Hu1-1/+1
Change-Id: I793a31e42eb5dd9f9af34489c599624b8c83e11a Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-07Switch master branch to openstack pikeAlex Yang1-2/+2
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-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 Hu1-1/+51
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-26Update artifacts urlJulien1-1/+1
Use artifacts.opnfv.org intead of other urls Change-Id: I9a04d89cfbb8ee3c1296cff4a60180ae3248f1f2 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-09-01Uniform the variable definition makefile_path.shzhongjun1-6/+9
replace all the "${TOOLS_PATH}/setup/bin_temp" statement to the variable $target_dir Change-Id: I62b95f1780a7cd5e0c8c4e60a5b0661a2a9937bd Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-08-18Sync the kolla version with the upstreamAlex Yang1-1/+1
Please see https://review.openstack.org/#/c/494347/ in openstack/daisycloud-core. Change-Id: I9f8ed06b8d2baef6b27562920722c76f4d01f5b1 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-06-26Correct the kolla image version in makefile_patch.shAlex Yang1-1/+1
Makefile_patch.sh is missed in patch 36229. Change-Id: I8da88a0f8220061b4ad03711c1a52715703dd579 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-05-25Remove the incomplete file and re-download itAlex Yang1-12/+52
The kolla file downloaded on the ci node may be incomplete. Change-Id: Id15695504bd29f31178054b5e8cc83d8612543d9 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-05-23support ocata openstack, keep up with the upstreamAlex Yang1-2/+2
The upstream openstack/daisycloud-core supports ocata openstack now. https://review.openstack.org/#/c/465410/ Change-Id: I14825c80cdd2297e5b0df3680f30fa5c32de3cc4 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-03-16download and pack cirros image into opnfv.binAlex Yang1-0/+15
In daisy-build job, download and pack cirros 0.3.5 image into daisy image file. Then post-deploy script can use it as a glance image. It will locate in /var/lib/daisy/images/ on daisy server. Change-Id: I1bf67c32bd245b43dd50974076daaca04721bc11 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-01-04clean up env before deployZhou Ya1-1/+1
1、modify function param standarded 2、modify centos version 3、clean up net and host before deploy 4、modify daisyserver password and node size Change-Id: I9cbf4c5ed9984b12941afc8e45dba216f2b5ee0d Signed-off-by: Zhou Ya <zhou.ya@zte.com.cn>
2016-12-23Update the url to download centos isoAlex Yang1-3/+5
The url http://ftp.osuosl.org/pub/centos/7/isos/x86_64/ CentOS-7-x86_64-Minimal-1511.iso is invalid now. Only 1611 version can be downloaded from that website. So the url should be modified. Change-Id: I1208ddabf940fb711d871fb884b8b2a1d7213c27 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2016-12-20Use new Kolla image package formatYao Lu1-3/+7
Change-Id: I542630e0eb26e6a0630683186a645642411009e1 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-11-15add map with local and docker path /home/cacheYao Lu1-1/+1
Change-Id: I7f3ad5c7c7f70a14b7efd6e27c9958b1e396eef0 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-11-10modify iso and tar pathYao Lu1-5/+5
Change-Id: I526c814a7895bdf2ed97af5cb51e6140a542c7fd Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-11-03add patch of openstack/daisycloudYao Lu1-0/+27
the patch is about integrate kolla tar and tgz and centos to daisy bin and cp to appoint path Change-Id: I3043d2a38f15cdff44f9c777bff8bb5e517684bd Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>