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 link

  2. Add config changes link

  3. Add the Helm chart link

  4. Deploy the latest build of vendor and fsm refer link#

  5. Sanitation worker depends on Individual service .So ,for this refer link

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

UI Migration Changes

Last updated

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

Change request #103: Taniya's Nov 8 changes