ironic-staging-drivers/ironic_staging_drivers
Pavlo Shchelokovskyy c3f02d1d2f [ansible] fix some places for Ansible 2.2
Changes include:

- callback plugin - fixed for Ansible 2.2

  Apparently now `eventlet.monkey_patch()` breaks Ansible,
  and since it is implicitly executed on any import from ironic package,
  it breaks the callback plugin and the whole ansible-deploy driver
  when using Ansible 2.2.
  Instead, just copy-paste those several lines of code explicitly
  into callback plugin module or use them from ironic_staging_drivers
  code.

- ansible.cfg - add interprocess polling interval option.

  Increasing it should decrease CPU load generated by each
  ansible-playbook invocation and improve ironic-conductor performance
  for parallel deployment of nodes with ansible-deploy driver

- in-memory inventory playbook - changed add_host module args to
  correspond to Ansible 2.x

Change-Id: I365a82cd3592a7669599fe84674ca4abab8f576f
Closes-Bug: #1652326
2016-12-23 16:52:18 +02:00
..
amt Remove agent vendor passthru from drivers 2016-12-06 12:21:19 +00:00
ansible [ansible] fix some places for Ansible 2.2 2016-12-23 16:52:18 +02:00
common Add vendor methods for Intel Node Manager statistics 2016-04-22 11:12:52 +03:00
iboot Remove agent vendor passthru from drivers 2016-12-06 12:21:19 +00:00
intel_nm Remove agent vendor passthru from drivers 2016-12-06 12:21:19 +00:00
libvirt Remove agent vendor passthru from drivers 2016-12-06 12:21:19 +00:00
tests Fix AMT unit tests 2016-12-19 11:22:50 +02:00
wol Remove agent vendor passthru from drivers 2016-12-06 12:21:19 +00:00
__init__.py Skeleton initial commit 2016-01-26 12:48:24 +00:00
version.py Add the version.py module 2016-02-05 16:54:56 +00:00