Task 10: Configuring minimum requirements through Configurator UI

Once you upload the metadata file, application properties, and configuration files, you have to configure the minimum required properties for each service through Configurator UI to make them ready to start.

Common Configuration

    Procedure
  1. On the Configurator UI, navigate to Common Configuration > App properties and select the Authorization Server Configuration Properties Used for Swagger UI category.
  2. Update the property value as per the following table:
    Property name Value
    authorizationServiceTokenEndPoint IP address or the DNS name of the auth server.

Catalog Service

    Procedure
  1. On the Configurator UI, navigate to Catalog Service > App properties.
    1. Select the EMS Configurations for Online Catalog Publishing from PSC category and update the properties values as per the following table:
      Property name Value
      emsServerURL IP address or the DNS name where EMS is running
      emsServerUsername Username of the EMS server
      emsServerPassword Password of the EMS server
    2. Select the Catalog Relational Data Source Configuration category and update the properties values as per the following table:
      Property name Value
      catalogDsUrl Data source URL (Oracle or PostgreSQL)
      catalogDsUsername Username of the catalog data source
      catalogDsPassword Password of the catalog data source
      datasourceDriverClassName Class name of the data source driver (Oracle or PostgreSQL)
      datasourceValidationQuery SQL query that is used to validate connections
    3. Select the Generic Relational Data Source Configuration category and update the properties value as per the following table:
      Property name Value
      databaseType Type of database (Oracle or PostgreSQL)
      hibernateDialect Hibernate dialect (Oracle or PostgreSQL)
    4. Select the Catalog Engine Configuration category and update the properties value as per the following table:
      Property name Value
      allowedCorsOrigins IP address or the DNS name where OMSUI is running

AOPD

    Procedure
  1. On the Configurator UI, navigate to AOPD > App properties.
    1. Select the EMS Configurations category and update the properties values as per the following table:
      Property name Value
      emsServerURL IP address or the DNS name where EMS is running
      emsServerUsername Username of the EMS server
      emsServerPassword Password of the EMS server
    2. Select the Generic Relational Data Source Configuration category and update the properties value as per the following table:
      Property name Value
      databaseType Type of database (Oracle or PostgreSQL)
      hibernateDialect Hibernate dialect (Oracle or PostgreSQL)
    3. Select the Relational Data Source Configuration category and update the properties values as per the following table:
      Property name Value
      catalogDsUrl Data source URL (Oracle or PostgreSQL)
      catalogDsUsername Username of the catalog data source
      catalogDsPassword Password of the catalog data source
      datasourceDriverClassName Class name of the data source driver (Oracle or PostgreSQL)
      datasourceValidationQuery SQL query that is used to validate connections

Order Management System

    Procedure
  1. On the Configurator UI, navigate to Order Management System > App properties.
    1. Select the Messaging Configuration category and update the properties values as per the following table:
      Property name Value
      emsServerURL IP address or the DNS name where EMS is running
      emsServerUsername Username of the EMS server
      emsServerPassword Password of the EMS server
    2. Select the Catalog Relational Data Source Configuration category and update the properties values as per the following table:
      Property name Value
      catalogDsUrl Data source URL (Oracle or PostgreSQL)
      catalogDsUsername Username of the catalog data source
      catalogDsPassword Password of the catalog data source
    3. Select the Order Relational Data Source Configuration category and update the properties values as per the following table:
      Property name Value
      orderDsUrl Data source URL (Oracle or PostgreSQL)
      orderDsUsername Username of the order data source
      orderDsPassword Password of the order data source
    4. Select the Generic Relational Data Source Configuration category and update the properties value as per the following table:
      Property name Value
      databaseType Type of database (Oracle or PostgreSQL)
      datasourceDriverClassName Class name of the data source driver (Oracle or PostgreSQL)
      datasourceValidationQuery SQL query that is used to validate connections
      hibernateDialect Hibernate dialect (Oracle or PostgreSQL)
    5. Select the Archival Service Configurations category and update the properties values as per the following table:
      Property name Value
      archivalGetOrderDetailsURL IP address or the DNS name where Archival is running
    6. Select the Orchestrator Functional Configuration category and update the properties values as per the following table:
      Property name Value
      allowedCorsOrigins IP address or the DNS name where OMSUI is running
    7. Select the Broker Service Configurations category and update the properties values as per the following table:
      Property name Value
      brokerServiceBaseUrl IP address or the DNS name where the Broker service is running

Archival Service

    Procedure
  1. On the Configurator UI, navigate to Archival Service > App properties.
    1. Select the EMS Configurations for Orchestrator - Archival Communication category and update the properties values as per the following table:
      Property name Value
      emsServerURL IP address or the DNS name where EMS is running
      emsServerUsername Username of the EMS server
      emsServerPassword Password of the EMS server
    2. Select the Relational Database Configurations category and update the properties values as per the following table:
      Property name Value
      archivalDsUrl Data source URL (Oracle or PostgreSQL)
      archivalDsUsername Username of the archival data source
      archivalDsPassword Password of the archival data source
      datasourceDriverClassName Class name of the data source driver (Oracle or PostgreSQL)
      datasourceValidationQuery SQL query that is used to validate connections
      hibernateDialect Hibernate dialect (Oracle or PostgreSQL)
    3. Select the Orchestrator Configuration category and update the properties values as per the following table:
      Property name Value
      orchestratorBaseUrl IP address or the DNS name where Orchestrator is running
    4. Select the Archival Engine Configuration category and update the properties values as per the following table:
      Property name Value
      allowedCorsOrigins IP address or the DNS name where OMSUI is running

Order Management System UI

    Procedure
  1. On the Configurator UI, navigate to Order Management System UI > App properties.
    1. Select the Messaging Configurations category and update the properties values as per the following table:
      Property name Value
      emsServerURL IP address or the DNS name where EMS is running
      emsServerUsername Username of the EMS server
      emsServerPassword Password of the EMS server
    2. Select the OMS UI Engine Configuration category and update the properties values as per the following table:
      Property name Value
      archivalServiceUrl IP address or the DNS name where Archival service is running
      catalogServiceUrl IP address or the DNS name where Catalog service is running
      jeopardyServiceUrl IP address or the DNS name where Jeopardy service is running
      orchestratorServiceUrl IP address or the DNS name where Orchestrator service is running
      brokerServiceBaseUrl IP address or the DNS name where the Broker service is running
      aopdBaseUrl IP address or the DNS name where the AOPD service is running

Data Service

    Procedure
  1. On the Configurator UI, navigate to Data Service > App properties.
    1. Select the EMS Configurations category and update the properties values as per the following table:
      Property name Value
      emsServerURL IP address or the DNS name where EMS is running
      emsServerUsername Username of the EMS server
      emsServerPassword Password of the EMS server
    2. Select the Order Data Source Configuration category and update the properties values as per the following table:
      Property name Value
      orderDsUrl Data source URL (Oracle or PostgreSQL)
      orderDsUsername Username of the order data source
      orderDsPassword Password of the order data source
      datasourceDriverClassName Class name of the data source driver (Oracle or PostgreSQL)
      datasourceValidationQuery SQL query that is used to validate connections
    3. Select the Generic Relational Data Source Configuration category and update the properties value as per the following table:
      Property name Value
      databaseType Type of database (Oracle or PostgreSQL)
      hibernateDialect Hibernate dialect (Oracle or PostgreSQL)

Jeopardy Service

    Procedure
  1. On the Configurator UI, navigate to Jeopardy Service > App properties.
    1. Select the Catalog Service Configuration category and update the properties values as per the following table:
      Property name Value
      catalogServiceBaseUrl IP address or the DNS name where Catalog service is running
    2. Select the Messaging Configurations category and update the properties values as per the following table:
      Property name Value
      emsServerURL IP address or the DNS name where EMS is running
      emsServerUsername Username of the EMS server
      emsServerPassword Password of the EMS server
    3. Select the Jeopardy Data Source Configuration category and update the properties values as per the following table:
      Property name Value
      jeopardyDsUrl Data source URL (Oracle or PostgreSQL)
      jeopardyDsUsername Username of the order data source
      jeopardyDsPassword Password of the order data source
      hibernateDialect Hibernate dialect (Oracle or PostgreSQL)
      datasourceDriverClassName Class name of the data source driver (Oracle or PostgreSQL)
      datasourceValidationQuery SQL query that is used to validate connections
    4. Select the Jeopardy General Configuration category and update the properties values as per the following table:
      Property name Value
      allowedCorsOrigins IP address or the DNS name where OMSUI is running
    5. Select the Orchestrator Service Configuration category and update the properties values as per the following table:
      Property name Value
      orchestratorBaseUrl IP address or the DNS name where Orchestrator is running

Broker Service

    Procedure
  1. On the Configurator UI, navigate to Broker Service > App properties.
    1. Select the Catalog Client Configuration category and update the properties values as per the following table:
      Property name Value
      catalogServiceBaseUrl IP address or the DNS name where the Catalog service is running
    2. Select the Broker service data source properties category and update the properties values as per the following table:
      Property name Value
      brokerDsUsername Username of the Broker data source
      brokerDsPassword Password of the Broker data source
      brokerDsUrl Data source URL (Oracle or PostgreSQL)