Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Contrail Insights Installation for NorthStar

NorthStar controller for traffic optimization provides granular visibility into, and control over, IP/MPLS flows in large service provider and enterprise networks. NorthStar automates the creation of traffic-engineering paths across the network, increasing network utilization and enabling a customized and programmable networking experience.

Integrating NorthStar and Contrail Insights is a robust solution where Contrail Insights monitors nodes in the network topology by collecting telemetry data and notifies NorthStar using HTTP endpoints to take appropriate action when an alarm is triggered. Some actions that can happen with this integration are:

  • Putting a node in the network into maintenance mode when node metrics such as CPU, memory, etc. are above a threshold.

  • Changes in LSP when an interface on a node is affected.

Requirements

  • NorthStar controller version 4.0.0

  • See Contrail Insights General Requirements for hardware and software requirements.

  • Note:

    Upgrade notice: Starting with Contrail Insights 3.2.6, the requirement for a license file is removed. If you are installing a version earlier than 3.2.6, a license is required prior to installation.

    You can obtain a license key from mailto:APPFORMIX-KEY-REQUEST@juniper.net. Provide the following information in your request:

Install the NorthStar Controller

For information on installing the NorthStar Controller, see the NorthStar Documentation.

Install Contrail Insights

To integrate Contrail Insights with NorthStar:

  1. Download the following packages from https://www.juniper.net/support/downloads/?p=appformix on to the host where you will run Ansible.

    If you are installing a version earlier than 3.2.6, copy the Contrail Insights license file to the Contrail Insights Platform node.

  2. Install Ansible on the installer node.

    Ansible will install docker and docker-py on the appformix_controller.

    If you are using Ansible 2.3, use the following commands.

  3. Install python and python-pip on the appformix_controller so that Ansible can run between the installer node and the appformix_controller node.

  4. Install the python pip package on the hosts where the Contrail Insights Agents run.

  5. To enable passwordless login to the Contrail Insights Platform by Ansible, create a SSH public key on the node where Ansible playbooks are run, and then copy the key to the appformix_controller node.

    Or, you can use ansible_connection=local in the inventory example.

  6. Create an Ansible inventory. Create a directory named inventory, and in that directory edit the inventory/hosts file. For example:

    The host listed under appformix_controller is mandatory. This is the host onto which the Contrail Insights Platform is installed.

    The Contrail Insights Agent is installed on the hosts listed under appformix_network_agents. This field is optional as the Agent is already installed on the appformix_controller host.

  7. Within the inventory directory, create a subdirectory called inventory/group_vars. Then create an inventory/groups_vars/all file inside that subdirectory. For example:

  8. Add the following configuration parameters to the all file.

    Note:

    All the variables in group_vars are mandatory. If you are installing a version earlier than 3.2.6, include the path to the Contrail Insights license file in group_vars/all.

  9. Unpack the Contrail Insights TAR file, and change directory to the directory that is created. For example:

    Note:

    The remaining steps should be executed from within the contrail-insights-<version>/ directory. Although the product name changed from "AppFormix" to "Contrail Insights," the UI and internal command paths continue to show AppFormix and will reflect the new name at a later date.

  10. Run Ansible using the path to the inventory directory created in steps 6 and 7. For example:

  11. If you are running the playbooks as the root user, this step can be skipped. If you are running the playbooks as any other user, for example ubuntu, that user account must have access to the docker user group.

    For example, the below command adds the user ubuntu to the docker group.

  12. Obtain the token to log in to the Contrail Insights UI from the appformix_token.rst file located on the Contrail Insights Platform host. For example:

  13. Use the token from Step 12 to login to the Contrail Insights dashboard.

  14. Select Settings > Network Devices.

    The network devices from NorthStar that are discovered by Contrail Insights appear in a list. Each device that has an SNMP/JTI/gRPC config is posted to the Contrail Insights Platform.

    Figure 1 shows an example of network devices of a NorthStar monitored network topology discovered by Contrail Insights.

    Figure 1: Example Discovered Network DevicesExample Discovered Network Devices