aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal-ng/components/portal-ng-ui/resources/tiles/tiles.json
blob: a69855d639eb1959294e5fa7de905e49139845e9 (plain)
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
{
  "items": [
    {
      "id": 1,
      "title": "Service Design and Creation (SDC)",
      "description": "Open the SDC in a new tab",
      "tooltipDE": "SDC ist das visuelle Modellierungs- und Designtool von ONAP. Es erstellt interne Metadaten, die Assets beschreiben, die von allen ONAP-Komponenten verwendet werden, sowohl zur Entwurfszeit als auch zur Laufzeit.",
      "tooltipEN": "SDC is the ONAP visual modeling and design tool. It creates internal metadata that describes assets used by all ONAP components, both at design time and run time.",
      "imageUrl": "sdc.svg",
      "imageAltText": "SDC image",
      "redirectUrl": "https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" .Values.tiles.SDC_URL) }}/sdc1/",
      "groups": [],
      "roles": [
        "PORTAL_ADMIN",
        "PORTAL_OPERATOR",
        "PORTAL_DESIGNER"
      ]
    },
    {
      "id": 3,
      "title": "Policy Framework",
      "description": "Open Policy GUI in a new tab",
      "tooltipDE": "Das ONAP Policy Framework legt die Architektur des Frameworks dar und zeigt die APIs, die anderen Komponenten bereitgestellt werden, die mit dem Framework zusammenarbeiten.",
      "tooltipEN": "ONAP Policy Framework lays out the architecture of the framework and shows the APIs provided to other components that interwork with the framework.",
      "imageUrl": "onap.svg",
      "imageAltText": "Policy image",
      "redirectUrl": "https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" .Values.tiles.POLICY_URL) }}",
      "groups": [],
      "roles": [
        "PORTAL_ADMIN"
      ]
    },
    {
      "id": 4,
      "title": "Service Orchestration (SO) Monitoring",
      "description": "Open SO-Monitoring in a new tab",
      "tooltipDE": "Der ONAP Service Orchestrator bietet die höchste Ebene der Service-Orchestrierung in der ONAP-Architektur.",
      "tooltipEN": "The ONAP Service Orchestrator provides the highest level of service orchestration in the ONAP architecture.",
      "imageUrl": "onap.svg",
      "imageAltText": "SO-Monitoring image",
      "redirectUrl": "https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" .Values.tiles.SO_URL) }}",
      "groups": [],
      "roles": [
        "PORTAL_OPERATOR"
      ]
    },
    {
      "id": 7,
      "title": "Controller Design Studio (CDS)",
      "description": "Open CDS in a new tab",
      "tooltipDE": "Die CDS Designer Benutzeroberfläche ist ein Framework zur Automatisierung der Auflösung von Ressourcen für die Instanziierung und aller Konfigurationsbereitstellung, wie z. B. die Konfiguration von Day0, Day1 oder Day2.",
      "tooltipEN": "CDS Designer UI is a framework to automate the resolution of resources for instantiation and any config provisioning operation, such as day0, day1, or day2 configuration.",
      "imageUrl": "cds.svg",
      "imageAltText": "CDS image",
      "redirectUrl": "https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" .Values.tiles.CDS_URL) }}",
      "groups": [],
      "roles": [
        "PORTAL_ADMIN",
        "PORTAL_OPERATOR",
        "PORTAL_DESIGNER"
      ]
    },
    {
      "id": 9,
      "title": "Holmes Rules",
      "description": "Open Holmes in a new tab",
      "tooltipDE": "Das Holmes-Projekt bietet Alarmkorrelation und -analyse für Telekommunikations-Cloudinfrastruktur und -Dienste, einschließlich Hosts, Vims, VNFs und NSs.",
      "tooltipEN": "Holmes project provides alarm correlation and analysis for Telecom cloud infrastructure and services, including hosts, vims, VNFs and NSs.",
      "imageUrl": "onap.svg",
      "imageAltText": "Holmes image",
      "redirectUrl": "https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" .Values.tiles.HOLMES_URL) }}/iui/holmes/default.html",
      "groups": [],
      "roles": [
        "PORTAL_ADMIN",
        "PORTAL_OPERATOR",
        "PORTAL_DESIGNER"
      ]
    },
    {
      "id": 10,
      "title": "A&AI Browser",
      "description": "Open the A&AI Browser in a new tab",
      "tooltipDE": "AAI ist eine Komponente der ONAP-Laufzeit (Echtzeitansichten von Ressourcen, Services, Produkten, Kundenabonnements und deren Beziehungen).",
      "tooltipEN": "AAI is a component of ONAP runtime (Real-time views of Resources, Services, Products, Customer Subscriptions and their relationships).",
      "imageUrl": "onap.svg",
      "imageAltText": "A&AI Browser image",
      "redirectUrl": "https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" .Values.tiles.AAI_URL) }}/services/aai/webapp/index.html#/browse",
      "groups": [],
      "roles": [
        "PORTAL_ADMIN",
        "PORTAL_OPERATOR",
        "PORTAL_DESIGNER"
      ]
    },
    {
      "id": 11,
      "title": "SDN-C Directed Graph Builder (SDC-C DGB)",
      "description": "Open the SDN-C Directed Graph Builder in a new tab",
      "tooltipDE": "SDNC DG soll eine Ausführungsumgebung für schnell geschriebene und hochgradig angepasste Serviceabläufe bereitstellen.",
      "tooltipEN": "SDNC DG is to provide an execution environment for quickly written and highly customized service flows.",
      "imageUrl": "sdnc-dg.svg",
      "imageAltText": "SDN-C DG image",
      "redirectUrl": "https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" .Values.tiles.SDNCDG_URL) }}",
      "groups": [],
      "roles": [
        "PORTAL_ADMIN",
        "PORTAL_OPERATOR",
        "PORTAL_DESIGNER"
      ]
    },
    {
      "id": 12,
      "title": "SDN-C Open Daylight UI (SDN-C ODL)",
      "description": "Open the SDN-C Open Daylight UI (SDN-C ODL) in a new tab",
      "tooltipDE": "Das OpenDaylight Project ist ein kollaboratives Open-Source-Projekt, das von der Linux Foundation gehostet wird. Das Projekt dient als Plattform für Software-Defined Networking (SDN) zur offenen, zentralisierten Überwachung von Netzwerkgeräten.",
      "tooltipEN": "The OpenDaylight Project is a collaborative open-source project hosted by The Linux Foundation. The project serves as a platform for software-defined networking (SDN) for open, centralized, network device monitoring.",
      "imageUrl": "sdnc-odl.svg",
      "imageAltText": "SDN-C ODL image",
      "redirectUrl": "https://{{ include "ingress.config.host" (dict "dot" . "baseaddr" .Values.tiles.SDNCODL_URL) }}",
      "groups": [],
      "roles": [
        "PORTAL_ADMIN",
        "PORTAL_OPERATOR",
        "PORTAL_DESIGNER"
      ]
    }
  ]
}