Commit Graph

21 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 53d5f40e93 Updated from OpenStack Ansible Tests
Change-Id: I5bc89c4dd29d30b0e0f516d6b75ddfcd86759e7f
2021-03-22 08:53:10 +00:00
OpenStack Proposal Bot 9d2ea0d818 Updated from OpenStack Ansible Tests
Change-Id: Idb4ef80c0da9125a1128e72d8330409778062c36
2020-05-22 07:11:46 +00:00
OpenStack Proposal Bot 42ba64ec70 Updated from OpenStack Ansible Tests
Change-Id: I2fdf310999505eb8dde3942b4923c668848a1e4f
2020-05-12 18:05:52 +00:00
OpenStack Proposal Bot 759a47bd9f Updated from OpenStack Ansible Tests
Change-Id: I62d3b9fea06044856bbb3c9269214a7807b22244
2020-05-05 20:32:56 +03:00
OpenStack Proposal Bot 5cb74d5a9c Updated from OpenStack Ansible Tests
Change-Id: I0da1b3cda11c305040db1d1ee94adca7acc25941
2019-05-09 11:36:14 +00:00
OpenStack Proposal Bot 937d9956e6 Updated from OpenStack Ansible Tests
Change-Id: I73b20500f7ba2e5e4ccdfb9d64afd531e15df293
2019-03-22 22:09:03 +00:00
OpenStack Proposal Bot 0e67ef2e08 Updated from OpenStack Ansible Tests
Change-Id: I57aa2e82236fe30ea543ce1d8f27be96da0cdc1e
2019-02-27 06:08:19 +00:00
OpenStack Proposal Bot 1b79d1625a Updated from OpenStack Ansible Tests
Change-Id: Ieed5515ec10659fd7e2ed75f5053f4a9749cfebc
2017-12-06 00:06:54 +00:00
OpenStack Proposal Bot ed0a8d6a2c Updated from OpenStack Ansible Tests
Change-Id: If3a0b607a425a1fbfd6ef932548dc824200a5047
2017-09-12 23:56:00 +00:00
OpenStack Proposal Bot d0fe4a62da Updated from OpenStack Ansible Tests
Change-Id: I4d8a16be43258adf768833a1c4415812519cff88
2017-08-31 15:20:00 +00:00
OpenStack Proposal Bot 787d0377c1 Updated from OpenStack Ansible Tests
Change-Id: I4c935de939fab528d416dbad67ff221220ed5fc1
2017-08-24 13:58:39 +00:00
OpenStack Proposal Bot 5daef92445 Updated from OpenStack Ansible Tests
Change-Id: I38751865e451f732abacc01cd16c62f87f72efa3
2017-08-04 15:22:49 +00:00
Logan V 15357d7f6e Add func_py3 toxenv
Use python3 to bootstrap the tox venv.

Change-Id: I8e3519141f5d8b8de0d9a6b539bd85060ae1e97a
2017-07-28 15:59:25 +00:00
OpenStack Proposal Bot e76a18dae4 Updated from OpenStack Ansible Tests
Change-Id: I371299a6106fd9ca4adeeef8392e00057d73db5f
2017-07-06 21:09:07 +00:00
OpenStack Proposal Bot 13fadcde83 Updated from OpenStack Ansible Tests
Change-Id: I3a2292d1b1b27dd1fb6a541dc109c08d25e39a37
2017-06-22 15:20:16 +00:00
Markos Chandras 8d040dc1df Add openSUSE and CentOS as supported distributions
There is no distro specific code in this role so add openSUSE and
CentOS as supported distributions similarly to the rest of the
OpenStack Ansible roles. This also updates the run_tests.sh, bindep.txt
and Vagrantfile from the opentack-ansible-tests repository.

Change-Id: Ib540a8fc3474075393cc5ae351aee5d59bfa4853
2017-04-10 23:07:15 +01:00
Logan V 58059874b4 Install python2-pyOpenSSL package on CentOS
Package pyOpenSSL is obsoleted by python2-pyOpenSSL.

Change-Id: Ib2f16ccd091432fbc9905dd540fdb23e4e8d3eba
2017-03-03 12:50:02 -06:00
Andy McCrae 1bc328cd01 Remove Trusty support from plugins role
Change-Id: Ibab5aa0e202a427563e74a4356ba52bc70d7042c
Implements: blueprint trusty-removal
2016-12-15 15:17:53 +00:00
Joshua Hesketh 16ba2cf63e Replace github with git.o.o
Change-Id: I609ea07b81d4f8a3f0cd1d87534204821f65ad6b
2016-11-02 12:22:21 +11:00
Shashank Tavildar 7e931aabef Added SNI support for ansible_plugins via OS packages
Some Linux distributions, such as CentOS 7 and Xenial, have trouble
validating SSL certificates when using get_url with servers
that use Server Name Indication (SNI).

This patch adds those packages to the list of required packages and
uses bindep to install them in developer test environments the same
way that the gate tests install them.

Change-Id: I80355c8a82a0a0b295672c97c0740809659405b1
2016-08-19 14:50:59 +00:00
Andreas Jaeger fb67f2296d Move other-requirements.txt to bindep.txt
The default filename for documenting binary dependencies has been
changed from "other-requirements.txt" to "bindep.txt" with the release
of bindep 2.1.0. While the previous name is still supported, it will
be deprecated.

Move the file around to follow this change.

Note that this change is self-testing, the OpenStack CI infrastructure
will use a "bindep.txt" file to setup nodes for testing.

For more information about bindep, see also:
http://docs.openstack.org/infra/manual/drivers.html#package-requirements
http://docs.openstack.org/infra/bindep/

As well as this announcement:
http://lists.openstack.org/pipermail/openstack-dev/2016-August/101590.html

Change-Id: I261d68484fe4e7705491c19cdf560a67a849180b
2016-08-12 21:03:06 +02:00