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:
parent
599e30daaa
commit
930f3ad014
@ -1 +0,0 @@
|
||||
../tests/test-install-zun.yml
|
20
examples/playbook.yml
Normal file
20
examples/playbook.yml
Normal 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"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user