Commit Graph

7 Commits

Author SHA1 Message Date
OpenStack Proposal Bot ea962e36dd Updated from OpenStack Ansible Tests
Change-Id: Iae2083bbbf01cb89d24cb1ddefde9ae2121b4fd2
2019-08-20 03:05:03 +00:00
OpenStack Proposal Bot f118f1add8 Updated from OpenStack Ansible Tests
Change-Id: I97bc5724f6507ae5fe6fe92fe8c95ce6533e1336
2018-10-02 14:50:47 +00:00
OpenStack Proposal Bot e509f42417 Updated from OpenStack Ansible Tests
Change-Id: I96f7d60207d1c89ecb0d081b697c4fdbd074a772
2018-03-27 15:47:38 +00:00
OpenStack Proposal Bot e0f9daa105 Updated from OpenStack Ansible Tests
Change-Id: I32a1c2fe1d248a751b0896fdc6f8753997685b1b
2017-06-22 15:18:58 +00:00
Jesse Pretorius ebae945f31 Use package module to install distro packages
Consolidate distro package install tasks into a
single task using the package module and pass
the package list into the name instead of using
a with_items loop. Tidy up some other tasks to
reduce task file sprawl and consolidate some
task actions.

The minimum Ansible version is raised to 2.2 due to a
known bug [1] in Ansible's apt module which does not
update the cache properly if the cache update and the
install are combined in a single task.

[1] https://github.com/ansible/ansible-modules-core/issues/1497

Change-Id: I3717867208f1c379f0eda74e19c064a4b697cc53
2017-05-02 14:33:59 +00:00
Kevin Carter 775e6126c1 Update testing bits for consistency
Change-Id: I11b886bb4de3fba2d7c3c3248c50eb6809f61901
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-09-17 16:59:41 -04:00
Jesse Pretorius 0b06f3fbbf Add scaffolding for OpenStack-CI tests 2016-08-21 17:00:50 +01:00