Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John-Paul Robinson
ohpc_vagrant
Commits
9dd94146
Commit
9dd94146
authored
Sep 20, 2018
by
John-Paul Robinson
Browse files
Add instructions for using compute node helper scripts
parent
392af222
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9dd94146
...
...
@@ -35,4 +35,30 @@ vagrant up
The ansible config will bring the master node to the point where its
ready to ingest compute nodes via wwnodescan and prompt to you
start a compute node.
start a compute node. You can create a compute node and start it with
the helper scripts:
Create node c0 (choose whatever name makes sense, c0 matches the config):
```
compute_create c0
```
When prompted start node c0:
```
compute_start c0
```
If you want to stop the node:
```
compute_stop c0
```
If you want to get rid of the compute node VM:
```
compute_destroy c0
```
Note, the compute scripts work directly with the VirtualBox hypervisor. The
machine created is a basic, lightweight diskless compute node the boots
via iPXE from the OpenHPC master. You may need to adjust the path to the
ipxe.iso in compute_create to match your local environment.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment