summaryrefslogtreecommitdiffstats
path: root/build
AgeCommit message (Collapse)AuthorFilesLines
2016-11-17Create make_repo directory and optimize the current repo making related scriptYifei Xue43-19443/+3
JIRA: COMPASS-496 Change-Id: I662d996382d38a3e9d0de6598dabe403b9d51665 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-11-15Repair Flake8's warnings & errorsKingPoo1-4/+4
Change-Id: I67e71bc37c0464a0714e1e59b3402973786e4aa6 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-11-11Merge "autopep8 make py files more standard"Justin chi1-15/+25
2016-11-09autopep8 make py files more standardKingPoo1-15/+25
Change-Id: Ibaa74a1f508b28548668e764d1860393caa356d4 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-11-10Rename pip-ops to pip-openstackliyuenan1-1/+1
Change-Id: Ie806f15b75ce409fc9283d5c0c0bc6691b430b27 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-11-08Split the Openstack's pip from pipliyuenan1-0/+1
JIRA: COMPASS-491 Change-Id: Ief6df7da1b3729beb2ac56ff1cfd14a44c71ef21 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-10-28Merge "support rhel7.2 with osp9 iso build"Justin chi1-0/+2
2016-10-27support rhel7.2 with osp9 iso buildQiLiang1-0/+2
Change-Id: Icbe64f57d936ace63419a0a359a163a822dc5e9c Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-27add osp9 ppa create scriptsQiLiang5-0/+8779
JIRA: - Change-Id: I404f2ddb652d9b166a6162de14cb1d2a166d226b Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-10-24Edit the docker file and adjust HA ymlliyuenan1-1/+2
JIRA: COMPASS-491 Change-Id: Ibca46dca0ca614b9a6e7eb3fe5b9d5c8ca26c006 Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-10-16Merge "Support for policy2tosca python module installation"Justin chi1-1/+2
2016-10-13Make the openstack-newton packageliyuenan4-6/+113
JIRA: COMPASS-491 Change-Id: I27ca70b02c947e3c6a2467ad250ff81461c5de6f Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-10-12Support for policy2tosca python module installationYifei Xue1-1/+2
JIRA: COMPASS-356 Change-Id: I5a5f68600545456d3d645b9042a5603d65e9b648 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-09-06Prepare the jump host offlineYifei Xue4-1/+212
JIRA: COMPASS-456 Change-Id: Iffc877a0fa4b361daa966cdcdca38c76e35d81ad Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-08-19Revert "Prepare the jump host offline"Yifei Xue5-179/+1
This reverts commit b7058b4b3f823cf4c95c38741dddc68b59b733cc. Change-Id: I77437a15a0a0c47f768de30eaf7f37cf73f028fb Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-08-17Prepare the jump host offlineYifei Xue5-1/+179
JIRA: COMPASS-456 Change-Id: Ieced8e30bde3d19623b5d2486a52f81c1cf295a3 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-08-12FIX centos7 ppa create failureQiLiang2-24/+5
ceph repo update, related upstream link: http://tracker.ceph.com/issues/16916 centos ceph-deploy rpm download failure workaround Error info: Package python-setuptools is obsoleted by python2-setuptools, but obsoleting package does not provide for requirements --> Finished Dependency Resolution Error: Package: ceph-deploy-1.5.31-1.el7.noarch (centos-ceph-hammer) Requires: python-distribute Available: python-setuptools-0.9.8-4.el7.noarch (base) python-distribute = 0.9.8-4.el7 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest JIRA: COMPASS-455 Change-Id: Ibebc8b25786b12308d5963e77b0f7959d700113a Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-08-06make_pip_repo bug fixQiLiang1-3/+3
Because of `set -ex` shell setup, if function return no zero the whole scripts will exit. JIRA: COMPASS-427 Change-Id: I153e2f18d367741f41a9840d8a98a39a4b2d055f Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-14Support Ubuntu 14.04 and Ubuntu 16.04 in one ISOchenshuai@huawei.com1-1/+2
JIRA: COMPASS-431 Change-Id: I3134b558835081e04d29a666f5d3d79486b2c7a9 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-12Merge "Improvement: add xenial into make_repo.sh"shuai chen1-2/+8
2016-07-12Improvement: add xenial into make_repo.shQiLiang1-2/+8
JIRA: COMPASS-431 Change-Id: I95d46d4a92923df4f00a0ca48d18ba2e2cd9ed55 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-11Improvement: add xenial into make_repo.shchenshuai@huawei.com2-0/+27
JIRA: COMPASS-431 Change-Id: I46253881a4578737b905e65bc7ed566a71326536 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-08Improvement: add xenial into make_repo.shchenshuai@huawei.com2-2/+81
JIRA: COMPASS-431 Change-Id: Ic03bdd4d4c70d77912f0c1c96ccf63ee97aadf74 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-07-06make_pip_repo auto download package dependencyQiLiang2-7/+85
JIRA: COMPASS-427 Change-Id: If62736cc9ee7ad3d44be6b688cc52d84cf94cd5d Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-07-02Upgrade networking-odl and its related pip packagesYifei Xue1-1/+5
JIRA: COMPASS-425 Change-Id: I9a09540fe5e295485f843e66c937f8fa2ad4dad0 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-07-01Update tacker related packagesYifei Xue1-1/+4
JIRA: COMPASS-423 Change-Id: I3efa0868c0147cc43b1df096ae89a6bdc42f4204 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-06-20onosfw: openvswitch support sfcchenshuai@huawei.com1-8/+16
JIRA: COMPASS-424 Change-Id: I3242219d1fff7f3a3919c5edd6dfab0c3557c454 Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-06-16openvswitch: upgrade to 2.5.0chenshuai@huawei.com1-4/+4
JIRA: COMPASS-421 Change-Id: I80d0b482c093fd00b4ae0fa8a24b399c918e0beb Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>
2016-06-07Fix make_repo.sh args passingQiLiang1-2/+2
JIRA: COMPASS-418 Change-Id: I7be1cd58632d0cdda70a954db6dc53ecff581f22 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-06-06Update build.shYifei Xue1-1/+2
JIRA: COMPASS-417 Change-Id: I7bb791b2c148cf29a5b8c45ef63204f1eac9e83a Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-05-30These changes are the initial support for kvmfornfv using compass.José Pekkarinen2-0/+66
Change-Id: I5ab2d7ad2f639d6673e0debd8f07f4f95c8bb476 Signed-off-by: José Pekkarinen <jose.pekkarinen@nokia.com>
2016-05-26Add centos7_mitaka_ppa and update the "build" scriptYifei Xue1-1/+1
JIRA: COMPASS-402 Change-Id: Ibaa186a36c4c4f05b6dad96d447bb52bfadee9a2 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-05-24Update build and make_repo script for Mitaka_trustyYifei Xue1-3/+3
JIRA: COMPASS-396 Change-Id: I62ee005d16374daadc74de18d01c724eaa44be26 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-05-16Add Mitaka package for Ubuntu 14.04Yifei Xue6-13/+237
JIRA: COMPASS-387 Change-Id: I62da78a6aa252259265640b3ff84ad77c28fdece Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-05-03FIX:make repo fail due to incorrect cheetah templategrakiss1-3/+3
JIRA:COMPASS-383 - failed to parse template file Change-Id: I8d20795025a18770c654acea7933a9c5e97152bb Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-04-28FIX:make repo fail due to incorrect cheetah templategrakiss4-1/+15
JIRA:COMPASS-378 Change-Id: I7cb9243b8fe5dc6d134b2323db0d33f0abf92ed3 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-04-26FIX:upgrade epel to 7-6 and ceph to infernalisgrakiss1-3/+3
JIRA:COMPASS-379 Change-Id: I678a4ca2a17dac842624d1deda5576e9feeac622 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-04-18Use variable instead of hardcode the openstack version namegrakiss7-95/+94
JIRA:COMPASS-369 - Use variable instead of hardcode the openstack version name Change-Id: I710bbd58f3c1921301cc11bd7ed430c85a791ea8 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-03-11Add pip packages for TackerYifei Xue1-1/+4
JIRA: COMPASS-338 Change-Id: I6fa194ff7dbd5d211584e0ff9d24ab44a5226264 Signed-off-by: Yifei Xue <xueyifei@huawei.com>
2016-02-26Add physical pod config for cigrakiss1-1/+1
JIRA:COMPASS-324 - add new physical pod2 for centos7 Change-Id: Icb1e0eb264e855087330b2db571b65af9bb408c2 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-02-24Support version Liberty of OpenStack for CENTOS7grakiss2-0/+14
JIRA:COMPASS-315 -Support version Liberty of OpenStack for CENTOS7 Change-Id: I81abbb37a295a0ea733398ad1f278bafc3525d87 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-02-15change the version of compass-web from v2 to v2.5baigk1-1/+1
JIRA: COMPASS-312 Change-Id: I3d5b5599ec0a9c09c54cc2a95284ed3364242499 Signed-off-by: baigk <baiguoku@huawei.com>
2016-02-15support to make liberty ppa of centosbaigk3-0/+31
JIRA: COMPASS-310 Change-Id: I9689ffed010a39c4a9dee6895e834f3ad58ab964 Signed-off-by: baigk <baiguoku@huawei.com>
2016-01-30add apache2 headers for shell scripts and ansible scriptscarey.xu8-0/+64
Change-Id: I34b66d76f59f4300c7ce4e7bd9dc7c1eaddfb384 Signed-off-by: carey.xu <carey.xuhan@huawei.com>
2016-01-25integrate yang2tosca to compassbaigk5-14/+13
JITA: COMPASS-281 Change-Id: Ia2b4a7e915edc74dfb6359d1df513d23bec2731c Signed-off-by: baigk <baiguoku@huawei.com>
2016-01-23Modify build.conf for Brahmaputra releaseJustin-chi1-9/+23
reorganize build.config for Brahmaputra. reduce the size of ISO release. Change-Id: Ibaa11958782b5705e3a371c8b55942cd6a6ba5d2 Signed-off-by: Justin-chi <chigang@huawei.com>
2016-01-21FIX: kibana is Apache2.0 not GPLgrakiss1-1/+1
JIRA: COMPASS-283 - get wrong license in rpmbuild.sepc ,dont worry Change-Id: Ie97441d28b7886d4b329872dc281e8495298adb6 Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
2016-01-19add files for build onos/odl/open-contrailbaigk5-3/+62
JIRA: COMPASS-258 Change-Id: Ie49a49971c00d1fee291bbdf8d98b06b18854651 Signed-off-by: baigk <baiguoku@huawei.com>
2016-01-04xintegrate special keepalived packagebaigk8-17/+30
JITA: COMPASS-234 Change-Id: I830bed488d5fd6e44ddada63a77c591be9581e45 Signed-off-by: baigk <baiguoku@huawei.com>
2015-12-29add networking_odl (pip package) into the odl scriptchenshuai@huawei.com1-1/+5
JIRA: COMPASS-224 Change-Id: I78d33950af73496d53aaec5c76ce074874e41d9e Signed-off-by: chenshuai@huawei.com <chenshuai@huawei.com>