Task 8: Uploading App Properties, Config Files through Configurator UI

Once you start the Configurator UI, you can upload the metadata file, application properties, and configuration files through the UI.

Metadata: It defines the required application properties and configuration files for each application.

App properties: These are application properties in json format.

Config files: These are logback configuration files in XML format.

Logging in to Configurator UI

    Procedure
  1. To access the Login page, visit http://<host>:<port number>, where:
    host is the computer where you have started Configurator UI service

    port is the port number of the machine where Configurator UI listens for the

    requests. (Default: 9104)

  2. Enter the credentials in the TenantID, Username, and Password fields and then click LOGIN.
    The UI dashboard opens.

Upload Metadata file

    Procedure
  1. Toggle the switch to select Meta and click SEEDING to upload the metadata file.

  2. Use the drag-and-drop function or click CHOOSE META DATA FILE to select the application_metadata.json file from the $OPE_HOME/seed-data directory.
  3. Finally, click UPLOAD to upload the file.

Upload Application Properties

    Procedure
  1. Toggle the switch to select Application and click SEEDING to upload the app properties files.

  2. Use the drag-and-drop function or click CHOOSE FILES to select the app properties files from the $OPE_HOME/seed-data/app-properties directory.
  3. To view an application property file, click VIEW. The file opens in text editor mode. The left pane is the editing pane and the right pane is the preview pane.
  4. To discard or save the changes, click DISCARD or SAVE.
  5. To hide or delete the files, click HIDE or DELETE.
  6. Finally, click UPLOAD to upload the files. You can also use the UPLOAD ALL or CLEAR ALL option to upload or remove all the files at once.

Upload Configuration Files

    Procedure
  1. To add a configuration file from the $OPE_HOME/seed-data/config-files directory, go to the Configuration files tab and click DATA SEEDING.
  2. To view a configuration file, click VIEW next to the respective configuration file.
  3. To edit a configuration file, click EDIT.

    The file opens in text editor mode. The left pane is the editing pane and the right pane is the preview pane.

  4. To discard or save the changes, click DISCARD or SAVE.
  5. Click UPLOAD ALL to upload all the config files.

    Note: On the Configuration files tab, you can verify all the config files are present or not and accordingly you can add the missing files.