-
Notifications
You must be signed in to change notification settings - Fork 11
/
publiccode.yml
64 lines (53 loc) · 1.98 KB
/
publiccode.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/publiccodeyml/publiccode.yml
publiccodeYmlVersion: "0.3"
name: Paas Operator
url: "https://github.com/belastingdienst/opr-paas"
softwareType: standalone/other
releaseDate: "1970-01-01"
platforms:
- kubernetes
- openshift
categories:
- agile-project-management
- cloud-management
- it-development
- it-service-management
- project-management
- resource-management
- workflow-management
developmentStatus: stable
dependsOn:
open:
- name: Kubernetes / Openshift
optional: false
description:
en:
longDescription: >
The PaaS operator delivers an opinionated 'Project as a Service' implementation
where development teams can request a 'Project as a Service' by defining a PaaS
resource.
A PaaS resource is used by the operator as an input to create namespaces
limited by Cluster Resource Quota's, granting groups permissions and (together
with a clusterwide ArgoCD) creating capabilities such as:
- a PaaS specific deployment of ArgoCD (continuous deployment);
- Tekton (continuous integration);
- Grafana (observability); and
- KeyCloak (Application level Single Sign On);
A PaaS is all a team needs to hit the ground running.
shortDescription: An operator providing a multi tenancy solution which allows DevOps teams to request a context for their project, called a 'Project as a service'.
documentation: https://belastingdienst.github.io/opr-paas/
features:
- CRUD for Paas K8S Resources
- Capabilities management
legal:
license: EUPL-1.2
mainCopyrightOwner: Tax Administration of The Netherlands (Belastingdienst)
repoOwner: Tax Administration of The Netherlands (Belastingdienst)
localisation:
availableLanguages:
- en
localisationReady: false
maintenance:
type: internal