Commit Graph

13 Commits

Author SHA1 Message Date
Guilherme Steinmüller b9a2cc75ab Retire openstack-ansible-os_almanach
Change-Id: I5fb5593772c41f5c18154c7ac77a12bfa79de625
2019-04-24 16:40:02 -04:00
OpenStack Proposal Bot 5c4eb46392 Updated from OpenStack Ansible Tests
Change-Id: I2384973853e5798e992458ff1b30953444e60d87
2019-02-27 06:02:58 +00:00
OpenStack Proposal Bot f0a948cf60 Updated from OpenStack Ansible Tests
Change-Id: Ic95ebd4ce903a0de1cad70e48d2dca5b53d4fb0d
2018-09-29 04:53:23 +00:00
OpenStack Proposal Bot 47b2ddd375 Updated from OpenStack Ansible Tests
Change-Id: I551ba7689c827586205377aaecae9036a923b631
2018-05-07 19:42:23 +00:00
OpenStack Proposal Bot 598b74ff5e Updated from OpenStack Ansible Tests
Change-Id: Idc6cf4d45343b005b16466fd8effb1d3b7b57eb7
2018-03-27 15:49:47 +00:00
OpenStack Proposal Bot 2d167a7eed Updated from OpenStack Ansible Tests
Change-Id: I4e205ddb6389471b11f5af0c4382464b1c48b0ab
2017-11-10 13:15:34 +00:00
Jesse Pretorius 705339b5e8 Initial OSA zuul v3 role jobs
This patch implements an initial set of jobs intended to match
the current job execution method. It does not intend to improve
how the jobs are executed - only to replicate what is currently
in openstack-infra/openstack-zuul-jobs and provide the platform
to iterate on.

The meta-deps never appeared to be used, meaning that the
openstack_openrc role was never used either, and given that
vars are missing to make that work, the role dep has been
removed.

The requirement for httplib2 to use the get_uri module was
removed in Ansible 2.1 [1], so the installation of that for
functional testing has also been removed.

The requirements.txt was not used anywhere, so it's been
removed. The test-requirements.txt has been updated.

[1] http://docs.ansible.com/ansible/latest/uri_module.html#notes
Depends-On: I0391ec310c4eede436011a48490e3c524c8ddf4d
Change-Id: I186b3d7a17f964192b593d2f8734b3458a3cb671
2017-11-03 13:41:58 +00:00
OpenStack Proposal Bot cab78f3d36 Updated from OpenStack Ansible Tests
Change-Id: I8662a0f50e0c50598a84984b1ae3172cba8bb854
2017-08-03 15:26:14 +00:00
OpenStack Proposal Bot 7be56d6b4d Updated from OpenStack Ansible Tests
Change-Id: I5476d5232b3aad96f2b92ac4fdb3ced93e9cf490
2017-06-22 15:19:12 +00:00
Cuong Nguyen 8011ba56d1 Install python2 for Ubuntu 16.04 and CentOS 7 in Vagrant
Install python2 for Ubuntu 16.04 and CentOS 7 before executing test
script.

Change-Id: Ia57abe78ea0a525877a9ef607d91acd4fccdd02d
2017-02-09 10:41:37 +07:00
Major Hayden c533438e65 Fix pip check in run_tests.sh
The logic in the pip check was backwards and this patch fixes it.

Change-Id: I74679537fd21055a928213c478fc74b77285253e
2017-01-06 10:44:55 -06:00
Major Hayden 55f6e84a4c Update and clean up run_tests.sh
The run_tests.sh script fails when it is run multiple times on CentOS.
The `bindep` run returns an empty list of packages and then `yum`
exits with an error since no packages were provided to install.

This patch checks the length of the `bindep` output and skips the `yum`
installation when the package list is empty.

The patch also cleans up some of the old cruft left over from previous
scripts and avoids repetition.

Change-Id: If3affe9c68ac5e9e0c6aa9674d6018043b5bac2a
Signed-off-by: Major Hayden <major@mhtx.net>
2017-01-05 10:41:36 -06:00
Frédéric Guillot 837e546212 Make project compatible with CI infra
Change-Id: I5a6e77b98566ee7086f2d9b68d3ac55747ad2778
2016-10-31 14:27:36 -04:00