-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I have the following goal: Provide an isolated interactive node from where a user can submit new PCOCC jobs and log into them.
Setting up an isolated interactive VM can be done by submitting a PCOCC job with a single VM. That part is no problem with PCOCC. However, once users want to submit new jobs from this interactive VM, there is a network isolation inplace which prohibits users to interactive to newly instantiated PCOCC VMs. This isolation is of course by design.
However, having the ability to instantiate a new PCOCC job from this interactive VM and connect to it, would allow more flexibility for isolated clusters. I therefore would like to know the feasibility of this feature. Would it be possible to use Open vSwitch to interconnect running PCOCC jobs?
This may be possible by providing the job ID of the interactive VM in a PCOCC command and then request more resources. Then the nodes of these job IDs can perhaps be interconnected via an Open vSwitch bridge. Which then provides the means to interactive to these newly instantiated VMs.
I suppose the active community has better insight into the following questions:
- Is such a setup feasible by using e.g. Open vSwitch? If so, how?
- Would this be a feature worth considering?