Skip to content
Snippets Groups Projects
Verified Commit be2d2b9e authored by anarcat's avatar anarcat
Browse files

switch to installing bullseye boxes in ganeti and on hetzner

parent 59a02bd6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ vocabulary with 10G root, 2G swap, 20G spare on SSD, 800G on HDD, 8GB
ram and 2 CPU cores:
gnt-instance add \
-o debootstrap+buster \
-o debootstrap+bullseye \
-t drbd --no-wait-for-sync \
--net 0:ip=pool,network=gnt-fsn13-02 \
--no-ip-check \
......@@ -127,7 +127,7 @@ Then follow [howto/new-machine](howto/new-machine).
This is the same without the HDD partition, in the `gnt-chi` cluster:
gnt-instance add \
-o debootstrap+buster \
-o debootstrap+bullseye \
-t drbd --no-wait-for-sync \
--net 0:ip=pool,network=gnt-chi-01 \
--no-ip-check \
......@@ -142,7 +142,7 @@ A simple test machine, with only 1G of disk, ram, and 1 CPU, without
DRBD, in the FSN cluster:
gnt-instance add \
-o debootstrap+buster \
-o debootstrap+bullseye \
-t plain --no-wait-for-sync \
--net 0:ip=pool,network=gnt-fsn13-02 \
--no-ip-check \
......@@ -219,7 +219,7 @@ easily. The following is how `tb-build-03` was setup.
gnt-instance add \
-n chi-node-04.torproject.org \
-o debootstrap+buster \
-o debootstrap+bullseye \
-t blockdev --no-wait-for-sync \
--net 0:ip=pool,network=gnt-chi-01 \
--no-ip-check \
......
......@@ -197,7 +197,7 @@ which we'll use below.
--grub "$BOOT_DISK" \
--target /target \
--hostname `hostname` \
--release buster \
--release bullseye \
--mirror https://mirror.hetzner.de/debian/packages/ \
--packages /root/tsa-misc/installer/packages \
--post-scripts /root/tsa-misc/installer/post-scripts/ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment