Kyma Addons for the SAP Cloud Platform Extension Factory (XF) installable via the Service Catalog.
The SAP CP Extension Factory (XF) is designed to easily extend and mash up different SAP applications and third-party APIs. The Kyma Helm Broker provides a mechanism to easily deploy integration and extension functionality for SAP applications (addons) to a running XF cluster. The XF Addons are the default set of addons for any XF cluster by mainly providing connector and mock addons for SAP Marketing Cloud, SAP Cloud for Customer, and SAP Commerce Cloud.
This addons repository as defined by index.yaml is installed to XF by default.
If you need to install it manually, you need to create a ClusterAddonsConfiguration or AddonsConfiguration resource in your XF or Kyma cluster using URL github.com/sap/xf-addons//addons/index.yaml?ref=latest:
apiVersion: addons.kyma-project.io/v1alpha1
kind: ClusterAddonsConfiguration
metadata:
name: xf-addons
spec:
repositories:
- url: "github.com/sap/xf-addons//addons/index.yaml?ref=latest"
With that, all addons of this repository will be available in your Service Catalog.
To remove the addons from your Service Catalog:
kubectl delete ClusterAddonsConfiguration xf-addons
All addons are based on the Kyma Helm Broker and with that require to follow the Helm Chart specification.
The connector addons based on MQTT (currently marketing-connector) are using an experimental way of integration. MQTT based integration will be an official feature of XF soon.
In case you find a bug or have ideas please open a Github Issue. Feel free to contribute by creating a Pull Request.
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
This file is licensed under the SAP SAMPLE CODE LICENSE except as noted otherwise in the LICENSE file.