From ab73374e424a679cc42b9812e6bd39a49fcea07d Mon Sep 17 00:00:00 2001 From: ramamani yeleswarapu Date: Mon, 26 Mar 2018 14:23:49 -0700 Subject: Stor4nfv: Install ansible version 2.4 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 --- plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml') diff --git a/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml b/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml index 7866e808..a095ceb0 100644 --- a/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml +++ b/plugins/stor4nfv/roles/stor4nfv/tasks/opensds.yml @@ -75,10 +75,3 @@ shell: | cd $HOME/gopath/src/github.com/stor4nfv/stor4nfv/ci/ansible; ansible-playbook site.yml -i local.hosts | tee /var/log/stor4nfv.log - register: stor4nfv_result - -- name: export opensds endpoint - remote_user: root - shell: | - export OPENSDS_ENDPOINT=http://127.0.0.1:50040 - when: stor4nfv_result|succeeded -- cgit 1.2.3-korg