Capture hop nodes and the peer links between nodes

This commit is contained in:
Jeff Bradberry
2021-12-13 15:40:36 -05:00
parent 5fdfd4114a
commit c8f1e714e1
3 changed files with 61 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ from awx.main.models.execution_environments import ExecutionEnvironment # noqa
from awx.main.models.activity_stream import ActivityStream # noqa
from awx.main.models.ha import ( # noqa
Instance,
InstanceLink,
InstanceGroup,
TowerScheduleState,
)