Commit Graph

23 Commits

Author SHA1 Message Date
OpenStack Proposal Bot 5fd1ead4e2 Updated from OpenStack Ansible Tests
Change-Id: I47600336eac6245e2d2e9ae42399dbd437cdab12
2021-03-12 22:22:09 +00:00
OpenStack Proposal Bot 03695fa1cc Updated from OpenStack Ansible Tests
Change-Id: I6c94032f9062ea70495947092bc6992968ad0279
2020-05-22 07:10:24 +00:00
OpenStack Proposal Bot 18925b1b3f Updated from OpenStack Ansible Tests
Change-Id: Iaa5e0308dbc32a9dccd8bde23210df3416f36f40
2020-05-14 06:03:10 +00:00
OpenStack Proposal Bot 4c8f3c4bc8 Updated from OpenStack Ansible Tests
Change-Id: I915c2e40ea2e90ef863dacd8b69878750fbcee45
2020-03-11 12:47:36 +00:00
OpenStack Proposal Bot c4f9f17551 Updated from OpenStack Ansible Tests
Change-Id: Id5f49f10ff0a9821231d9531c76e73259a51efb7
2020-03-06 18:00:01 +00:00
OpenStack Proposal Bot 42d580fb13 Updated from OpenStack Ansible Tests
Change-Id: I821abc2cfeacd195cd1ae01eb3239ce20d35f82a
2020-02-24 13:16:12 +00:00
OpenStack Proposal Bot 5bd60fc162 Updated from OpenStack Ansible Tests
Change-Id: Iab442be4facdf03173fef849d8843e146b839bc0
2019-05-09 11:35:54 +00:00
OpenStack Proposal Bot c9da455d80 Updated from OpenStack Ansible Tests
Change-Id: I4551251a9c6f37b99234c7866636f57b1c6c7ee6
2019-03-22 22:07:33 +00:00
OpenStack Proposal Bot 44a8205f5e Updated from OpenStack Ansible Tests
Change-Id: I8aafd9b0a3509a25f578324a68f93804fe8e0f14
2019-02-27 06:07:34 +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