OneConnect Deployment and Configuration

OneConnect Deployment and Configuration

One Connect Kubernetes Deployment Manual

This manual outlines the steps required to deploy the One Connect system on a Kubernetes cluster using an automated script. The process sets up the necessary services, deployments, and resources for the system to function properly.

Prerequisites

Before starting, ensure you meet the following requirements:

Installation Steps

1. Extract the SQL Archive

Before proceeding, extract the .zip file:
unzip .zip
Enter to the file:
cd oneconnect-kubernetes

2. Configure the .env File

Open the oneconnect.env file and configure the environment variables as needed.


Info
Note
The DOCKERHUB_TOKEN variable will be provided by the Onibex team. Make sure to request it before running the deployment, as it is required to download Docker images.

3. Run the setup.sh Script

Grant execution permissions to the script if not already set:
chmod +x setup.sh
Run the script:
./setup.sh
Info
 If you are unable to execute the script, make sure to install dos2unix and then run the script again. You can install it and convert the script using the following commands:
sudo apt-get install dos2unix
sudo yum install dos2unix
dos2unix setup.sh
./setup unix


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.

Info

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:

Info
User:poc@onibex.com
Password: mzve$JQ@bg#zWmiDC3G$Jt


Add a new user to the one connect cloud platform

  1. Once inside the One Connect Cloud platform, go to the upper-left corner and click the menu button (three horizontal striped icon).

  1. When the sidewal bar is deployed, go to the Customers option, select it, and then click on the ADD+ in the upper-right corner.

  1. The process of adding a new user requires the following data:
-Name
- Last name
-Mail
-Phone
-Company
-country

  1. Complete the fields and click Add.

  1. The new user will be displayed in CUSTOMERS with STATUS PENDING, i.e. it requires it to be accepted in order to be active.

  1. To activate it, you must click ACTIONS.

  1. Click ACCEPT to effectively activate the new user.

  1. Your new user was already accepted. You can check the change of Status as an ACTIVE in the Customers section.


Creating workspaces on the one connect cloud platform


Info
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

  1. Enter the One Connect Cloud platform with your administrator username and password:
Password: mzve$JQ@bg#zWmiDC3G$Jt

  1. 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)

  1. 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

  1. Enter the One Connect Cloud platform with your non-administrator username and password.

  1. 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:
  1. It begins with the selection of the region where it is to be created. Click Next.
  1. Type a name for the new workspace, select the SAP Environment, type the user and password. Then click Next.

  1. In Connection Details, place the Boostrap Server number and Schema Registry URL. Click Next.

  1. In Settings, place the relevant information and press Finish to complete the process of creating a new workspace.

  1. Your new workspace will look like this:



    • Related Articles

    • 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 ...
    • One Connect Cloud Deployment

      Prerequisites Download the required .zip folders attached at the end of the document: sql.zip one-connect.zip kafka-compose.zip Requirements for the Virtual Machine System: Linux Architecture: 64-bit processors (x86_64) support Instance ...
    • OneConnect V2 SAP Manual

      OneConnect V2 SAP Integration The following manual configuration considers the fact that you have installed the version 2 of OneConnect in SAP, please make sure that you are using this version Install the Transport Install the transport request sent ...
    • 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 ...