aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stor4nfv/roles/stor4nfv/files
diff options
context:
space:
mode:
authorramamani yeleswarapu <ramamani.yeleswarapu@intel.com>2018-03-26 14:23:49 -0700
committerramamani yeleswarapu <ramamani.yeleswarapu@intel.com>2018-04-03 19:50:53 +0000
commit72048c0113789f8b5bb0b238785fc51ea4cdac96 (patch)
tree5e477c70fbc9e4b68a501b008756c6cdb93302a8 /plugins/stor4nfv/roles/stor4nfv/files
parent18cf3eec4990e2e747cadc8b9c177e5b1d0c67f4 (diff)
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 <ramamani.yeleswarapu@intel.com>
Diffstat (limited to 'plugins/stor4nfv/roles/stor4nfv/files')
-rw-r--r--plugins/stor4nfv/roles/stor4nfv/files/install_ansible.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stor4nfv/roles/stor4nfv/files/install_ansible.sh b/plugins/stor4nfv/roles/stor4nfv/files/install_ansible.sh
index b4a3a30a..d921d4e2 100644
--- a/plugins/stor4nfv/roles/stor4nfv/files/install_ansible.sh
+++ b/plugins/stor4nfv/roles/stor4nfv/files/install_ansible.sh
@@ -8,7 +8,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
# #############################################################################
-add-apt-repository ppa:ansible/ansible
+add-apt-repository ppa:ansible/ansible-2.4
apt-get update
apt-get install -y ansible