From 72048c0113789f8b5bb0b238785fc51ea4cdac96 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/main.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/stor4nfv/roles/stor4nfv/tasks/main.yml') diff --git a/plugins/stor4nfv/roles/stor4nfv/tasks/main.yml b/plugins/stor4nfv/roles/stor4nfv/tasks/main.yml index 353282f9..060c9cf1 100644 --- a/plugins/stor4nfv/roles/stor4nfv/tasks/main.yml +++ b/plugins/stor4nfv/roles/stor4nfv/tasks/main.yml @@ -8,6 +8,7 @@ # ############################################################################# --- - include: opensds.yml +- include: post-install.yml when: - ansible_distribution == 'Ubuntu' - stor4nfv is defined and stor4nfv == "Enable" -- cgit 1.2.3-korg