Latest ceph-ansible deployment failed due to missing python-notario
package. This patch is to install all ceph-ansible required packages.
Reference ceph-ansible commit: https://bit.ly/2kyDy1K
Change-Id: I93d61c28ccddd079b5bd42ea09b9e2239dc5cadc
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
remote_user: root
shell: |
cd /opt;
- git clone https://github.com/ceph/ceph-ansible.git
+ git clone https://github.com/ceph/ceph-ansible.git;
+ [ -f ceph-ansible/requirements.txt ] && pip install -r ceph-ansible/requirements.txt
- name: fetch stor4nfv source code
remote_user: root