Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
/ xf-addons Public archive

Add-on bundles for the SAP Cloud Platform Extension Factory installable via the Service Catalog.

Notifications You must be signed in to change notification settings

SAP-archive/xf-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Notice

This public repository is read-only and no longer maintained. For the latest sample code repositories, visit the SAP Samples organization.

XF Add-ons

REUSE status

Kyma Add-ons for the SAP Cloud Platform Extension Factory (XF) installable via the Service Catalog.

Description

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 Add-ons are the default set of add-ons for any XF cluster by mainly providing mock addons for SAP Marketing Cloud, SAP Cloud for Customer, and SAP Commerce Cloud.

Installation

This add-ons 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=0.11:

apiVersion: addons.kyma-project.io/v1alpha1
kind: ClusterAddonsConfiguration
metadata:
  name: xf-addons
spec:
  repositories:
    - url: "github.com/sap/xf-addons//addons/index.yaml?ref=0.11"

With that, all addons of this repository will be available in your Service Catalog.

To remove the add-ons from your Service Catalog: kubectl delete ClusterAddonsConfiguration xf-addons

Requirements

All add-ons are based on the Kyma Helm Broker and with that require to follow the Helm Chart specification.

How to obtain support

In case you find a bug or have ideas please open a Github Issue. Feel free to contribute by creating a Pull Request.

License

Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.

About

Add-on bundles for the SAP Cloud Platform Extension Factory installable via the Service Catalog.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published