Merge "Rename undercloud-neutron-sanity-check role"

This commit is contained in:
Zuul 2019-04-16 20:02:08 +00:00 committed by Gerrit Code Review
commit 43b4c8edda
7 changed files with 32 additions and 53 deletions

View File

@ -0,0 +1,30 @@
---
- hosts: Controller
vars:
metadata:
name: Neutron Sanity Check
description: >
Run `neutron-sanity-check` on the controller nodes to find out
potential issues with Neutron's configuration.
The tool expects all the configuration files that are passed
to the Neutron services.
groups:
- post-deployment
# The list of Neutron configuration files and directories that
# will be passed to the Neutron services. The order is important
# here: the values in later files take precedence.
configs:
- /etc/neutron/neutron.conf
- /usr/share/neutron/neutron-dist.conf
- /etc/neutron/metadata_agent.ini
- /etc/neutron/dhcp_agent.ini
- /etc/neutron/fwaas_driver.ini
- /etc/neutron/l3_agent.ini
- /usr/share/neutron/neutron-lbaas-dist.conf
- /etc/neutron/lbaas_agent.ini
roles:
- neutron-sanity-check

View File

@ -28,4 +28,4 @@
- /etc/neutron/lbaas_agent.ini
roles:
- undercloud-neutron-sanity-check
- neutron-sanity-check

View File

@ -1,5 +1,4 @@
---
configs:
- /etc/neutron/neutron.conf
- /usr/share/neutron/neutron-dist.conf

View File

@ -25,5 +25,4 @@ galaxy_info:
# NOTE: A tag is limited to a single word comprised of alphanumeric characters.
# Maximum 20 tags per role.
dependencies:
- role: validation-db-utils
dependencies: []

View File

@ -1,38 +0,0 @@
Role Name
=========
An Ansible roles to check for potential issues with Neutron's configuration
Requirements
------------
This role needs an installed and working Undercloud
Role Variables
--------------
- configs: A list of Neutron configuration files and directories that will be
passed to the Neutron services. The order is important here, the values in
later files take precedence.
Dependencies
------------
No dependencies.
Example Playbook
----------------
- hosts: undercloud
roles:
- { role: undercloud-neutron-sanity-check }
License
-------
Apache
Author Information
------------------
Red Hat TripleO Validations Team

View File

@ -1,11 +0,0 @@
---
metadata:
name: Undercloud Neutron Sanity Check
description: >
Run `neutron-sanity-check` on the undercloud node to find out
potential issues with Neutron's configuration.
The tool expects all the configuration files that are passed
to the Neutron services.
groups:
- pre-introspection