Back to Articles

The docsis-platform-ansible installation package provides a script that automates many of the tasks to validate that the ServAssure Collection Platform has been installed and configured correctly. The list below outlines some of the tasks the script performs:

  • Verify connectivity between ServAssure Collection Manager and RabbitMQ host/port.

  • Verify connectivity between ServAssure Poller and ServAssure Collection Manager API endpoint.

  • Verify connectivity between ServAssure Poller and RabbitMQ host/port.

  • Validate the number of connections to RabbitMQ based on counts of various components which should be connected.

  • Validate that RabbitMQ has been configured correctly.

  • Validate that the ServAssure Poller TFTP server is listening/responding.

To run the site validation script:
  1. On the Ansible host, navigate to the docsis-platform-ansible-2.14.x.x directory.
  2. Use ansible-playbook -i <pathInventoryFile> site-validate.yml to validate the site installation and configuration.