UQ-RCC / nimrodg

Nimrod/G
https://rcc.uq.edu.au/nimrod
Apache License 2.0
1 stars 0 forks source link

Actuator proxying #5

Open vs49688 opened 5 years ago

vs49688 commented 5 years ago

The SSH actuators should have this. Perhaps modify the config to have the following:

{
  "tunnels": [
    {
      "type": "reverse",
      "srcport": 5671,
      "dsthost": "203.101.225.94",
      "dstport": 5671
    }
  ]
}

MINA SSHD would create those tunnels upon connection. The user can specify custom AMQP/Transfer URIs in the resource configuration as normal, except this time they'd reference the head node.

vs49688 commented 5 years ago

Needed for Nord III