Skip to content

Commit

Permalink
Rework structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dgiebert committed Jun 19, 2024
1 parent b752d16 commit 368a1a1
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
CHARTS_DIR: chart
CHARTS_DIR: deployment/chart

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.env/
elemental/registration.yaml
elemental/seedimage.yaml
rancher/elemental/registration.yaml
rancher/elemental/seedimage.yaml
certs/*
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ARG PYTHON_VERSION=3.12
FROM registry.suse.com/bci/python:${PYTHON_VERSION} as builder

RUN zypper in -y gcc \
&& python3 -m venv /opt/venv
RUN zypper in -y gcc && python3 -m venv /opt/venv

ENV PATH="/opt/venv/bin:$PATH"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions deployment/gitrepo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# /var/lib/rancher/k3s/server/manifests/gitrepo-cloudland-2024.yaml
apiVersion: fleet.cattle.io/v1alpha1
kind: GitRepo
metadata:
name: cloudland-2024
namespace: fleet-default
spec:
branch: main
correctDrift:
enabled: true
forceSyncGeneration: 15
insecureSkipTLSVerify: false
paths:
- /deployment/fleet
repo: https://github.com/dgiebert/cloudland-2024.git
targets:
- clusterName: lounge2
- clusterName: lounge3
- clusterName: lounge4
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ spec:
method=auto
path: /etc/NetworkManager/system-connections/wifi.nmconnection
permissions: '0600'
runcmd:
- grub2-editenv /oem/grubenv set extra_cmdline="iomem=relaxed strict-devmem=0"
- reboot
runcmd:
- grub2-editenv /oem/grubenv set extra_cmdline="iomem=relaxed strict-devmem=0"
- reboot
elemental:
install:
device: /dev/mmcblk0
Expand Down
File renamed without changes.

0 comments on commit 368a1a1

Please sign in to comment.