summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-22abolish tag to use branch to get daisy from upstreamzhouya1-2/+1
Change-Id: I3bcc1e6d9cbcb2974fc9246a3b1559f9b988d530 Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-03-17distinguish virtual and bm deployzhouya3-16/+26
Change-Id: I9fcc4f08283c832d32c22c2195401dd86ecf9dc5 Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-03-16Merge "download and pack cirros image into opnfv.bin"Zhijiang Hu2-0/+17
2017-03-16Merge "unify the definition of NETWORK and NETWORK_CONF"Zhijiang Hu1-9/+2
2017-03-16Merge "refactor set default_floating_pool"Zhijiang Hu1-16/+8
2017-03-16Merge "set 'trusts' auth model in heat"Zhijiang Hu1-8/+43
2017-03-16download and pack cirros image into opnfv.binAlex Yang2-0/+17
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-03-16unify the definition of NETWORK and NETWORK_CONFSerenaFeng1-9/+2
Change-Id: I1669c92f24739812a4e2d47655b1fc0a1daa3171 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-16refactor set default_floating_poolSerenaFeng1-16/+8
Change-Id: I2e59f1ea7abdfc2bbd1f89cb19d55dd4eb053112 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-16set 'trusts' auth model in heatSerenaFeng1-8/+43
Change-Id: I2b61d756adbeef0efecb2a9d479e8c43c56c21fb Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-16create default TestVM for FunctestSerenaFeng2-0/+77
Change-Id: I505a0819d5f1a4350e82ceaa9e5cbee285c8fba0 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-15Merge "bugfix: test_external_network_visibility failed"Zhijiang Hu1-1/+1
2017-03-15Merge "add default_floating_pool configuration for nova-api"Zhijiang Hu9-10/+118
2017-03-15Merge "create m1.micro flavor for functest"Zhijiang Hu2-0/+39
2017-03-15bugfix: test_external_network_visibility failedSerenaFeng1-1/+1
subnet should be invisible Change-Id: I27d7a9ceab3604ccd35667b949e490e341f95f6a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-15add default_floating_pool configuration for nova-apiSerenaFeng9-10/+118
Change-Id: I9db5509667e9c10a9c07b55531c6d78fb95cc223 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-14create m1.micro flavor for functestSerenaFeng2-0/+39
Change-Id: Iacb36cb05e72b0755cec0a5bd5a6c48f3ec70c6f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-14modify daisy install interface and modify check_openstack_progress ↵zhouya4-9/+43
targetnode nums Change-Id: I19f8c18f8b977619c9bbf6f1e80f7c48f8f5db9e Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-03-11remove blanks from cluster_idAlex Yang2-2/+2
There are blanks at the head and the tail of $cluster_id. Then in https://build.opnfv.org/ci/job/daisy-deploy-virtual-daily-master/26/console there are error messages as "No such file or directory". Change-Id: Ia5d119df85d4f64fbc3a47705ccc208d7a67b2de Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-03-10Merge "add known_hosts file in daisy vm"Zhijiang Hu1-0/+4
2017-03-10Merge "Fix ipmi info updating in OS installation"Zhijiang Hu1-3/+9
2017-03-10add known_hosts file in daisy vmzhouya1-0/+4
Change-Id: Icc58c1ad41264557ad462174188f518fbb1f5ef6 Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-03-09Eliminate the exception in image-modifyAlex Yang1-2/+12
Sometimes kpartx fails when it deletes the partition device mappings because of the automatic mounting to /run/media/root/xxxx. So umounting and removing forcibly are needed. Change-Id: Ic8a19ef9139adb9c0c5c4bead0ae0ffbd92f24b8 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-03-09Fix ipmi info updating in OS installationAlex Yang1-3/+9
1. No need for virtual deploy to update ipmi info 2. Print host details in virtual deploy Change-Id: Ie1f16f869440191458c7f672fc3cea2393b76245 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-03-09Merge "create admin external subnet"Zhijiang Hu2-7/+59
2017-03-09Merge "add patch from upstream to fit bm deploy"Zhijiang Hu1-0/+1
2017-03-09Merge "fix libvirt bug of https://bugzilla.redhat.com/show_bug.cgi?id=1404627"Zhijiang Hu1-3/+5
2017-03-08add patch from upstream to fit bm deployzhouya1-0/+1
Change-Id: Iefba02c658f7feb45868822334deada245b1d7aa Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-03-08fix libvirt bug of https://bugzilla.redhat.com/show_bug.cgi?id=1404627zhouya1-3/+5
Change-Id: Ia018529ed3ca89e883a8ba2b1a693e2a5250af21 Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-03-08Merge "create external network"Zhijiang Hu2-5/+35
2017-03-07create admin external subnetSerenaFeng2-7/+59
Change-Id: Ib56c94c090fd2fc0950ce97e1c4c1fdf622f2d08 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-07create external networkSerenaFeng2-5/+35
Change-Id: I6621fed21832f3e4653c2d236bb29de421b5b573 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-07Fix judging condition flawJulien-zte1-2/+2
*the judging condition var is $volumes_to_remove instead of $containers_to_kill at line 95 in kolla-build.sh *unify the code indent Change-Id: Ia6722d32f98fbee938e4eb6f1be0cedd3dc38aa8 Signed-off-by: Julien <zhang.jun3g@zte.com.cn> Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-03-07Merge "fix some bug of bm deploy"Zhijiang Hu4-11/+17
2017-03-07Merge "add framework of post deploy process"Zhijiang Hu7-0/+114
2017-03-06fix some bug of bm deployzhouya4-11/+17
Change-Id: I96bed7259666d48a1fbc41bb9452d8493c4417b8 Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2017-03-06add framework of post deploy processSerenaFeng7-0/+114
Change-Id: I3f5a067a6359be482a853b164fd7effdfad8fc8f Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2017-03-03Merge "fix some typos in .rst files"Zhijiang Hu2-6/+6
2017-03-03Merge "End deployment when timeout"Zhijiang Hu3-2/+26
2017-03-02Fix an error in docker volume removeAlex Yang1-1/+1
Replace $containers_to_kill with $volumes_to_remove in docker volumes removing. Change-Id: I715ff135099be0a8c9424ab3f94509ee72558415 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-03-02End deployment when timeoutAlex Yang3-2/+26
Change-Id: Iaae02bfc69450d6138b7b187ec23e4ed2eef6138 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-03-02fix some typos in .rst fileszhongjun2-6/+6
*Correct some typos in vmdeploy.rst *Correct some typos in installation_guide.rst Change-Id: I1b395ecbc0f4b5e5e47a056eebc3a1b9fd0e4347 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-02-28Fix daisycloud-core to a specific tagZhijiang1-0/+9
Change-Id: Ife00fdc3409711f8d2de54f03a2a48f778761f80 Signed-off-by: Zhijiang <hu.zhijiang@zte.com.cn>
2017-02-25Make opnfv.bin executableAlex Yang1-2/+5
The downloaded opnfv.bin file has no executable attribute, although it has +x in building-job. Change-Id: I38347db6de2630e0a92106df22b027efa20d4498 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-02-24Merge "spelling check:artifacts repository->artifact repository"Zhijiang Hu1-1/+1
2017-02-24Correct the type error of env CLI Option in tempest.pyAlex Yang1-2/+2
Change-Id: Id7a4f567c7c81e17c33b5c3ba558fa1cc891b42d Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-02-23spelling check:artifacts repository->artifact repositoryzhongjun1-1/+1
Change-Id: I69d5d07e61e3b8aef0a8ecbecfe6828e2361ba66 Signed-off-by: zhongjun <zhong.jun@zte.com.cn>
2017-02-23Merge "Baremetal Deployment on zte-pod2 JIRA: DAISY-30"Zhijiang Hu10-120/+432
2017-02-22Merge "Add executable attribute to opnfv bin file"Zhijiang Hu2-0/+6
2017-02-22Add executable attribute to opnfv bin fileAlex Yang2-0/+6
1. Add executable attribute to the build-output bin file 2. Determine whether the bin file exists and is excutable before deployment Change-Id: I95b43c9efacfbd47a5f570dac793c0a8d3fe9bbb Signed-off-by: Alex Yang <yangyang1@zte.com.cn>