Backport enhancements to host_aggregate module

- Update the module to return an aggregate object
- Adds a role to test the module

Note that this is not a clean cherry pick as it excludes changes related
to new sdk compatibility.

Change-Id: I6a98ba8466863b41fc996855fd12cf9f3097abe0
(cherry picked from commit 4ea2c5b50d)
This commit is contained in:
Rafael Castillo
2022-05-12 21:36:45 -07:00
committed by Jakob Meng
parent 620956c61d
commit 6b58d28a4e
4 changed files with 181 additions and 49 deletions

View File

@@ -15,6 +15,7 @@
- role: dns
tags: dns
when: sdk_version is version(0.28, '>=')
- { role: host_aggregate, tags: host_aggregate }
- { role: floating_ip_info, tags: floating_ip_info }
- { role: identity_domain_info, tags: identity_domain_info }
- { role: identity_group_info, tags: identity_group_info }