
This change allows the following use cases: 1. Using an already-configured MariaDB / MySQL server / Cluster 2. Using already-created DB users, without requiring root DB access. Update: added external mariadb precheck Change-Id: I78b0d178306d7c5293b0bf53e445f19f18b4b824 Implements: blueprint external-mariadb-support. Closes-Bug: #1603121
16 lines
357 B
YAML
16 lines
357 B
YAML
---
|
|
- include: port_checks.yml
|
|
when:
|
|
- inventory_hostname in groups['control'] or
|
|
inventory_hostname in groups['network'] or
|
|
inventory_hostname in groups['compute'] or
|
|
inventory_hostname in groups['monitoring']
|
|
|
|
- include: service_checks.yml
|
|
|
|
- include: package_checks.yml
|
|
|
|
- include: user_checks.yml
|
|
|
|
- include: database_checks.yml
|