Add plugin for Stor4nfv for k8s deploy 77/51877/12
authorramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
Thu, 8 Feb 2018 05:33:40 +0000 (21:33 -0800)
committerramamani yeleswarapu <ramamani.yeleswarapu@intel.com>
Mon, 26 Feb 2018 03:26:27 +0000 (19:26 -0800)
commit4bc89660111fbd2fe8a7edc1cbc053b2e297ec56
tree8977b666860d52555526dff5bd5d27a1f66e53dd
parentefb348fd43239ef934fde64e57e977c532a86051
Add plugin for Stor4nfv for k8s deploy

- 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>
14 files changed:
deploy/adapters/ansible/kubernetes/ansible-kubernetes.yml
deploy/compass_conf/flavor/kubernetes.conf
deploy/compass_conf/package_installer/ansible-kubernetes.conf
deploy/compass_conf/role/kubernetes_ansible.conf
deploy/compass_conf/templates/ansible_installer/kubernetes/vars/ansible-kubernetes.tmpl
deploy/conf/vm_environment/k8-nosdn-stor4nfv-ha.yml [new file with mode: 0644]
deploy/conf/vm_environment/k8-nosdn-stor4nfv-noha.yml [new file with mode: 0644]
plugins/stor4nfv/plugin.desc [new file with mode: 0644]
plugins/stor4nfv/roles/stor4nfv/files/configure_vars.sh [new file with mode: 0644]
plugins/stor4nfv/roles/stor4nfv/files/install_ansible.sh [new file with mode: 0644]
plugins/stor4nfv/roles/stor4nfv/tasks/main.yml [new file with mode: 0644]
plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml [new file with mode: 0644]
plugins/stor4nfv/roles/stor4nfv/templates/ceph.hosts.j2 [new file with mode: 0644]
plugins/stor4nfv/roles/stor4nfv/templates/opensds.hosts.j2 [new file with mode: 0644]