Merge "Install netaddr before running site.yml"

This commit is contained in:
Jenkins 2017-09-06 20:40:00 +00:00 committed by Gerrit Code Review
commit 731dfd09ac
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,11 @@ source bootstrap.sh
source ansible-env.rc source ansible-env.rc
ansible mnaio_hosts \
-i playbooks/inventory \
-m pip \
-a "name=netaddr"
ansible-playbook -vv \ ansible-playbook -vv \
-i playbooks/inventory \ -i playbooks/inventory \
-e setup_host=${SETUP_HOST:-"true"} \ -e setup_host=${SETUP_HOST:-"true"} \

View File

@ -23,7 +23,6 @@ mnaio_host_distro_packages:
- openssh-server - openssh-server
- python2.7 - python2.7
- python-software-properties - python-software-properties
- python-netaddr
- qemu-kvm - qemu-kvm
- qemu-utils - qemu-utils
- software-properties-common - software-properties-common