Cloudify HA cluster maintenance

Cloudify Cluster status

Adding a new cluster node

When a new cluster node is added, it is required to configure its status reporter by the following steps:

  1. Collect the following data:
  1. To enable and configure the node’s status reporter, execute (on every node’s machine):
cfy_manager status-reporter configure --token <relevant status reporter token> --ca-path <Cloudify-rest CA certificate local path> --managers-ip <list of current managers ip>

Configuring status reporter

The Status reporter can be configured by running the following command:

cfy_manager status-reporter configure <--reporting-freq/--token/--managers-ip/--log-level>