cwilloughby-bw / racktables-ansible

Ansible modules/plugins for interacting with Racktables
MIT License
4 stars 1 forks source link

Object absent state doesn't account for linked items #9

Open cwilloughby-bw opened 4 years ago

cwilloughby-bw commented 4 years ago

Currently, setting an object state to "absent" doesn't account for linked database entries such as tags, IP allocations, rackspace, or parent/child relationships. Although the IP allocation can be handled with the existing module, these cases should be handled natively by the object module. Additional work is required to find all of the relevant references in the racktables schema, and ensure they are cleanly removed when removing an object.

cwilloughby-bw commented 4 years ago

This seems to already be taken care of at the database level