Merge "Adding libguestfs-tools as dependency"
authorFeng Pan <fpan@redhat.com>
Wed, 7 Mar 2018 20:24:36 +0000 (20:24 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 7 Mar 2018 20:24:36 +0000 (20:24 +0000)
1  2 
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
        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