16 Commits

Author SHA1 Message Date
Federico Ressi
ee386f8d9b Pick version 0.4.10 as default stable tag
Change-Id: Ife08863bee9ac4bc2aacd8f2e38b4bc8a986fba8
2021-10-27 07:34:37 +00:00
Eduardo Olivares
454a63f4e6 Add new flag cleanup-heat-stacks to the infrared plugin
When this flag is set, the heat stacks created by tobiko are deleted at
the end of the tobiko infrared execution
Additionally, the images created by tobiko are also removed from glance

Change-Id: I3415a7fd73f02e47cf4a0c3351d90db3f7614fef
2021-10-20 06:43:33 +00:00
Federico Ressi
bf6fe14d0d Set the new stable release as 0.4.9
This new release includes below important fixes:
- https://review.opendev.org/c/x/tobiko/+/808856
- https://review.opendev.org/c/x/tobiko/+/808707
- https://review.opendev.org/c/x/tobiko/+/807846
- https://review.opendev.org/c/x/tobiko/+/808062

Change-Id: I064f856a316a2677a2cfca1edadc4961e9c9e2b5
2021-09-16 10:29:27 +00:00
Federico Ressi
e4347ef32e Set default stable tag to 0.4.7
Change-Id: If41805aea413a318c9f9553ce580083d6f53a206
2021-09-02 10:51:01 +02:00
Eduardo Olivares
7bdc484d53 move default tobiko install to new stable tag 0.4.6
Change-Id: I1b9d5259471965628913282b6800d7491b5ec4b6
2021-08-24 11:37:56 +02:00
r
d12bc00c2e move default tobiko install to new stable tag
This will include the unblock faults fix
0.4.5 tag commits list:
https://opendev.org/x/tobiko/commits/tag/0.4.5

Change-Id: Id01400fa485f78bb8b023c60b2b437c0253da0fc
2021-08-10 20:41:08 +00:00
Federico Ressi
8c73e8bffe Use tobiko 0.4.0 as default version for Downstream jobs
Change-Id: I75b9364ec5d1d02015443acd700aad5cd797f23f
2021-02-09 10:40:17 +01:00
Federico Ressi
ba4ba20480 Pick the first tester, undercloud or tempest node from inventory
Change-Id: I26ec08ef20508feddb681718d91bd03a1ab3df24
2021-01-28 14:47:04 +00:00
r
b0fdc49eab tobiko IR version : set default execution version to 0.3.1 tag
Change-Id: If98f681b7039e36f26059417b6645d2193a7bfb8
2020-12-24 14:59:01 +02:00
Federico Ressi
7d5d82d02e Fix --tobiko-refspec option in IR tobiko plugin
Change-Id: Ifaf1d5946ec2dad569faa3e205f4f50018ed63be
2020-12-01 12:16:19 +01:00
pinikomarov
1cc654103b Fix tripleo-validations : roles not found
This is due to a missing package and some poor static vars
which I remove here..

EROROR messages:
ERROR! the role 'haproxy' was not found in /home/stack/tripleo-validations/playbooks/roles:/home/stack/.ansible/roles:/var/log/validations/artifacts/c658cc41-926c-42a1-8933-ad37da38aa4d_haproxy.yaml_2020-07-03T22:/var/log/validations/artifacts/c658cc41-926c-42a1-8933-ad37da38aa4d_haproxy.yaml_2020-07-03T22:55:33.205590Z/runner_di_bi277gxt/55:/var/log/validations/artifacts/c658cc41-926c-42a1-8933-ad37da38aa4d_haproxy.yaml_2020-07-03T22:55:33.205590Z/runner_di_bi277gxt/33.205590Z/roles:/home/stack/tobiko/roles:/usr/share/ansible/roles:/usr/share/ceph-ansible/roles:/etc/ansible/roles:/usr/share/validations-common/roles:/home/stack/tripleo-validations/playbooks

The error appears to be in '/home/stack/tripleo-validations/playbooks/haproxy.yaml': line 17, column 7, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  roles:
    - haproxy
      ^ here

Change-Id: Ib4879a848da7022723566b3ecb4422640d8a8268
2020-07-05 23:49:10 +03:00
pinikomarov
352a8b5a47 Add tripleo validations (post-deployment group checks) to overcloud healthchecks
- This adds the v>=1.0 dependency of tripleo validations-lib (py library)
  and the validations lib ansible checks as master
- We are adding the post-deployment group to the overcloud checks
- For now the checks will be passive - won't fail the test but report
failures if the are found

Change-Id: I8f768219fb52c64616f155583b77d6948b54abee
2020-06-20 23:09:51 +03:00
Alex Katz
f13cb17e9d Fix condition check if previous task was skipped
Required as 'copy_src_dir | length' is equal 3 in case previous
task is skipped

Change-Id: Ie16c35ebab2136c04747271b49bd08ef1c57de23
2020-05-21 07:48:14 +00:00
Alex Katz
a202c74e5a Set default git version
This is required for test execution not to fail because of the plugin
doesn't perform checkout from git

Change-Id: I57a327e1888c6910a76eda9257cd47a774f225ba
2020-05-19 11:29:45 +03:00
Federico Ressi
cc3cb93742 Fix deploy role when no deploy-src-dir is given
Change-Id: Iad8711315dc05c4bc4eb72dfcff590a5eaa93e6d
2020-05-18 15:07:20 +02:00
Federico Ressi
077dc49e40 Move CI tasks from roles to infrared_plugin/roles
- create plugin roles folder with tasks required
  only by the plugin
- remove unused roles from tobiko roles folder
- link tobiko roles one by one to plugin roles folder

Change-Id: If74642f04b451cffc61c55560cd5004db14475ae
2020-05-14 09:23:47 +00:00