Master Migration Document

Overview

This page contains the changes related to Process Quality Management-related services (PQM) and Sanitation Worker Welfare along with the MDMS, DevOps and configuration setups required to accommodate these features.

Migration Steps

PQM Service

The PQM service is required to create, update, search and evaluate tests against benchmarks. Follow the steps given below:

  1. Add the PQM-Service.

  2. Add the new persister file: pqm-service-persister.

  3. Add the Helm chart.

  4. Configure the build.

- name: 'builds/SANITATION/pqm'
    build:
      - work-dir: 'pqm'
        image-name: 'pqm-service'
        dockerfile: 'build/maven/Dockerfile'
      - work-dir: 'pqm/src/main/resources/db'
        image-name: 'pqm-service-db'
  1. Make the role action-mapping changes in the MDMS.

Access Control Actions Test

Access Control Role Actions

Master Data for PQM

  1. Click on the Job-builder once the above steps are complete.

  2. Restart the following services: egov-accesscontrol, egov-mdms-service, egov-persister

PQM Scheduler

  1. Add the Helm chart.

  2. Configure the build.

- name: 'builds/SANITATION/pqm-scheduler'
    build:
      - work-dir: 'pqm-scheduler'
        image-name: 'pqm-scheduler'
        dockerfile: 'pqm-scheduler/Dockerfile'
  1. Make the role action-mapping changes in the MDMS.

Access Control Actions Test

Access Control Role Actions

  1. Click on the Job-builder once the above steps are complete.

  2. Restart the following services: egov-accesscontrol, egov-mdms-service.

PQM Anomaly Finder Service

  1. Add the Helm chart.

  2. Configure the build.

  - name: 'builds/SANITATION/pqm-anomaly-finder'
    build:
      - work-dir: 'pqm-anomaly-finder'
        image-name: 'pqm-anomaly-finder'
        dockerfile: 'build/maven/Dockerfile'
      - work-dir: 'pqm-anomaly-finder/src/main/resources/db'
        image-name: 'pqm-anomaly-finder-db'

Sanitation Worker Welfare

  1. Add mdms changes, refer to this link.

  2. Add config changes, refer to this link.

  3. Add the Helm chart, refer to this link.

  4. Deploy the latest build of vendor and FSM, refer to this link.

  5. Sanitation worker depends on the individual service. Refer to this link.

  6. Deploy the latest build of individual service refer link#

  7. Migrate all the drivers to individual using script

UI Migration Changes

  1. Refer to the technical documentation for TQM UI to run UI TQM UI

  2. Refer to the technical documentation for sanitation worker UI Sanitation Worker UI

Last updated

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.