Add compute services list module

The module retrieve the nova compute services info
filters by
 * host
 * binary ( nova-compute, nova-conductor, ... )

Closes-Bug: 2009775
Change-Id: I0f9cac27a7a91727ba1d005e04431e8f83c46fa8
This commit is contained in:
hamza alqtaishat
2022-01-07 23:41:06 +00:00
parent 26530ac97b
commit 4eb7c43539
4 changed files with 131 additions and 0 deletions

View File

@@ -31,6 +31,9 @@
- { role: keystone_role, tags: keystone_role }
- { role: network, tags: network }
- { role: nova_flavor, tags: nova_flavor }
- role: nova_services
tags: nova_services
when: sdk_version is version(0.44, '>=')
- { role: object, tags: object }
- { role: port, tags: port }
- { role: project, tags: project }