tbotnz

Results 38 comments of tbotnz

@lampwins/whoever resolves this issue, would you also be able to consider a pattern where JobResult.enqueue_job() is triggered by django signals. The current arg (user) on JobResult.enqueue_job() makes this pattern (signals...

![image](https://user-images.githubusercontent.com/23552972/176800127-69d01e8c-64a5-44cf-afd7-0d235bc6501e.png)

Cheers @ddutt, suspect its an issue detecting the carrige return used by asyncssh, will do some testing and update further in a few days

Reproduced with asyncssh (python) as below, not working `DEBUG:asyncio:Using selector: EpollSelector INFO:asyncssh:Opening SSH connection to 10.0.2.15, port 20049 INFO:asyncssh:[conn=0] Connection to 10.0.2.15, port 20049 succeeded INFO:asyncssh:[conn=0] Local address: 10.0.2.15, port...

@lykinsbd what are your thoughts on the actual end use cases for this? - 1) Do you envision more use cases where this would emulate complex topologies of multiple platforms...

sounds good @lykinsbd

@ganeshrn thanks for the issue, there is currently no support for this other than changing the hostname. Can you provide some more information including examples for 1, 2 & 3....

For now the best thing to do would be use a netpalm script inside netpalm or a service and trigger multiple calls via the netpalm manager class

Basic example https://github.com/tbotnz/netpalm/blob/master/netpalm/backend/plugins/extensibles/custom_scripts/hello_world_advanced_using_netpalm_manager.py