Skip to content

Commit ec11245

Browse files
authored
Merge branch 'main' into dryrun_check
2 parents 214b0b9 + fbb2733 commit ec11245

14 files changed

+295
-124
lines changed

Pipfile.lock

Lines changed: 108 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

orgs/SovereignCloudStack/data.yaml

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@
44
exclusive: true
55

66
members:
7+
- name: Melvin Ziemann
8+
login: cloucs
9+
- name: Moritz Jannasch
10+
login: mojansch
711
- name: Freerk-Ole Zakfeld
812
login: fzakfeld
913
- name: Josefine Kipke
1014
login: zuse-z3
1115
- name: Regina Metz
1216
login: reginametz
13-
- name: Marc Schoechlin GH Permissions Test
14-
login: TestingGHPermissions
15-
- name: Robin Leib
16-
login: RLeibJH
17-
- name: Daniel Mack
18-
login: DMackJH
1917
- name: Sven Batista Steinbach
2018
login: batistein
2119
- name: Christian Berendt
@@ -217,7 +215,7 @@ members:
217215
login: Till769
218216
- name: Eike Waldt
219217
login: yeoldegrove
220-
- name: Tilman Luetje
218+
- name: Tilman Luettje
221219
login: b1-luettje
222220
- name: Jan-Marten Brüggemann
223221
login: brueggemann
@@ -262,6 +260,14 @@ members:
262260
login: b1-lender
263261
- name: Adrien Cunin
264262
login: Adri2000
263+
- name: Tobias Anker
264+
login: kitsudaiki
265+
- name: Marius Quabeck
266+
login: MariusQuabeck
267+
- name: Lukas Kraus
268+
login: cpt-kernel-afk
269+
- name: Jan Horstmann
270+
login: janhorstmann
265271

266272
# ==========================
267273
teams:
@@ -283,6 +289,10 @@ teams:
283289
- scoopex
284290
- curx
285291
- joshmue
292+
- michal-gubricky
293+
- cah-patrickthiem
294+
- mbuechse
295+
- tonifinger
286296
- slug: "23technologies"
287297
description: "23technologies GmbH"
288298
privacy: closed
@@ -325,6 +335,7 @@ teams:
325335
- markus-hentsch
326336
- shmelkin
327337
- fraugabel
338+
- kitsudaiki
328339
- slug: "gonicus"
329340
description: "GONICUS GmbH"
330341
privacy: closed
@@ -360,6 +371,7 @@ teams:
360371
- bitkeks
361372
- BiancaHollery
362373
- gtema
374+
- MariusQuabeck
363375
- slug: "osism"
364376
description: "OSISM GmbH"
365377
privacy: closed
@@ -371,6 +383,7 @@ teams:
371383
- gndrmnn
372384
- lindenb1
373385
- sbstnnmnn
386+
- janhorstmann
374387
- slug: "plusserver"
375388
description: "plusserver GmbH"
376389
privacy: closed
@@ -425,6 +438,8 @@ teams:
425438
privacy: closed
426439
member:
427440
- fzakfeld
441+
- cloucs
442+
- mojansch
428443
- slug: "wavecon"
429444
description: "Wavecon GmbH"
430445
privacy: closed
@@ -490,7 +505,6 @@ teams:
490505
- gndrmnn
491506
- lindenb1
492507
- sbstnnmnn
493-
- madkiss
494508
- belgeron
495509
- varkeen
496510
- slug: "VP03"
@@ -585,6 +599,7 @@ teams:
585599
- piobig2871
586600
- michal-gubricky
587601
- tsmado
602+
- kitsudaiki
588603
- slug: "VP12"
589604
description: "Cloud/Containerplatform Health Monitoring"
590605
privacy: closed
@@ -606,33 +621,20 @@ teams:
606621
privacy: closed
607622
maintainer:
608623
- scoopex
609-
- bitkeks
610-
- berendt
611-
- slug: "VP18"
612-
description: "The team which manages the scs system landscape or needs information about it"
613-
privacy: closed
614-
maintainer:
615-
- scoopex
624+
- fkr
625+
- fzakfeld
616626
member:
617627
- berendt
618-
- fkr
619-
- BiancaHollery
620-
- manuela-urban
621-
- DMackJH
622-
- RLeibJH
623-
- osfrickler
624628
- zuse-z3
625629
- slug: "cluster-admins"
626630
description: "Kubernetes Admins on shared clusters which use GitHub as auth service"
627631
privacy: closed
628632
maintainer:
629633
- jschoone
630634
member:
631-
- bitkeks
632635
- fkr
633636
- garloff
634637
- scoopex
635-
- joshmue
636638
- slug: "zendis"
637639
description: "Colleagues from Zendis"
638640
privacy: closed
@@ -658,6 +660,11 @@ teams:
658660
maintainer:
659661
- Adri2000
660662
member: []
663+
- slug: "rrze-fau"
664+
description: "Colleagues from RRZE / FAU"
665+
privacy: closed
666+
maintainer:
667+
- cpt-kernel-afk
661668

662669
# ==========================
663670
branch_protection_templates:
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
capi-jsgen:
3+
default_branch: main
4+
description: CAPI json-schema generator, part of SovereignCloudStack/cluster-gen
5+
homepage: "https://cluster-gen.moin.k8s.scs.community"
6+
topics:
7+
- k8s
8+
archived: false
9+
has_issues: true
10+
has_projects: false
11+
has_wiki: false
12+
private: false
13+
delete_branch_on_merge: true
14+
allow_merge_commit: false
15+
allow_squash_merge: true
16+
allow_rebase_merge: true
17+
teams: []
18+
collaborators: []
19+
branch_protections:
20+
- branch: "main"
21+
template: "main"
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
cephadm-rookify-testsetup:
3+
default_branch: main
4+
description: 'Test the rookification of Cephadm with Rookify'
5+
homepage: 'https://scs.community/'
6+
topics:
7+
- ceph
8+
- k8s
9+
- rookify
10+
archived: false
11+
has_issues: true
12+
has_projects: false
13+
has_wiki: true
14+
private: false
15+
delete_branch_on_merge: true
16+
allow_merge_commit: false
17+
allow_squash_merge: true
18+
allow_rebase_merge: true
19+
teams:
20+
- slug: "VP03"
21+
permission: "admin"
22+
collaborators: []
23+
branch_protections:
24+
- branch: "main"
25+
template: "main"

orgs/SovereignCloudStack/repositories/cluster-stackathon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ cluster-stackathon:
55
homepage: 'https://scs.community/'
66
topics:
77
- k8s
8-
archived: false
9-
has_issues: true
8+
archived: true
9+
has_issues: false
1010
has_projects: false
1111
has_wiki: false
1212
private: false

orgs/SovereignCloudStack/repositories/hardware-landscape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ hardware-landscape:
2020
collaborators: []
2121
branch_protections:
2222
- branch: "main"
23-
template: "main"
23+
template: "owner_bypass"
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
opendesk-on-scs:
3+
default_branch: main
4+
description: Docs for openDesk on SCS
5+
homepage: "https://docs.scs.community/user-docs/application-examples/opendesk-on-scs/overview"
6+
topics:
7+
- documentation
8+
archived: false
9+
has_issues: true
10+
has_projects: false
11+
has_wiki: false
12+
private: false
13+
delete_branch_on_merge: true
14+
allow_merge_commit: false
15+
allow_squash_merge: true
16+
allow_rebase_merge: true
17+
teams: []
18+
collaborators: []
19+
branch_protections:
20+
- branch: "main"
21+
template: "owner_bypass"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
openstack-csp-helper:
3+
default_branch: main
4+
description: Helper chart for using openstack cluster-stacks
5+
topics:
6+
- k8s
7+
archived: false
8+
has_issues: true
9+
has_projects: false
10+
has_wiki: false
11+
private: false
12+
delete_branch_on_merge: true
13+
allow_merge_commit: false
14+
allow_squash_merge: true
15+
allow_rebase_merge: true
16+
teams: []
17+
collaborators: []
18+
branch_protections:
19+
- branch: "main"
20+
template: "main"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
openstack-workload-generator:
3+
default_branch: main
4+
description: 'A tool to generate domain and project structures in openstack for testing purposes'
5+
homepage: 'https://scs.community/'
6+
topics:
7+
- openstack
8+
- testing
9+
archived: false
10+
has_issues: true
11+
has_projects: false
12+
has_wiki: true
13+
private: false
14+
delete_branch_on_merge: true
15+
allow_merge_commit: false
16+
allow_squash_merge: true
17+
allow_rebase_merge: true
18+
maintainer:
19+
- scoopex
20+
teams:
21+
- slug: "osba"
22+
permission: "admin"
23+
collaborators: []
24+
branch_protections:
25+
- branch: "main"
26+
template: "owner_bypass"

orgs/SovereignCloudStack/repositories/sonic-buildimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sonic-buildimage:
3-
default_branch: main
3+
default_branch: master
44
description: 'A fork of the offical sonic repo'
55
homepage: 'https://scs.community/'
66
topics:

0 commit comments

Comments
 (0)