Skip to content

[Bugfix:System] Vagrant developer vagrant machine cannot connect to vagrant workers. #12796

Description

@hyeenaa

Describe the bug

When a vagrant developer machine runs refresh_vagrant_workers.py the running workers are not connected to the developer machine with ssh.

Expected behavior

when refresh_vagrant_workers is ran, it should connect to all workers and store them in a JSON file (config/autograding_workers.json) verifying that they are connected. When swapping to the submitty daemon (sudo su submitty_daemon) you should be able to run ssh worker-1 (or 2.. 3 .. etc) and shell into the worker machine.

To Reproduce
Steps to reproduce the behavior:

  1. create a vagrant worker (vagrant workers generate, vagrant workers up)
  2. ssh into development vagrant machine (vagrant ssh)
  3. run refresh_vagrant_workers in any directory
  4. See error

Configuration

  • OS: Arch Linux
  • Browser N/A

Screenshots

Image

Additional context

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions