Few small additions. (#20)
Not a lot, but probably useful. Co-authored-by: Hans van Zijst <hans@woefdram.nl> Reviewed-on: #20 Co-authored-by: Hans van Zijst <hans@procolix.com> Co-committed-by: Hans van Zijst <hans@procolix.com>
This commit is contained in:
parent
c69b5fdc41
commit
5488946264
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:
|
Fediversity testing are:
|
||||||
- 95.215.187.0/24. Gateway is 95.215.187.1.
|
- 95.215.187.0/24. Gateway is 95.215.187.1.
|
||||||
- 2a00:51c0:13:1305::/64. Gateway is 2a00:51c0:13:1305::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
|
||||||
- Upload your ISO
|
- Upload your ISO
|
||||||
- In the node you want, `local` storage. ISO images. Upload. You can also download from URL.
|
- 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.
|
- Tick “advanced” at the bottom.
|
||||||
** General
|
** General
|
||||||
- Node :: which actual machine you want to run; same as the ISO
|
- Node :: which actual machine you want to run; same as the ISO
|
||||||
- VM ID :: Has to be unique
|
- VM ID :: Has to be unique, probably best to use the "xxxx" in "vm0xxxx" (yet to be decided)
|
||||||
- Name ::
|
- Name :: Usually "vm" + 5 digits, e.g. "vm02199"
|
||||||
- Resource pool :: Fediversity
|
- Resource pool :: Fediversity
|
||||||
** OS
|
** OS
|
||||||
- Storage :: local, means storage of the node.
|
- Storage :: local, means storage of the node.
|
||||||
|
@ -33,10 +34,10 @@
|
||||||
** Disks
|
** Disks
|
||||||
- Disk size (GiB) :: 40
|
- Disk size (GiB) :: 40
|
||||||
- SSD emulation :: check
|
- SSD emulation :: check
|
||||||
- Discard :: check, so that
|
- Discard :: check, so that blocks of removed data are cleared
|
||||||
** CPU
|
** CPU
|
||||||
- Sockets :: 1
|
- Sockets :: 1 (depending on requirements)
|
||||||
- Cores :: 2
|
- Cores :: 2 (depending on requirements)
|
||||||
- Enable NUMA :: check
|
- Enable NUMA :: check
|
||||||
** Memory
|
** Memory
|
||||||
- Memory (MiB) :: choose what you want
|
- Memory (MiB) :: choose what you want
|
||||||
|
|
Loading…
Reference in a new issue