diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2024-12-04 08:26:12 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2024-12-04 08:26:12 -0800 |
| commit | 86d30a991c2f423ba382f47ee9392d4f0c13fdb7 (patch) | |
| tree | 140288ea5b81aa52950650a7363c1e2f319ca007 /docs/buildnotes | |
| parent | c6ca667b0bed70f8d701aa95f39f1bbcf3740adb (diff) | |
Details. Details.
Diffstat (limited to 'docs/buildnotes')
| -rw-r--r-- | docs/buildnotes/tina.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/buildnotes/tina.md b/docs/buildnotes/tina.md index c872013..bb3879d 100644 --- a/docs/buildnotes/tina.md +++ b/docs/buildnotes/tina.md @@ -1,6 +1,15 @@ # tk2022 -- Rebuild kb2018 using debian bookworm. The process for installing debian on the old dl380 is about the same as the dell excep that its bios and not uefi and the disks have to be set up by the controller. (flesh this in a bit) +## Prep + +For reference see [Build notes for guthrie](/BuildNotes/guthrie.md) + +- back up all containers to /tank +- convert all lxd containers to incus with lxd-to-incus +- migrate all incus containers to temporary server + +## Rebuild ### Partition the disk @@ -114,6 +123,7 @@ apt install gpg apt install sudo apt install parted apt install htop +apt install git ``` ### Make devices @@ -332,6 +342,31 @@ zpool status infra zpool attach infra wwn-0x600508b1001cfe22c14c918541d42c3a-part2 wwn-0x600508b1001c2ad6bd48a76e9aee8e03-part2 ``` +### Migrate containers back from spare server. + +Again see [Build notes for guthrie](/BuildNotes/guthrie/) + + +### Install ansible and set up bitbicket repository + +Create an access key on bitbucket with write access to the SusdevAdmin/ansible repo. + +Copy the key somewhere safe. + +```sh +git config --global http.proxy http://192.168.31.2:3128 +git clone https://x-token-auth:<Token from above>@bitbucket.org/suspectdevicesadmin/ansible.git +ls +cd ansible/ +ls +nano ansible.cfg +nano hosts +git config user.email <username provided above>@bots.bitbucket.org +git commit -a -m"test through proxy" +git push +``` + + ## References. - https://www.debian.org/releases/stable/amd64/apds03.en.html |
