Backport improvements to recordset module

- General refactoring of module
- Move recordset specific tests from the dns role to new recordset role
- Adds additional tests to recordset role

Note that this is not a clean cherry pick due to sdk changes

Change-Id: If8fda40780050d271c9d869d8959ef569644fd88
(cherry picked from commit 97b05533f1)
This commit is contained in:
Rafael Castillo
2022-05-19 08:53:06 -07:00
parent 970fb2489c
commit c4a296c07c
5 changed files with 254 additions and 147 deletions

View File

@@ -49,6 +49,7 @@
- { role: object, tags: object }
- { role: port, tags: port }
- { role: project, tags: project }
- { role: recordset, tags: recordset }
- { role: router, tags: router }
- { role: security_group, tags: security_group }
- { role: server, tags: server }