-
Notifications
You must be signed in to change notification settings - Fork 5
/
docs.package.json
145 lines (145 loc) · 3.98 KB
/
docs.package.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
[
{
"repo": "SovereignCloudStack/release-notes",
"source": "*.md",
"target": "docs",
"label": "06-releases"
},
{
"repo": "osism/osism.github.io",
"source": "docs/guides/operations-guide/openstack/tools/*",
"target": "docs/02-iaas/components",
"label": ""
},
{
"repo": "SovereignCloudStack/k8s-cluster-api-provider",
"source": "doc",
"target": "docs/03-container/components",
"label": "k8s-cluster-api-provider"
},
{
"repo": "SovereignCloudStack/cluster-stack-provider-openstack",
"source": "docs",
"target": "docs/03-container/components/cluster-stacks/components",
"label": "cluster-stack-provider-openstack"
},
{
"repo": "SovereignCloudStack/standards",
"source": ["Standards/*.md", "Tests/scs-*.yaml"],
"target": "standards",
"label": ""
},
{
"repo": "osism/osism.github.io",
"source": "docs/guides",
"target": "docs/02-iaas/",
"label": ""
},
{
"repo": "SovereignCloudStack/k8s-harbor",
"source": "docs",
"target": "docs/03-container/components",
"label": "container-registry"
},
{
"repo": "SovereignCloudStack/status-page-openapi",
"source": "docs",
"target": "docs/04-operating-scs/components",
"label": "status-page-openapi"
},
{
"repo": "SovereignCloudStack/status-page-api",
"source": "docs",
"target": "docs/04-operating-scs/components",
"label": "status-page-api"
},
{
"repo": "SovereignCloudStack/status-page-deployment",
"source": "docs",
"target": "docs/04-operating-scs/components",
"label": "status-page-deployment"
},
{
"repo": "SovereignCloudStack/status-page-web",
"source": "docs",
"target": "docs/04-operating-scs/components",
"label": "status-page-web"
},
{
"repo": "SovereignCloudStack/k8s-observability",
"source": "docs",
"target": "docs/04-operating-scs/components",
"label": "monitoring"
},
{
"repo": "SovereignCloudStack/openstack-health-monitor",
"source": "docs/*.md",
"target": "docs/04-operating-scs/01-guides",
"label": "openstack-health-monitor"
},
{
"repo": "SovereignCloudStack/scs-health-monitor",
"source": [
"docs/overview.md",
"docs/Workflow.md",
"docs/Testflow.md",
"docs/ObservabilityStack/SetupObservabilityStack.md"
],
"target": "docs/04-operating-scs/components",
"label": "scs-health-monitor"
},
{
"repo": "SovereignCloudStack/central-api",
"source": "docs/*.md",
"target": "docs/04-operating-scs/components",
"label": "central-api"
},
{
"repo": "SovereignCloudStack/security-infra-scan-pipeline",
"source": "docs/*.md",
"target": "docs/04-operating-scs/components",
"label": "automated-pentesting-iaas"
},
{
"repo": "SovereignCloudStack/security-infra-scan-pipeline",
"source": "docs/images/*.png",
"target": "docs/04-operating-scs/components",
"label": "automated-pentesting-iaas/images"
},
{
"repo": "SovereignCloudStack/security-k8s-scan-pipeline",
"source": "docs/*.md",
"target": "docs/04-operating-scs/components",
"label": "automated-pentesting-kaas"
},
{
"repo": "SovereignCloudStack/csctl",
"source": "docs/*.md",
"target": "docs/03-container/components/cluster-stacks/components",
"label": "csctl"
},
{
"repo": "SovereignCloudStack/cluster-stacks",
"source": "docs/*",
"target": "docs/03-container/components/cluster-stacks/components",
"label": "cluster-stacks"
},
{
"repo": "SovereignCloudStack/cluster-stack-operator",
"source": ["docs/*"],
"target": "docs/03-container/components/cluster-stacks/components",
"label": "cluster-stack-operator"
},
{
"repo": "SovereignCloudStack/hardware-landscape",
"source": ["documentation/overview.md"],
"target": "docs/turnkey-solution",
"label": ""
},
{
"repo": "SovereignCloudStack/opendesk-on-scs",
"source": "docs/*",
"target": "user-docs/application-examples",
"label": "opendesk-on-scs"
}
]