aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stor4nfv/roles
AgeCommit message (Collapse)AuthorFilesLines
2018-12-07[os-stor4nfv] HA deploy error fixopnfv-7.1.0stable/gambiaramamani yeleswarapu1-0/+1
Change-Id: I0dd6323238890582a45aff658fbc6836614fe0a0 Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> (cherry picked from commit 40fa1531396628fb4a2dfc828131de4f48102953)
2018-11-08[os-stor4nfv] Fix errors in HA deployramamani yeleswarapu1-0/+5
Change-Id: I1d744f024068ec412933487ef8234892f6391f77 Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> (cherry picked from commit 8e827e621ec4c9b9abee2d3a3d56fa52c03dbd90)
2018-10-30Fix stor4nfv CI errorsramamani yeleswarapu1-2/+3
Change-Id: I5b76fa40ecaffb53bc924de6e13f4803c5f6593f Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com> (cherry picked from commit a421c905989aaebe18ea961dd7d72368cb93ba86)
2018-09-12Merge "[stor4nfv] Update os-stor4nfv role for OpenStack deploy"Harry Huang4-16/+79
2018-09-06[stor4nfv] Update os-stor4nfv role for OpenStack deployramamani yeleswarapu4-16/+79
Installs osdsdock in ceph-mon_container. Configures the endpoints for Ceph, OpenSDS and Cindercompatibleapi. Change-Id: I23143a5f53974bf342208b6a801dad05ccb03bfa Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
2018-09-06[stor4nfv] Update k8s scenariosramamani yeleswarapu3-3/+21
Makes a few changes to 'stor4nfv' role to create csi pods. Change-Id: I179b82ddb524738a42ff1f7dcd36424d50a5c502 Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
2018-08-25Add entry for stor4nfv scenarioHarry Huang4-4/+26
JIRA: - opensds.yml will always be execuated even if it's not stor4nfv scenario because of no condition check. Add an entry to control all stor4nfv tasks Change-Id: I329acb674dab5bc5644127a1d6846cf0b2e3522a Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
2018-08-22[stor4nfv] Add os-stor4nfv role for OpenStack deployramamani yeleswarapu5-0/+207
Adds os-stor4nfv role for OpenStack deploy which installs OpenSDS and Cindercompatibleapi. Disables Cinder service and configures cindercompatibleapi to work with 'lvm' backend. Adds os-nosdn-stor4nfv-ha scenario file. Adds os-nosdn-stor4nfv-noha scenario file. Change-Id: Ie4b6a874beb3f61aa2fd08ebc6c97ab737c012ee Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
2018-08-17[stor4nfv] Changes to k8s scenariosramamani yeleswarapu3-24/+14
Makes a few changes to 'stor4nfv' role to accommodate Stor4nfv repo changes. Change-Id: I1b7d190e4308a2394f90012767c08990e1354e6d Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
2018-06-13Merge "stor4nfv: install ceph-ansible requirements"Justin chi1-1/+2
2018-05-30stor4nfv: support multiple architecture imagesYibo Cai1-4/+8
Change-Id: I2a3482873e37f58c8f16a02988770d6e78fd3ab6 Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-05-29stor4nfv: install ceph-ansible requirementsYibo Cai1-1/+2
Latest ceph-ansible deployment failed due to missing python-notario package. This patch is to install all ceph-ansible required packages. Reference ceph-ansible commit: https://bit.ly/2kyDy1K Change-Id: I93d61c28ccddd079b5bd42ea09b9e2239dc5cadc Signed-off-by: Yibo Cai <yibo.cai@arm.com>
2018-04-03Stor4nfv: Install ansible version 2.4ramamani yeleswarapu5-8/+86
Ansible 2.5 release is causing errors in the installation of ceph-ansible (for ceph-mon). This patch fixes the ansible version installed on kube_master to 2.4.3 to address the ceph errors. Also, adds these post-install tasks: - run 'modprobe rbd' - create opensds default profile - create csi pods. Change-Id: Iee8d27da68896009d2e27ce4a6c7f805524d086d Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
2018-03-20Fix Stor4nfv CI issues due to repo changesramamani yeleswarapu6-36/+17
Applies the changes in stor4nfv repo and consolidates opensds and nbp inventories. This fixes the CI failure in stor4nfv scenarios. Change-Id: I91f291d52488771934e0e0e93da2c56715abc877 Signed-off-by: Ramamani Yeleswarapu <ramamani.yeleswarapu@intel.com>
2018-02-27Update Stor4nfv plugin with nbp csi installramamani yeleswarapu3-0/+32
Change-Id: Ia32ea3c29b78f18aae258fa89b017e894b09301f Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
2018-02-25Add plugin for Stor4nfv for k8s deployramamani yeleswarapu6-0/+177
- Adds 'stor4nfv' plugin which installs OpenSDS using stor4nfv. - Adds k8s-nosdn-stor4nfv-ha scenario file. - Adds k8s-nosdn-stor4nfv-noha scenario file. Change-Id: Iee718a48994ad4e55f4b7a01933bd4e7773ac67f Signed-off-by: ramamani yeleswarapu <ramamani.yeleswarapu@intel.com>