Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Validate if the Adeptia Connect helm is deployed.

    1. Click the menu icon at the top left corner, and then click Local.

    2. Go to Apps > Installed Apps.

    3. In the Installed Apps, verify if the chart entry for adeptia-connect is in Deployed state.

  2. Check the status of the deployed pods of adeptia-connect.

    1. Anchor
      a-through-ca-through-csteps
      steps
      Click the menu icon at the top left corner, and then click Local.

    2. Go to Workloads > Pods.

    3. In the Namespaces dropdown menu, select the namespace to which you have deployed the Adeptia Connect application.

    4. Validate if all the listed pods are in Running state.

  3. Check the status of each microservice by following the steps given below.

    1. Follow the steps a through c.

    2. Click on more options icon of a pod and select view logs.

    3. Search for message “Microservice started successfully” in each pod logs except runtime deployment manager and rabbitmq pods.

      Note: This screenshot is reference from runtime pod

  4. Verify shared Runtime pod is launched and running

    1. From rancher UI click on more option button at top left corner > Local > Workloads > pods

    2. From the namespace dropdown (at top aligned at entre) select adeptia-connect namespace (Select namespace in which adeptia-connect application is deployed).

    3. Pod for ac-runtime microservice is present and in running state

  5. Access the adeptia-connect application UI and login to the application.

    1. Open the browser and enter adeptia-connect domain.

    2. Enter the username & password

    3. User should successfully navigate to home page after successful sign in operation.

  6. Verify shared NFS volumes are attached with required pods

    1. From rancher UI click on more option button at top left corner > Local > Workloads > Deployments.

    2. From the namespace dropdown (at top aligned at centre) select adeptia-connect namespace (Select namespace in which adeptia-connect application is deployed).

    3. Click on name link of required deployment(On which we need to verify the mounted volumes)

    4. Click on config

    5. Click on storage > It will list down all the mounted volumes to the pods

    6. Verify the shared NFS volumes are attached to below pods:

      1. Runtime

      2. Event

      3. Archival and cleanup

      4. Portal

      5. Webrunner

      6. Listener

...