File tree 1 file changed +5
-18
lines changed
_docs/developer/getting_started
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.
53
53
54
54
When this is finished, you should see the Submitty duck ASCII art for each new worker machine.
55
55
56
- 6 . Verify that all expected machines are running
56
+ 6 . You can verify that all the worker machines are running with:
57
57
```
58
- vagrant global- status
58
+ vagrant workers status
59
59
```
60
60
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:
63
62
```
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
68
65
```
69
66
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
-
80
67
---
81
68
82
69
## Connecting to the Worker Machine
You can’t perform that action at this time.
0 commit comments