Skip to main content
Version: Next

Edge Conductor

Updated 2024.09.25

Edge Conductor can be installed either on AWS infrastructure or on-premise servers.

Developer Release Notes


For the tasks below, please refer to the developer release notes for each version.

  • Service operator who installs and updates version of edge conductor.
  • Client developer using edge conductor's API (e.g. edge app developer)
SW VersionRelease DateAPI VersionDB AlembicHelm Chart Version
2.4.2Apr 23, 2025v19b6cca6c95331.2.23
2.4.1Mar 17, 2025v1c06ff58143051.2.22
2.4.0Feb 12, 2025v1c06ff58143051.2.20
2.3.1Dec 17, 2024v19ca6cf5823821.1.10
2.3.0Oct 02, 2024v15f7a73d5f1920.2.0
2.2.1Jul 16, 2024v191f22e8a97c90.1.8
2.2.0Jun 28, 2024v191f22e8a97c90.1.6
2.1.0Apr 24, 2024v118210aedaa1c-
2.0.0Mar 15, 2024v17882c6423672-

Setup


After installation, when users access the Edge Conductor Web URL, the Setup page opens.

The system administrator must enter the required config values necessary for the service.

After entering the required config values, accessing the Web URL again will display the Edge Conductor Login page instead of the Setup page.

The required input values displayed on the Setup page are as follows:

NameDescriptionExample
First Admin User IdEnter the admin account to be registered for the serviceadmin
First Admin User PasswordSet the password for the admin account to be registered for the service. If registering LDAP accounts, enter the password registered on the LDAP serverpassword
AI Conductor Host URLEnter the Host URL of the AI Conductorhttps://aicond.meerkat.com:443/api
AI Conductor Edge Service Account IdSet the edge service account information registered on the AI Conductor serveraic-user
AI Conductor Edge Service Account PasswordSet the edge service account information registered on the AI Conductor serveraic-password
AI Conductor Link URLSet the AI Conductor Link. When the AI Conductor Link icon is clicked within the Edge Conductor Web, this URL will be openedhttps://aicond.meerkat.com

If Edge Conductor is installed on the same EKS cluster as AI Conductor, you can enter the Kubernetes DNS in the AI Conductor Host URL. For more details, refer to DNS for Services and Pods

Manual Database Migration (Optional)


Edge Conductor automatically performs database migration through alembic upon its initial execution.

DB Migration via SQL Scripts

If you do not have MySQL DDL permissions, you will need to perform the database migration directly using SQL scripts. Check the necessary SQL statements and execute the scripts to proceed with the migration.

SQL Statements by Alembic Patch

Please refer to the URL below for the SQL statements corresponding to each Alembic patch.