fix links to exoscale docs
This commit is contained in:
parent
d98578d7c3
commit
9dcaa13569
1 changed files with 9 additions and 9 deletions
|
|
@ -59,7 +59,7 @@ This Organization will be tied to Exoscale services, it can only see services fr
|
||||||
|
|
||||||
Exoscale uses the OpenServiceBroker (OSB) API for service provisioning and deprovisioning with external vendors, that's why we're integrating this way.
|
Exoscale uses the OpenServiceBroker (OSB) API for service provisioning and deprovisioning with external vendors, that's why we're integrating this way.
|
||||||
|
|
||||||
The API currently https://community.exoscale.com/documentation/vendor/marketplace-managed-services-provision/#open-service-broker-api-osbapi[has the following features^]:
|
The API currently https://community.exoscale.com/vendor/marketplace-managed-svc-prov/#open-service-broker-api-osbapi[has the following features^]:
|
||||||
|
|
||||||
* Service instance provisioning
|
* Service instance provisioning
|
||||||
* Service instance update (plan changes, suspensions, user sync)
|
* Service instance update (plan changes, suspensions, user sync)
|
||||||
|
|
@ -155,7 +155,7 @@ https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#respon
|
||||||
|
|
||||||
Sources:
|
Sources:
|
||||||
|
|
||||||
* https://community.exoscale.com/documentation/vendor/marketplace-managed-services-provision/#provisioning[Exoscale docs - Provisioning^]
|
* https://community.exoscale.com/vendor/marketplace-managed-svc-prov/#provisioning[Exoscale docs - Provisioning^]
|
||||||
* https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#provisioning[OSB API Spec^]
|
* https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#provisioning[OSB API Spec^]
|
||||||
|
|
||||||
In the Servala Portal an Organization is created by the OSB API if it doesn't exist yet.
|
In the Servala Portal an Organization is created by the OSB API if it doesn't exist yet.
|
||||||
|
|
@ -222,7 +222,7 @@ https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#respon
|
||||||
|
|
||||||
Sources:
|
Sources:
|
||||||
|
|
||||||
* https://community.exoscale.com/documentation/vendor/marketplace-managed-services-provision/#service-instance-update[Exoscale docs - Service Instance Update^]
|
* https://community.exoscale.com/vendor/marketplace-managed-svc-prov/#service-instance-update[Exoscale docs - Service Instance Update^]
|
||||||
* https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#updating-a-service-instance[OSB API Spec^]
|
* https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#updating-a-service-instance[OSB API Spec^]
|
||||||
|
|
||||||
When the suspension plan is triggered, we send an E-Mail to customers@vshn.ch with all the information we have, so that we can check back with Exoscale what to do.
|
When the suspension plan is triggered, we send an E-Mail to customers@vshn.ch with all the information we have, so that we can check back with Exoscale what to do.
|
||||||
|
|
@ -245,7 +245,7 @@ sequenceDiagram
|
||||||
participant VCA as Servala OSB API
|
participant VCA as Servala OSB API
|
||||||
participant CCP as Servala Portal
|
participant CCP as Servala Portal
|
||||||
participant CP as Control Plane
|
participant CP as Control Plane
|
||||||
|
|
||||||
EU->>EP: Disable VSHN Service
|
EU->>EP: Disable VSHN Service
|
||||||
EP->>VCA: OSB API "DELETE"
|
EP->>VCA: OSB API "DELETE"
|
||||||
VCA->>CCP: Disable Service
|
VCA->>CCP: Disable Service
|
||||||
|
|
@ -268,7 +268,7 @@ https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#respon
|
||||||
|
|
||||||
Sources:
|
Sources:
|
||||||
|
|
||||||
* https://community.exoscale.com/documentation/vendor/marketplace-managed-services-provision/#deprovisioning[Exoscale docs - Deprovisioning^]
|
* https://community.exoscale.com/vendor/marketplace-managed-svc-prov/#de-provisioning[Exoscale docs - Deprovisioning^]
|
||||||
* https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#deprovisioning[OSB API Spec^]
|
* https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#deprovisioning[OSB API Spec^]
|
||||||
|
|
||||||
When all services are deleted (none exists anymore), an email is sent to customer@vshn.ch for the final closure of the organization.
|
When all services are deleted (none exists anymore), an email is sent to customer@vshn.ch for the final closure of the organization.
|
||||||
|
|
@ -280,7 +280,7 @@ See also <<Deprovisioning>>, which details the single service deprovisioning.
|
||||||
|
|
||||||
=== User Synchronization
|
=== User Synchronization
|
||||||
|
|
||||||
We don't do https://community.exoscale.com/documentation/vendor/marketplace-managed-services-provision/#user-sync[user synchronization^] from Exoscale to VSHN.
|
We don't do https://community.exoscale.com/vendor/marketplace-managed-svc-prov/#user-sync[user synchronization^] from Exoscale to VSHN.
|
||||||
|
|
||||||
____
|
____
|
||||||
When user sync is disabled, only the information of the user that made the product purchase will be provided. The information will never be updated.
|
When user sync is disabled, only the information of the user that made the product purchase will be provided. The information will never be updated.
|
||||||
|
|
@ -410,6 +410,6 @@ POST /orgs/:uuid/usage <1>
|
||||||
* https://kb.vshn.ch/appuio-cloud/references/architecture/invitations.html[APPUiO Invitations]
|
* https://kb.vshn.ch/appuio-cloud/references/architecture/invitations.html[APPUiO Invitations]
|
||||||
* https://github.com/vshn/crossplane-service-broker[Crossplane Service Broker (Code)^] - https://kb.vshn.ch/app-catalog/csp/spks/crossplane/overview.html[Crossplane Service Broker (Docs)^]
|
* https://github.com/vshn/crossplane-service-broker[Crossplane Service Broker (Code)^] - https://kb.vshn.ch/app-catalog/csp/spks/crossplane/overview.html[Crossplane Service Broker (Docs)^]
|
||||||
* https://github.com/vshn/swisscom-service-broker[Swisscom Service Broker^]
|
* https://github.com/vshn/swisscom-service-broker[Swisscom Service Broker^]
|
||||||
* https://community.exoscale.com/documentation/vendor/marketplace-managed-services/[Exoscale Vendor Documentation - Managed Services^]
|
* https://community.exoscale.com/vendor/marketplace-managed-svc/[Exoscale Vendor Documentation - Managed Services^]
|
||||||
* https://community.exoscale.com/documentation/vendor/marketplace-managed-services-billing/[Exoscale Vendor Documentation - Managed Services Billing^]
|
* https://community.exoscale.com/vendor/marketplace-managed-svc-bill/[Exoscale Vendor Documentation - Managed Services Billing^]
|
||||||
* https://community.exoscale.com/documentation/vendor/marketplace-managed-services-provision/[Exoscale Vendor Documentation - Managed Services Provisioning^]
|
* https://community.exoscale.com/vendor/marketplace-managed-svc-prov/[Exoscale Vendor Documentation - Managed Services Provisioning^]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue