openstack-ansible-ops/osquery/env.d/fleet.yml
Kevin Carter 393fe9d42a
correct typo
The fleet env.d config had a typo in it which would causing a failure
within OSA dynamic inventory. This corrects the issue.

Change-Id: I36016f4733a8800adbcce71abbb290ab4a24798b
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2018-08-02 09:42:28 -05:00

38 lines
579 B
YAML

---
component_skel:
fleet:
belongs_to:
- fleet_all
mariadb:
belongs_to:
- fleet_all
osquery:
belongs_to:
- fleet_all
container_skel:
mariadb_container:
belongs_to:
- mariadb_containers
contains:
- mariadb
fleet_container:
belongs_to:
- fleet_containers
contains:
- fleet
physical_skel:
mariadb_container:
belongs_to:
- all_containers
mariadb_hosts:
belongs_to:
- hosts
fleet_containers:
belongs_to:
- all_containers
fleet_hosts:
belongs_to:
- hosts