Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 

Introduction


SAP Cloud Integration is now available on Cloud Foundry environment of SAP BTP. You can now have CPI tenants running on Cloud Foundry environment, If you are entitled to Cloud Platform Enterprise Agreement (CPEA) license.

In this blog, I will talk about the steps involved in provisioning/decommissioning of a CPI tenant on the Cloud Foundry environment.

Refer my other blog if you want to learn about the self-service provisioning of CPI tenants on Neo environment.

Refer Integration Suite – Simplified Onboarding and Provisioning if you want to Get started with Integration Suite.

Refer Integration Suite – Accessing Cloud Integration Runtime if you want to follow the steps required to access deployed integration flow endpoint

NOTE: This blog is relevant only for the customers migrating from Neo standalone CPI tenant to CF standalone CPI tenant.

Let’s get started.

Overview



  • Provisioning: Perform the following steps to provision your tenant and run integration scenarios on Cloud Foundry.





    1. Create a subaccount on the CPEA Global account

    2. Enable Cloud Foundry on the subaccount to create Org ( Required only for step 7 )

    3. Subscribe to Process Integration SaaS Application

    4. Configure the user access to the application

    5. Provision a tenant

    6. Create and Deploy integration flows from the design-time of the tenant

    7. Access the deployed integration flow endpoint through the credentials provided by the Process Integration Runtime instance.





  • Enterprise Messaging: Additionally, if you want to run scenarios with JMS message queues you need perform the below step





    1. Activate Enterprise Messaging on the tenant to run scenarios with JMS/AS2/XI (with JMS storage ) adapter





  • Decommissioning: To decommission a tenant, you need to simply unsubscribe the service.


Provisioning


 1. Create a subaccount:


Create a subaccount on the CPEA Global Account as shown below.

You need to select



    •                 Environment as Cloud Foundry

    •                 Provider as Amazon Web Services (AWS)

    •                 Region as Europe (Frankfurt).





2. Enable Cloud Foundry:


Once you have created your subaccount for SAP BTP , you need to enable Cloud Foundry for this account to create Org on the cloud foundry environment as shown below.





Once this step is successful, you would see Org and API Endpoint on CF as shown below


3. Subscribe to Process Integration SaaS Application:


After enabling the Cloud Foundry on the subaccount, you need to subscribe to the Process Integration SaaS Application to provision a CPI tenant on the subaccount. The procedure to subscribe is shown below.





On Successful subscription, you would see the below screen



After the subscription is successful, Attempt to access application with a click on Go To Application would not succeed . You need to additionally configure user access by assigning the roles as mentioned in the next step.

In the upcoming releases, we would be improving this experience by assigning the required roles to the user on the click on Subscribe button ( similar to that of Neo) .

4.Configure the user access to the application


In order to configure the user access, you need to navigate back to Subaccount level as shown below


Create a Role collection:

Create a role collection as shown below.





Click on the newly created role collection name to assign the required roles.



Click on Add Role and assign AuthGroup_Administrator, AuthGroup_BusinessExpert and AuthGroup_IntegrationDeveloper to the role collection.





After all the roles are assigned, you should see the below shown screen.


Assign Role Collection:

Now, you should assign the user to the created role collection. Inorder to do that you need to choose SecurityTrust Configuration > SAP ID Service and assign role collection to the user.







After the Role Collection assignment is successful, you can access the application by clicking on the Go To Application.

5. Provisioning a CPI tenant


Navigate back to Subaccount > Subscriptions > Process Integration and choose Go To Application



Enter email and password to logon to the application



As soon as you logon, you would see provisioning application with an option to choose the environment of the tenant that you want to provision.

Please be aware of the below impact of the tenant environment

  • For Non-Production CPI tenants, as per contract, billing will include only CPI instance charges and additional connections will not be billed.

  • For Non-Production CPI tenants, SAP will not commit for any SLAs (Service Level Agreements).







6.Create and Deploy integration flows from the design-time of the tenant


Once tenant provisioning is successful, you can access the tenant URL to access the design time of the tenant as shown below



After accessing the tenant URL,Create a Integration package by navigating to Design > Create as shown below



Create an iflow under the package as shown below



Create a simple integration flow with HTTP Sender adapter as shown below



Save and Deploy the integration flow.

Now navigate to Monitoring > Manage Integration Content to view the status of the deployed integration flow.

During the deployment of first integration flow , the start of the integration flow would take up to 10 minutes.



We will use the deployed iflow endpoint to post message in the next step.

7.Access Deployed Iflow Endpoint


Do not perform this step till the tenant provisioning mentioned in the step#5 is successful.

 

In order to access the deployed integration flow endpoint through a rest client ( e.g: postman ), you need to create OAuth client .

Follow the below mentioned procedure to achieve this.
 Assign Process Integration Runtime entitlement ( Not required for Trial):

You need to be Global Account admin to perform this action.

Navigate to Global Account > Entitlements > Subaccounts > <Select the subaccount of the cpi tenant > > Go as shown below



 

Configure Entitlements



 

Add Service Plans



 



 


Create Process Integration Runtime service instance:

Inorder to create a service instance, you need to create a space first.

Create Space



Navigate to Process Integration Runtime in Service Marketplace





Create New Instance



Choose Service Plan as integration-flow



Specify Parameters value as:

{
"roles": [
"ESBMessaging.send"
]
}



 

Mention Instance Name and Finish

 



Service Key creation



Create service key



Copy the values of clientId and clientsecret



Post message to the deployed iflow endpoint ( using the clientid as username and clientsecret as password )


8. Accessing Client Certificate based iflow endpoints:


Follow the blog for step-by-step guidance.

 

That brings me to the end of provisioning steps.

Similar to Neo environment, You can create only one CPI tenant per subaccount .

As of now, we do not support moving the existing CPI tenants from Neo environment to CF environment.

There will not be any difference w.r.t features on Neo and CF. As of now, we have few limitations on CF as mentioned in the release note 

 

 

Enterprise Messaging:


Now, let me show you how you can run scenarios with AS2/JMS/XI (with JMS storage) adapter scenarios.

You can activate Enterprise Messaging on the tenant by navigating to Process Integration > Go To Application > Enterprise Messaging as shown below.





After successful activation, you would see the below screen



As soon as the Message broker is activated, you would see Message Queues tile appear on Monitoring page of the tenant.
Deactivate Message Broker:

Incase if you no more need JMS scenarios on your tenant, you can deactivate the broker as shown below


Decommissioning:


Sometimes, you may come across cases of deleting few cpi tenants to avoid additional costs.

This can be achieved by following a simple step shown below.



That's all.

Hope you enjoyed reading the blog on how to provision and decommission a cpi tenant on CF environment.

See you again with another interesting topic.
81 Comments