Add csi plugin ansible and tutorial document 09/51609/1
authorleonwang <wanghui71@huawei.com>
Sat, 3 Feb 2018 09:27:38 +0000 (09:27 +0000)
committerleonwang <wanghui71@huawei.com>
Sat, 3 Feb 2018 09:27:50 +0000 (09:27 +0000)
commit561c0708b78eed8120b90f0221cd66730c9e8a74
tree7727daa8a9eaaee927a3d087d1f0af7c3851c441
parent1dc4e57ae38ea5a4989aeb382c3450a26363ead5
Add csi plugin ansible and tutorial document

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>
17 files changed:
ci/ansible/README.md
ci/ansible/group_vars/common.yml
ci/ansible/group_vars/osdsdb.yml
ci/ansible/roles/cleaner/tasks/main.yml
ci/ansible/roles/common/tasks/main.yml
ci/ansible/roles/osdsdb/scenarios/etcd.yml
ci/ansible/roles/osdsdock/scenarios/ceph.yml
ci/ansible/roles/osdsdock/scenarios/cinder_standalone.yml
ci/nbp-ansible/README.md
ci/nbp-ansible/group_vars/common.yml
ci/nbp-ansible/roles/cleaner/tasks/main.yml
ci/nbp-ansible/roles/installer/scenarios/csi.yml [new file with mode: 0644]
ci/nbp-ansible/roles/installer/scenarios/flexvolume.yml [moved from ci/nbp-ansible/roles/flexvolume/tasks/main.yml with 100% similarity]
ci/nbp-ansible/roles/installer/tasks/main.yml [new file with mode: 0644]
ci/nbp-ansible/site.yml
tutorials/csi-plugin.md [new file with mode: 0644]
tutorials/flexvolume-plugin.md