Replace linters test with integarted one

We've created integrated linters check job a while back and it's successfully
working for several releases. At the moment we experience difficulties
with future maintenance of the linters check from the openstack-ansible-tests
repo. So instead of fixing current one, we replace it with modern version of
the test.

Change-Id: I97294abdb29266a0989b3399d5c25b32dbc39112
This commit is contained in:
Dmitriy Rabotyagov 2021-05-21 16:07:05 +03:00 committed by Dmitriy Rabotyagov
parent 599e30daaa
commit 930f3ad014
2 changed files with 21 additions and 2 deletions

View File

@ -1 +0,0 @@
../tests/test-install-zun.yml

20
examples/playbook.yml Normal file
View File

@ -0,0 +1,20 @@
---
- name: Gather zun facts
hosts: zun_all
gather_facts: True
tags:
- always
- name: Install zun services
hosts: zun_all
gather_facts: False
serial:
- 1
- "100%"
user: root
environment: "{{ deployment_environment_variables | default({}) }}"
tags:
- zun
roles:
- role: "os_zun"

View File

@ -16,7 +16,7 @@
- project:
templates:
- check-requirements
- openstack-ansible-linters
- openstack-ansible-linters-jobs
- openstack-ansible-deploy-aio_metal-jobs
- publish-openstack-docs-pti
- build-release-notes-jobs-python3