Skip to content

Commit 34056e0

Browse files
committed
Added cluster-installation on STACKIT
1 parent 251f23f commit 34056e0

16 files changed

Lines changed: 654 additions & 0 deletions

content/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and benefit from the expertise shared in this repository.
2424

2525
|Date|Headline|
2626
|---|---|
27+
|2026-05-05|[Added cluster-installation on STACKIT](cluster-installation/stackit/)|
2728
|2026-03-19|[Added Portworx on Two-Node with Arbiter](storage/portworx-and-tna/)|
2829
|2026-03-19|[Added Agent-base installation example (proxy)](cluster-installation/agent-base-proxy/)|
2930
|2026-03-17|[Added KubeVirt CSI](kubevirt/kubevirt-csi-driver/)|
94.2 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
variant: fcos
2+
version: 1.5.0
3+
ignition:
4+
config:
5+
merge:
6+
- source: "https://ignition.object.storage.eu01.onstackit.cloud/bootstrap.ign"
7+
storage:
8+
files:
9+
- path: /etc/hostname
10+
overwrite: true
11+
contents:
12+
source: data:,bootstrap
13+
mode: 420
14+
15+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
variant: fcos
2+
version: 1.5.0
3+
ignition:
4+
config:
5+
merge:
6+
- local: "conf/master.ign"
7+
storage:
8+
files:
9+
- path: /etc/hostname
10+
overwrite: true
11+
contents:
12+
source: data:,control-plane-0
13+
mode: 420
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
variant: fcos
2+
version: 1.5.0
3+
ignition:
4+
config:
5+
merge:
6+
- local: "conf/master.ign"
7+
storage:
8+
files:
9+
- path: /etc/hostname
10+
overwrite: true
11+
contents:
12+
source: data:,control-plane-1
13+
mode: 420
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
variant: fcos
2+
version: 1.5.0
3+
ignition:
4+
config:
5+
merge:
6+
- local: "conf/master.ign"
7+
storage:
8+
files:
9+
- path: /etc/hostname
10+
overwrite: true
11+
contents:
12+
source: data:,control-plane-2
13+
mode: 420
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
variant: fcos
2+
version: 1.5.0
3+
ignition:
4+
config:
5+
merge:
6+
- source: "https://ignition.object.storage.eu01.onstackit.cloud/bootstrap.ign"
7+
8+
storage:
9+
files:
10+
- path: /etc/hostname
11+
overwrite: true
12+
contents:
13+
source: data:,helper
14+
mode: 0420
15+
- path: /home/core/.ssh/id_ed25519
16+
overwrite: true
17+
contents:
18+
local: .ssh/ocp-on-stackit
19+
mode: 0600
20+
- path: /home/core/.ssh/id_ed25519.pub
21+
overwrite: true
22+
contents:
23+
local: .ssh/ocp-on-stackit.pub
24+
mode: 0600
25+
passwd:
26+
users:
27+
- name: core
28+
password_hash: "$y$j9T$15cuONdoH5AKB62c9qTtD.$oOf4GqrwEnNzT7WuEFvkDuSOyv2xIx/z4EXzbQivdO0"
29+
ssh_authorized_keys_local:
30+
- .ssh/ocp-on-stackit.pub
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
variant: fcos
2+
version: 1.5.0
3+
ignition:
4+
config:
5+
merge:
6+
- local: "conf/worker.ign"
7+
storage:
8+
files:
9+
- path: /etc/hostname
10+
overwrite: true
11+
contents:
12+
source: data:,worker-0
13+
mode: 420
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
variant: fcos
2+
version: 1.5.0
3+
ignition:
4+
config:
5+
merge:
6+
- local: "conf/worker.ign"
7+
storage:
8+
files:
9+
- path: /etc/hostname
10+
overwrite: true
11+
contents:
12+
source: data:,worker-1
13+
mode: 420
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
variant: fcos
2+
version: 1.5.0
3+
ignition:
4+
config:
5+
merge:
6+
- local: "conf/worker.ign"
7+
storage:
8+
files:
9+
- path: /etc/hostname
10+
overwrite: true
11+
contents:
12+
source: data:,worker-2
13+
mode: 420

0 commit comments

Comments
 (0)