Comment 4 for bug 1806853

Revision history for this message
Marios Andreou (marios-b) wrote :

adding note here, had a chat with gfidente in oooq, he reckons the problem is that we are overriding the skip tags in [1]. This is bad because the tasks in [2] from which the error is coming are meant to be skipped, and are not, because we are overriding the skip tags.

Just posted https://review.openstack.org/623217 to test and added depends-on the scen1/4 https://review.openstack.org/619508 https://review.openstack.org/619520 lets see

[1] https://github.com/openstack/tripleo-heat-templates/blob/master/ci/environments/scenario004-standalone.yaml#L50
[2] https://github.com/ceph/ceph-ansible/blob/bc2daaeb716dda686d484ff2b7e282a606bbf91c/roles/ceph-container-common/tasks/pre_requisites/prerequisites.yml#L45