From: Feng Pan Date: Wed, 7 Mar 2018 20:24:36 +0000 (+0000) Subject: Merge "Adding libguestfs-tools as dependency" X-Git-Tag: opnfv-6.0.0~23 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=b2905df3252698437d66fb8ff368d1ef28230e63;hp=-c;p=apex.git Merge "Adding libguestfs-tools as dependency" --- b2905df3252698437d66fb8ff368d1ef28230e63 diff --combined lib/ansible/playbooks/deploy_dependencies.yml index da31a251,881503ae..fb1da46f --- a/lib/ansible/playbooks/deploy_dependencies.yml +++ b/lib/ansible/playbooks/deploy_dependencies.yml @@@ -7,6 -7,7 +7,7 @@@ with_items: - python-lxml - libvirt-python + - libguestfs-tools - sysctl: name: net.ipv4.ip_forward state: present @@@ -72,12 -73,6 +73,12 @@@ when: - ansible_architecture == "x86_64" - "'Y' not in nested_result.stdout" + - modprobe: + name: ip6_tables + state: present + - modprobe: + name: ip_tables + state: present - name: Generate SSH key for root if missing shell: test -e ~/.ssh/id_rsa || ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa - name: Check that /u/l/python3.4/site-packages/virtualbmc/vbmc.py exists