Fix ansible-test default image. (#31966)

* Add openssh-client to default docker container.
* Include Azure requirements in default container.

To do so, handling of pip requirements was updated to install each
set of requirements separately and then run a verification pass to
make sure there are no conflicts between requirements.

* Add missing --docker-no-pull option.
* Add documentation for the azure-requirements test.
This commit is contained in:
Matt Clay 2017-10-20 08:48:01 -07:00 committed by GitHub
commit 36b13e3e3d
10 changed files with 159 additions and 21 deletions

View file

@ -1,2 +0,0 @@
- pip:
requirements: '{{ role_path }}/../../../../packaging/requirements/requirements-azure.txt'