openstack-ansible-ops/multi-node-aio/playbooks
Matt Thompson e5ba32d8fa Install netaddr before running site.yml
Currently, the execution of site.yml fails as site.yml installs
python-netaddr in the same run as it uses it, which fails since
ansible-playbook can't see the newly installed module.

This commit simply removes python-netaddr from
mnaio_host_distro_packages and adds a new task to build.sh to
install it before site.yml is kicked off.

NOTE: This commit also switches to installing netaddr via pip
      instead of system package since that does not require pre-loading
      vars files depending on OS, etc.

Change-Id: I324ba61a860f5942b40972903ae1c40caa7839e5
2017-09-06 10:35:04 -04:00
..
dhcp Convert vars in files to host_vars 2017-07-31 23:31:13 -05:00
group_vars General improvements 2017-08-17 09:16:20 -05:00
host_vars Bump compute RAM to 8192MB 2017-08-29 15:05:51 -04:00
kvm Convert vars in files to host_vars 2017-07-31 23:31:13 -05:00
mnaio/debian General improvements 2017-08-14 10:35:12 -05:00
osa Use separate interfaces for lb traffic 2017-08-29 19:46:25 +00:00
pxe General improvements 2017-08-17 09:16:20 -05:00
vars Install netaddr before running site.yml 2017-09-06 10:35:04 -04:00
deploy-dhcp.yml Add environment options and re-flow the README.rst 2017-08-01 09:13:15 -05:00
deploy-osa.yml Create /root/.tmux.conf if it does not exist 2017-08-28 15:04:44 -04:00
deploy-pxe.yml General improvements 2017-08-17 09:16:20 -05:00
deploy-vms.yml General improvements 2017-08-14 10:35:12 -05:00
inventory General improvements 2017-08-17 09:16:20 -05:00
setup-host.yml Add environment options and re-flow the README.rst 2017-08-01 09:13:15 -05:00
site.yml Combine our two multi-node-aio processes into one 2017-07-28 15:35:23 +00:00