04 - OneConnect Deployment and Configuration
Deployment Deployment
Access to Workloads
- Enter the main portal of the Kubernetes cluster and go to the Workloads section.
- In the Workloads section, click the Create button and select the Apply YAML option.
Application of YAML
- On the empty YAML deployment screen.
- Locate the front-deployment.yaml file that was delivered by the Onibex specialist team.
- Take the contents of the front-deployment.yaml file, copy and paste it into the Apply YAML section in Azure. Then click the Add button.
Deployment visualization
A deployment will be created and can be displayed in the Workloads section after applying the YAML.
Settings of Services and Ingress
Access to Services and Ingress
- Go to the Services and Ingress section.
- Click the Create button and select Apply YAML.
Implementation of the Internal Load Balancer YAML
- Locate the fileinternallb-frontend.yamlwhich was delivered by the Onibex specialist team.
- Copy the contents of the fileinternallb-frontend.yaml,paste it in the Apply YAML section and click the Add button to apply.
Viewing and Using External IP
After the creation of the Internal Load Balancer, a service called internal-frontend will be seen. In this row, next to the internal IP, an additional IP will be displayed in the External IP column.This external IP must be used to access the portal on port 5050.
Welcome to OneConnect Cloud!
Your new OneConnect Cloud access portal in Azure, available on port 5050, is ready for use.
Example IP:http://00.00,000:505050
Creation of Workspaces
Log in to the One Connect Cloud platform with the following username and password:
- Once inside the One Connect Cloud platform, go to the upper-left corner and click the menu button (three horizontal striped icon).
- When the sidewal bar is deployed, go to the Customers option, select it, and then click on the ADD+ in the upper-right corner.
- The process of adding a new user requires the following data:
-Name
- Last name
-Mail
-Phone
-Company
-country
- Complete the fields and click Add.
- The new user will be displayed in CUSTOMERS with STATUS PENDING, i.e. it requires it to be accepted in order to be active.
- To activate it, you must click ACTIONS.
- Click ACCEPT to effectively activate the new user.
- Your new user was already accepted. You can check the change of Status as an ACTIVE in the Customers section.
Note
Each account and user will be able to create Workspaces. It will then be displayed how an Administrator account Workspace is created and how it is created from a non-administrator user account.
Create a Workspace from the Administrator Account
- Enter the One Connect Cloud platform with your administrator username and password:
Password: mzve$JQ@bg#zWmiDC3G$Jt
- Double-click to enter the user to whom you want to add the new workspace. (or click on the arrow pointing to the right in the "Actions" section)
- When the sidewal bar is deployed, go to the Workspace option and click the Add Workspace button.
Create a Workspace from a Non-Administrator User Account
- Enter the One Connect Cloud platform with your non-administrator username and password.
- When the sidewal bar is deployed, go to the Workspace option and click on the + icon.
The process of creating workspace consists of 4 instances:
- It begins with the selection of the region where it is to be created. Click Next.
- Type a name for the new workspace, select the SAP Environment, type the user and password. Then click Next.
- In Connection Details, place the Boostrap Server number and Schema Registry URL. Click Next.
- In Settings, place the relevant information and press Finish to complete the process of creating a new workspace.
- Your new workspace will look like this:
Related Articles
01 - Establishment of the Database and Requirements
One Connect Cloud Manual in Azure Establishment of the Database and Requirements Initial conditions The Onibex OneConnect Cloud platform has a number of microservices that must persist for theworkspaces operation. Although workspaces can run ...
03 - Deployment of One Connect Platform
Prerequisite Note Before you start deploying the One Connect platform, make sure you meet the following requirements: Compatible Operating Systems: Kubernetes cluster nodes must use Linux operating systems. Affinity for Other Operating Systems: If ...
OneConnect General Architecture
The following representation shows a general architecture diagram for OneConnect, considering SAP ECC or S4HANA as the producer and destinations such as Clickhouse, Snowflake, and Databricks as subscribers. The OneConnect structure consists of 3 main ...
IDOC Configuration Manual
1. Output Message Creation for IDOCS STEP 1 Access SAP STEP 2 Go to the Transaction field and enter “NACE” in the input box. Press Enter or click the checkmark. STEP 3 Select the application that you want to configure. For this manual, we will choose ...
02 - YAML configurations
YAML Configuration Manual Requirements Unzip the fileoneconnect-kibernetes.identified at the bottom of this documentation. When you extract the file, two folders will be displayed:"Kubernetes"and"Kubernetes configuration Open the directory where the ...