Acceldata
Pulse

Enable Canary Test Actions

This page describes how to enable canary test actions on Pulse.


Steps

  1. On the Pulse node, go to the override.yml file location.
  2. In the override.yml file, set the flag “enable canary test” to true.

Bash

base:

enable_canary_test: "true"

  1. Run the following command to apply the changes.

Bash

accelo reconfig cluster

  1. After reconfiguring the cluster, run the push-config command to push the new configuration to the DB.

Bash

accelo admin database push-config

  1. Set the prompts to Y.
  2. Restart the ad-axnserver service using the following command.

Bash

accelo restart ad-axnserver

Once you restart the server, you can see the stock actions for running a canary test on the Pulse UI > Actions Page.