a40cb58118
This patch adds a wait for the container's sshd to be available after the container's apparmor profile is updated. When the profile is updated the container is restarted, so this wait is essential to the success of the playbook's completion. It also includes 3 retries which has been found to improve the rate of success. Due to an upstream change in behaviour with netaddr 0.7.16 we need to pin the package to a lower version until Neutron is adjusted and we bump the Neutron SHA. Change-Id: I30575ee31929b0c9af6353b7255cdfb6cebd2104 Closes-Bug: #1490142
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
cloudlib>=0.3.0 # scripts/os-ansible-role-requirements.py
|
|
Jinja2>=2.6 # ansible
|
|
netaddr>=0.7.12,<0.7.16 # playbooks/inventory/dynamic_inventory.py
|
|
paramiko>=1.13.0 # ansible
|
|
pip>=6.0
|
|
PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py
|
|
pycrypto>=2.6 # ansible
|
|
PyYAML>=3.1.0 # ansible
|
|
requests>=2.2.0,!=2.4.0 # scripts/os-ansible-role-requirements.py
|