File tree Expand file tree Collapse file tree 1 file changed +5
-18
lines changed
_docs/developer/getting_started Expand file tree Collapse file tree 1 file changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -53,30 +53,17 @@ machines* in addition to your primary vagrant virtual machine.
5353
5454 When this is finished, you should see the Submitty duck ASCII art for each new worker machine.
5555
56- 6 . Verify that all expected machines are running
56+ 6 . You can verify that all the worker machines are running with:
5757 ```
58- vagrant global- status
58+ vagrant workers status
5959 ```
6060
61- Which should print out a line for the primary machine, and an additional line for each worker machine:
62-
61+ 7 . ` vagrant ssh ` into the main virtual machine and run:
6362 ```
64- id name provider state directory
65- ------------------------------------------------------------------------------------
66- abab893 ubuntu-22.04 qemu running /SOMETHING/GIT_CHECKOUT/Submitty
67- 0fe6810 worker-1 qemu running /SOMETHING/GIT_CHECKOUT/Submitty
63+ refresh_vagrant_workers # (runs python3 /usr/local/submitty/GIT_CHECKOUT/Submitty/.setup/bin/refresh_vagrant_workers.py)
64+ submitty_install
6865 ```
6966
70-
71- 7 . Connect to the primary machine and complete the
72-
73- NOTE: This is mirroring the manual connection done on the production machine
74-
75- http://localhost:4000/sysadmin/installation/worker_installation
76-
77-
78- ` vagrant ssh ` into the main virtual machine and do a ` submitty_install `
79-
8067---
8168
8269## Connecting to the Worker Machine
You can’t perform that action at this time.
0 commit comments