Skip to content

Commit 810aec8

Browse files
committed
docs(serviceprovider): wip
On-behalf-of: @SAP [email protected] Signed-off-by: Christopher Junk <[email protected]>
1 parent 8a50098 commit 810aec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/about/design/service-provider-design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ graph LR
8787
All operator tasks may be partially or fully automated.
8888

8989
:::info
90-
The `ServiceProvider` object itself is a higher level platform concept that is described in the corresponding `PlatformService`, [openmcp-operator](https://github.com/openmcp-project/openmcp-operator).
90+
The `ServiceProvider` object itself is a higher level platform concept that is described in the corresponding `PlatformService`, i.e. [openmcp-operator](https://github.com/openmcp-project/openmcp-operator).
9191
:::
9292

9393
### Service Discovery and Access Management
@@ -158,7 +158,7 @@ A `ServiceProvider` is considered healthy if both its `API` and `Run` components
158158

159159
The following validation flow validates that a `ServiceProvider` is functioning as expected:
160160

161-
0. SETUP: Create test environment by installing any `ServiceProvider` prerequisite: a) k8s cluster, e.g. kind, b) install `service-provider-operator` and wait for the operator to become available
161+
0. SETUP: Create test environment by installing any `ServiceProvider` prerequisite: a) create `PlatformCluster` with kind, b) install [openmcp-operator](https://github.com/openmcp-project/openmcp-operator) and [cluster-provider-kind](https://github.com/openmcp-project/cluster-provider-kind) and wait for everything to become available
162162
1. ASSESS: Request `ServiceProvider` and wait for `ServiceProvider` deployment and `ServiceProviderAPI` to become available
163163
2. ASSESS: Consume `ServiceProviderAPI` to provision a `DomainService` and wait for the `DomainService` and `DomainServiceAPI` to become available
164164
3. ASSESS: Consume the `DomainServiceAPI` and validate that the `DomainService` is functioning as expected

0 commit comments

Comments
 (0)