Few small additions.
This commit is contained in:
parent
c69b5fdc41
commit
e76cf4ca0a
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
# ---> Vim
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
!*.svg # comment out if you don't need vector files
|
||||
[._]*.sw[a-p]
|
||||
[._]s[a-rt-v][a-z]
|
||||
[._]ss[a-gi-z]
|
||||
[._]sw[a-p]
|
||||
|
|
@ -11,6 +11,7 @@
|
|||
Fediversity testing are:
|
||||
- 95.215.187.0/24. Gateway is 95.215.187.1.
|
||||
- 2a00:51c0:13:1305::/64. Gateway is 2a00:51c0:13:1305::1.
|
||||
Check [Netbox](https://netbox.protagio.org) to see which addresses are free
|
||||
* Upload your ISO
|
||||
- Upload your ISO
|
||||
- In the node you want, `local` storage. ISO images. Upload. You can also download from URL.
|
||||
|
@ -19,8 +20,8 @@
|
|||
- Tick “advanced” at the bottom.
|
||||
** General
|
||||
- Node :: which actual machine you want to run; same as the ISO
|
||||
- VM ID :: Has to be unique
|
||||
- Name ::
|
||||
- VM ID :: Has to be unique, probably best to use the "xxxx" in "vm0xxxx" (yet to be decided)
|
||||
- Name :: Usually "vm" + 5 digits, e.g. "vm02199"
|
||||
- Resource pool :: Fediversity
|
||||
** OS
|
||||
- Storage :: local, means storage of the node.
|
||||
|
@ -33,10 +34,10 @@
|
|||
** Disks
|
||||
- Disk size (GiB) :: 40
|
||||
- SSD emulation :: check
|
||||
- Discard :: check, so that
|
||||
- Discard :: check, so that blocks of removed data are cleared
|
||||
** CPU
|
||||
- Sockets :: 1
|
||||
- Cores :: 2
|
||||
- Sockets :: 1 (depending on requirements)
|
||||
- Cores :: 2 (depending on requirements)
|
||||
- Enable NUMA :: check
|
||||
** Memory
|
||||
- Memory (MiB) :: choose what you want
|
||||
|
|
Loading…
Reference in a new issue