Skip to content

Commit a07e795

Browse files
authored
Remove the OS image customization process (#731)
1 parent f120b22 commit a07e795

26 files changed

+1
-1415
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,9 @@ updates:
2828
package-ecosystem: "pip"
2929
schedule:
3030
interval: "daily"
31-
- directory: "/docker/os-image-builder"
32-
package-ecosystem: "docker"
33-
schedule:
34-
interval: "daily"
3531
- directory: "/docker/restic"
3632
package-ecosystem: "docker"
3733
schedule:
3834
interval: "daily"
39-
- directory: "/docker/template-renderer"
40-
package-ecosystem: "docker"
41-
schedule:
42-
interval: "daily"
43-
- directory: "/docker/template-renderer"
44-
package-ecosystem: "pip"
45-
schedule:
46-
interval: "daily"
4735
version: 2
4836
...

.github/workflows/build-container-images.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,5 @@ jobs:
5858
container-image-context-directory:
5959
- ansible
6060
- arduino-cli
61-
- os-image-builder
6261
- restic
63-
- template-renderer
6462
...

.github/workflows/build-firmware-images.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@ jobs:
2525
- name: "Build the Smart Desk firmware image"
2626
run: |
2727
scripts/build.sh
28-
update-release-draft:
29-
if: ${{ github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' }}
30-
uses: ./.github/workflows/draft-release.yaml
3128
...

.github/workflows/build-os-images.yaml

Lines changed: 0 additions & 89 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The current version of the home lab uses a Raspberry Pi 4 as a seed device. To
5656
initialize the seed device:
5757

5858
1. Update and configure the bootloader.
59-
1. Prepare the seed device boot disk and
59+
1. Prepare the seed device boot disk.
6060
1. Boot the seed device.
6161

6262
#### Update and configure the Raspberry Pi 4 bootloader
@@ -259,17 +259,6 @@ Grafana dashboards that ship with a datasource, do the following:
259259
260260
In this section, you set up a development environment for the home lab.
261261
262-
### Generate the templated files
263-
264-
To avoid duplications, a template generator produces files from templates.
265-
To generate templated files, do the following:
266-
267-
```sh
268-
scripts/generate-templated-files.sh
269-
```
270-
271-
After the generator produces the files, commit any updates to the generated files.
272-
273262
## Container migration playbook
274263
275264
If you need to migrate containers and data between hosts, do the following:

config/raspberry-pi/raspberry-pi-os-default-generic.conf

Lines changed: 0 additions & 5 deletions
This file was deleted.

config/seed-device/os-images/cloud-init/meta-data.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

config/seed-device/os-images/cloud-init/user-data-autoinstall.yaml

Lines changed: 0 additions & 99 deletions
This file was deleted.

config/seed-device/os-images/cloud-init/user-data.yaml

Lines changed: 0 additions & 75 deletions
This file was deleted.

config/seed-device/os-images/ubuntu-22.04-cidata-iso-seed-device.conf

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)