summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-31Merge "solve no file of known_hosts bug"Zhijiang Hu2-5/+14
2016-12-30solve no file of known_hosts bugzhouya2-5/+14
Change-Id: If70e8765709d49a22a4f6c17ab4e2c4589fbf05a Signed-off-by: zhouya <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-22Merge "Fix build-args error in dockerfile"Zhijiang Hu1-0/+1
2016-12-20Merge "implement deploy on virthal pod"Zhijiang Hu12-162/+455
2016-12-20Merge "Use new Kolla image package format"Zhijiang Hu2-8/+17
2016-12-20implement deploy on virthal podYao Lu12-162/+455
Change-Id: I600e21f0d36f37c75cac4ace5f7225e32ab93d56 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-12-20Use new Kolla image package formatYao Lu2-8/+17
Change-Id: I542630e0eb26e6a0630683186a645642411009e1 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-12-20Merge "fix interface definition in yml"Zhijiang Hu2-14/+19
2016-12-19Merge "Container image build script"Zhijiang Hu1-0/+202
2016-12-18Container image build scriptZhijiang1-0/+202
JIRA: DAISY-17 Change-Id: I91a2e27be3eec1e6edc1b5ed2c9b2b91f15f7705 Signed-off-by: Zhijiang <hu.zhijiang@zte.com.cn>
2016-12-18fix interface definition in ymlJulien2-14/+19
1. use list for physic nics; 2. add physic and logic nic parameter in deploy.yml; 3. merge network plane in file deploy.yml and network.yml using the keywork *network plane name* for better usage; *network_map* will be deleted from the return result list in the future. Change-Id: Ia5f3277ec0fe864b7a523162d3b53d650e04e2a3 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2016-12-17Fix build-args error in dockerfileJulien1-0/+1
Issue: "One or more build-args [BRANCH] were not consumed, failing build." refer in: https://build.opnfv.org/ci/view/daisy/job/daisy-docker-build-push-monitor-master/1/console Change-Id: Ib26809b1bd23b9410a869a17157d45c852a89496 Signed-off-by: Julien-zte <zhang.jun3g@zte.com.cn>
2016-12-12Move Dockerfile to ./docker pathJulien2-1/+1
According to other projects(releng/jjb/releng/opnfv-docker.yml), all the Dockerfiles are put in ./docker path. The daisy docker build procedure will be seperated from daisy bin file build procedure. The daisy docker will be directly used during the bin build procedure. It will help to safe the build time. A seperate job will be created in Jenkins to monitor the Docker changes and will build the docker image. Change-Id: Ib68ec3657d7296041aa9dc99f8e578cb0466679f Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2016-12-12Miss call cleanup_docker_imageJulien1-2/+1
1. The function 'cleanup_docker_image' is not called by mistake. 2. Use 'docker run --rm' means: docker will automatically delete the containers. It's not necessary to call it in the end of bash file. according to the log: 'No containers to cleanup.' Change-Id: I67b9ff3ed193467669b80d5a19e36fd077af537d Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2016-12-12Merge "download and modify centos image"Zhijiang Hu2-0/+307
2016-12-12Merge "refactor get_conf"Zhijiang Hu1-57/+23
2016-12-10Merge "bash format"Zhijiang Hu1-39/+36
2016-12-09download and modify centos imageAlex Yang2-0/+307
Change-Id: I1934fb75d5d7f4a50f44c06080fbcec4f6c81f02 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2016-12-08refactor get_confJulien1-57/+23
1. delete 'decorator' function, replaced by hostdecorator; 2. reduce unused parameters for functions and wrapters; 3. add a decorator maker for hosts and networks; Change-Id: I77cdc19316e0b11f7853f31fa397da98350789c2 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2016-12-08Merge "fix yml define and wrong implementation"Zhijiang Hu3-45/+45
2016-12-08Merge "modify spelling mistake"Zhijiang Hu1-1/+1
2016-12-08Merge "add xml for virtual machine"Zhijiang Hu4-0/+271
2016-12-08add xml for virtual machineYao Lu4-0/+271
Change-Id: Ib8e0626519d25faff8bffd8f37ba37d5c4eb5015 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-12-08fix yml define and wrong implementationJulien3-45/+45
1. use list to define interfaces 2. no necessary to fetch [0] Change-Id: If17605b27c00d4e7fca8bced9c0bb4f7c724a4f2 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2016-12-07bash formatJulien1-39/+36
1. use 4 header spaces instead of 8 2. keep max line width less than 80 3. don't mix use header tab and header space according pep8 4. for we use -x debug switch, no necessary to echo debug info Change-Id: I1cb4adf0fcfdad3bc015213ae4ad9b822748dd82 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2016-12-07modify spelling mistakezhouya1-1/+1
Change-Id: Idbcf956afb4be1b7128999c74c90ec6ed16ac33a Signed-off-by: zhouya <zhou.ya@zte.com.cn>
2016-12-07Merge "Add .gitignore file for easier usage"Zhijiang Hu1-0/+64
2016-12-07Add .gitignore file for easier usageJulien1-0/+64
Change-Id: I284a4f87ddb1ab35f2d3cb67d0132c7792bfbbfb Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2016-12-05Modify the OpenStack Software Repositorieszeyu zhu1-1/+1
Change-Id: Iad4bdef7c2b7f02776224b03cb55e5bd42d3cc71 Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
2016-11-21Fix a security issuewu.zhihui1-1/+1
load yaml file by using function safe_load() See link http://pyyaml.org/wiki/PyYAMLDocumentation for details. Change-Id: I91d1746c5ca1bd1770d47d4e8d0f85b6aed47934 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-11-19add common config and parse it to prepare deployYao Lu5-25/+383
Change-Id: I864082b885a4c7117f0b546da602e9580e8ccf46 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-11-17exit deploy.sh before finish testYao Lu1-2/+6
Change-Id: Ie988eec63ab59997cfecd5cd9b6af3e4976244c3 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-11-15add map with local and docker path /home/cacheYao Lu2-2/+2
Change-Id: I7f3ad5c7c7f70a14b7efd6e27c9958b1e396eef0 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-11-15Merge "add docs framework"Zhijiang Hu6-0/+93
2016-11-15add docs frameworkJing Sun6-0/+93
Change-Id: I6167a188327a2b3bbb56757fa17c7817c4464dfb Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
2016-11-14install wget rpm in dockerYao Lu1-0/+1
Change-Id: I89d877e53c36c7ba329cc5d966b1089b59903806 Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-11-14rename daisy bin with gerrit numberYao Lu3-3/+8
Change-Id: I5314a0ba1a7885c334ea939c91eaa6ece074cb0d Signed-off-by: Yao Lu <lu.yao135@zte.com.cn>
2016-11-11add deploy scriptYao Lu1-0/+58
Change-Id: I1f12690f4f736adbd42222561edd18ca4b7c6925 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-09Add packages required by build scriptZhijiang1-2/+4
Change-Id: Iabb6dbd5a542843d0607f1b5b73991404f3e4eaa Signed-off-by: Zhijiang <hu.zhijiang@zte.com.cn>
2016-11-09Fix docker builder base image to centos7Zhijiang1-1/+1
Change-Id: I5b4c79aecfd300a325c7a9c06bdaf671f4cf37d5 Signed-off-by: Zhijiang <hu.zhijiang@zte.com.cn>
2016-11-03add patch of openstack/daisycloudYao Lu4-2/+88
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>
2016-11-01Add doc for how to support vlan tenant network typeZhijiang Hu1-0/+61
Change-Id: I7f17b159a7584a133c8b3cca3a8d9bd5902830a7 Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-11-01Automatically remove the container when it exitsZhijiang5-68/+55
Change-Id: I7ce146ef4dc8717e782600750660dddf45e3047f Signed-off-by: Zhijiang <hu.zhijiang@zte.com.cn>
2016-10-14add build script for daisy4nfvJing Sun5-0/+154
Change-Id: I53daa25a87f04b2e0d4988d095a8d99535489dac Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
2016-07-11Adding INFO and LICENSE for reviewAric Gardner3-0/+38
Change-Id: I8f51581b6d7a5cde77a02d6d0cc32a7d9d0cae8a Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-07-11Initial empty repositoryAric Gardner0-0/+0