Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 2.12 KB

LocalGrafanaDeployment.md

File metadata and controls

53 lines (33 loc) · 2.12 KB

Deploy Moneo with Local Grafana and head node

  1. Create a hostfile file.

        192.168.0.100
        192.168.0.101
        192.168.0.110
    

    Note: The manager node can also be a worker node as well. The manager node will have the Grafana and Prometheus docker containers deployed to it.

    Note: You must have passwordless ssh enabled on your nodes.

    Note: The manager node must be able to ssh into itself.

  2. Now deploy Moneo

    • using Moneo cli:
        python3 moneo.py --deploy -c hostfile full
    • If using the Azure HPC/AI marketplace image or if installation has been performed on all worker nodes by a previous deployment we can skip the install step:
        python3 moneo.py --deploy -c hostfile full -w

    Note: See usage section of the README doc for more advance details on Moneo CLI

    Note: By default Moneo deploys to the manager using localhost. This can be changed using the "manager_host" flag.

  3. Log into the portal by navigating to http://manager-ip-or-domain:3000 and inputting your credentials

    image

    Note: By default username/password are set to "azure". This can be changed here "src/master/grafana/grafana.env"

  4. Navigating Moneo Grafana Portal

    • The current view is labeled in the top left corner:

      image

    • VM instance and GPU can be selected from the drop down menus in the top left corner:

      image

    • Various actions such as dashboard selection or data source configuration can be achieved using the left screen menu:

      image

    • Metric groups are collapsable:

      image