Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ohpc_vagrant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
John-Paul Robinson
ohpc_vagrant
Commits
9dd94146
Commit
9dd94146
authored
7 years ago
by
John-Paul Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Add instructions for using compute node helper scripts
parent
392af222
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-1
27 additions, 1 deletion
README.md
with
27 additions
and
1 deletion
README.md
+
27
−
1
View file @
9dd94146
...
@@ -35,4 +35,30 @@ vagrant up
...
@@ -35,4 +35,30 @@ vagrant up
The ansible config will bring the master node to the point where its
The ansible config will bring the master node to the point where its
ready to ingest compute nodes via wwnodescan and prompt to you
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment