summaryrefslogtreecommitdiffstats
path: root/ci
AgeCommit message (Collapse)AuthorFilesLines
2018-08-16Fix some bugs about ansible deploymentleonwang6-12/+16
According to the feedback from Compass4NFV team, the goal of this patch is for: 1. Add notario package install step 2. Ignore the error of checking ceph osd and mon service 3. Move nbp-installer role to the last one to install Change-Id: Id6555cd9cd2877dc21ee5a92774c514b7c3fca34 Signed-off-by: leonwang <wanghui71@huawei.com>
2018-08-10Add cindercompatibleapi binary fileleonwang1-0/+0
This patch is proposed for adding cindercompatibleapi binary file in ci/bin folder, so that downstream projects can directly download this file in OpenStack scenario. Besides, some installation docs are also updated according to these changes. Change-Id: I92a341978379078216c220a9e84d47461d5a13d5 Signed-off-by: leonwang <wanghui71@huawei.com>
2018-08-07Update the latest version of ansible scriptleonwang16-52/+116
This patch is proposed for merging the latest version of ansible code according to opensds-installer project. From the latest version code, we change the default installation way from source code to release, which means there is no need for golang environment prepare and long-time building work. Change-Id: I93d7d24f29e61979bc8fda7125ae753063eda423 Signed-off-by: leonwang <wanghui71@huawei.com>
2018-07-20Update stor4nfv install scripts according to opensds aruba releaseleonwang50-815/+1913
Since OpenSDS has published its aruba release and also supports OpenStack scenario, this patch is designed for updating stor4nfv code to prepare for integrating Compass4NFV and Apex installer on OpenStack scenario. Besides the large code changes, some tutorial docs are also added or updated for better installing this project. Change-Id: I1e4fec652c6c860028ef39448bc323839f3aa95c Signed-off-by: leonwang <wanghui71@huawei.com>
2018-05-29fix syntax error for etcd_docker_image due to ansible upgradeDi Xu2-2/+2
Change-Id: Id3553216d4027ab576968de44a8d242afe341b2c Signed-off-by: Di Xu <di.xu@arm.com>
2018-05-25Merge "support deploying etcd on aarch64 platform"Hui Wang4-3/+45
2018-05-15fix etcd startup argumentsDi Xu1-2/+2
Change-Id: I34c399b309986fc7bfb25af8104843ec9b9dd9c0 Signed-off-by: Di Xu <di.xu@arm.com>
2018-05-15support deploying etcd on aarch64 platformDi Xu4-3/+45
Change-Id: I8d6e2c3255e81d95e0546169f24c9090b34ce0b6 Signed-off-by: Di Xu <di.xu@arm.com>
2018-03-15Merge nbp installation into opensds ansible scriptleonwang36-1994/+1896
In this update, the nbp-ansible is removed from stor4nfv repo and all code has been merged into ansible repo. Besides, the latest update reduce a lot of work to download and build opensds source code. And some installation docs are also updated. Remove license statement for the moment. Change-Id: Ib8504d96e2d41e1c3ab7e0c94689111679d56abd Signed-off-by: leonwang <wanghui71@huawei.com>
2018-02-24Fix some bugs when testing opensds ansibleleonwang2-8/+10
When we tested opensds ansible script with multi-nodes ceph cluster, it didn't work because ansible can't detect the osd process on its local node. So I suggest we removed ceph osd service check for now to solve the problem. Change-Id: I62514afc147952a230c27cce01ff39de3b7bb9f3 Signed-off-by: leonwang <wanghui71@huawei.com>
2018-02-23Update opensds ansibleleonwang25-1781/+1832
This patch is designed for solving some problems below: - Sync the latest code with opensds community - Enable containerized deployment in ansible script - Fix some bugs in port conflicts of etcd deployment Change-Id: Id48906b91c08b3a98e6fc3d8d424a1cd2b11f2be Signed-off-by: leonwang <wanghui71@huawei.com>
2018-02-03Add csi plugin ansible and tutorial documentleonwang15-33/+71
As discussed on Compass4NFV meeting this week, we need to add the support for csi-plugin. So in this patch I extend nbp-ansible to support integrating with k8s using csi. All the detailed information can be found in documents. Besides, since opensds community has updated something in opensds ansible, we should update ours to keep up with the latest code. Change-Id: I238c7f7652b6a9c86cc9fcb24d9575d625c5f80a Signed-off-by: leonwang <wanghui71@huawei.com>
2018-01-26Add nbp-ansible script to deploy opensds northbound pluginsleonwang8-0/+153
In this patch, I created another ansible script to deploy opensds northbound plugins. Since we plan to integrate opensds with k8s using flexvolume, I only add flexvolume role to work on it. But the framework is extensible for adding more roles to integrate with k8s in other ways. Besides, I drafted the installation doc of integrating stor4nfv with k8s in docs directory so that Compass team can work on it more easily. Change-Id: Ifbd6cc38bf1789de0fcb132e6aa3cfcd9072a11b Signed-off-by: leonwang <wanghui71@huawei.com>
2018-01-19build packageQiaowei Ren5-0/+223
This patch is to build debian/centos package. Currently it only can build ceph package and only support debian package building from ceph official repo. Change-Id: I702a1d28dd0101156bc3267d93510133db122613 Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
2018-01-10Push zealand version of opensds ansible as base-code of Stor4NFVleonwang24-0/+1770
As we discussed on last meeting, the installer script of stor4nfv will be based on opensds ansible, so in this patch I download the first release (zealand) of opensds code and push the ansible script into stor4nfv repo so that we don't need to modify opensds code. Please be free to ask if you have any question. Change-Id: I7b50729977b195fa64e8d9a09f415d9f3329d71f Signed-off-by: leonwang <wanghui71@huawei.com>
2018-01-05initial code repoQiaowei Ren1-0/+3
This patch creates initial code repo. For ceph, luminous stable release will be used for base code, and next changes and optimization for ceph will be added to it. For opensds, currently any changes can be upstreamed into original opensds repo (https://github.com/opensds/opensds), and so stor4nfv will directly clone opensds code to deploy stor4nfv environment. And the scripts for deployment based on ceph and opensds will be put into 'ci' directory. Change-Id: I46a32218884c75dda2936337604ff03c554648e4 Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>