Task 6: Configuring and Starting Configurator Service

    Procedure
  1. Before starting the Configurator service, configure the application properties from the following table in $OPE_HOME/roles/configurator/standalone/config/application.properties file. To update the properties, you can refer to the sample file present under $OPE_HOME/samples directory for Oracle and PostgreSQL as per your requirement. The default values are set for PostgreSQL.

    CategoryElement Default Value  
    General server.port 9090  
    security.keyENC(nSa0k6lmjPPN8ZA5SO6BpQ==) 
    pluggableCacheRelational 
    configuratorAccessRolesROLE_ADMIN 
    Relational Database Connection PropertiesadminDsUrljdbc:postgresql://localhost:5432/admindbll?currentSchema=adminschemall_v2 
    adminDsUsernameadminuserll  
    adminDsPasswordENC(O4UrXXgTEmyecFyHLo+Ivw==) 
    datasourceDriverClassNameorg.postgresql.Driver 
    hibernateDialectorg.hibernate.dialect.PostgreSQLDialect  
    hibernateDsDefaultsfalse 

    adminHibernateShowSql

    false 
    adminDsInitialSize=10  

    adminDsMaxWait

    30000  

    adminDsMaxActive

    100  
    adminDsMaxIdle100 

    adminDsMinIdle

    10  

    datasourceValidationQuery

    SELECT 1 
    adminDsTestOnBorrowtrue  
    adminDsValidationInterval5000 
    Actuator Endpoints Propertiesmanagement.endpoints.web.exposure.includehealth,refresh,loggers 
    management.endpoint.health.show-detailsALWAYS 
    Notification PropertiesnotificationChannelapp_properties_events  
    listenIntervalInMillis1000  
    purgeNotificationIntervalInMinutes15  
    purgeNotificationStartDelayInMinutes15  
    purgeNotificationOffsetInMinutes5 

  2. Start the authorization service by running the start.sh script from $OPE_HOME/roles/configurator/standalone/bin location.