Skip to content
Snippets Groups Projects

Create "example" VM

Merged bryce requested to merge bryce-main-patch-85050 into main
Compare and
1 file
+ 13
0
Preferences
Compare changes
+ 13
0
@@ -18,3 +18,16 @@
@@ -18,3 +18,16 @@
primary_user: auser
primary_user: auser
primary_sshkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICSY5zCVa6hsWgGM08u4WVl1bPRjmxLzDyk51ioAd0nT jimbo@potoroo"
primary_sshkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICSY5zCVa6hsWgGM08u4WVl1bPRjmxLzDyk51ioAd0nT jimbo@potoroo"
state: stopped # can be either running or stopped
state: stopped # can be either running or stopped
 
 
# Copy this block and alter as needed, ensuring the top-level key is not indented.
 
"example":
 
desc: |
 
T_T
 
node: medico
 
sockets: 1
 
cores: 2
 
memory: 4096 # in MB
 
disk: 50G # must be >= 50G
 
primary_user: bryce
 
primary_sshkey: ""
 
state: running # can be either running or stopped