project-config/grafana
Jeremy Stanley 28ae631642 Add OpenMetal to Nodepool and Grafana
This is essentially reverting commits bd15ddc and cb4b99b which were
the final stages of winding down and cleaning up the old InMotion
cloud which OpenMetal has replaced, with the cloud name updated (but
region kept the same) and grafyaml data regenerated. It stops short
of actually booting nodes in the new environment until we have a
chance to spot check things once images get uploaded.

Since this is re-adding diskimages back to nl02, I refrained from
including centos-8-stream which is in the progress of being removed,
so that we don't unnecessarily upload images we're not planning to
boot.

Change-Id: If8e9b7105b4c7a13e87ebb4f6c985e821c30a842
2024-06-13 20:34:06 +00:00
..
afs.yaml Add missing volumes to Grafana AFS page 2022-05-24 14:16:00 +02:00
ceph.yaml grafana ceph: add nova stable/(xena|yoga) branches 2022-03-28 20:30:07 +00:00
create-nodepool.sh Add OpenMetal to Nodepool and Grafana 2024-06-13 20:34:06 +00:00
datasource.yaml Switch grafana datasource to https://graphite.opendev.org 2019-04-12 11:18:15 -04:00
git.yaml Update infra-manual links 2020-03-21 09:29:14 +01:00
horizon.yaml Upadting horizon nodejs job name 2020-06-24 11:44:30 +00:00
infra-prod-deployment.json grafana: Add infra deployment overview 2022-06-30 14:37:01 +10:00
kolla.yaml grafana: Update kolla dashboards with proper job names 2023-05-16 10:05:19 +02:00
mosquitto.yaml Update infra-manual links 2020-03-21 09:29:14 +01:00
networking-bagpipe.yaml Remove ocata related grafana definitions 2022-01-19 19:53:16 +01:00
networking-bgpvpn.yaml Remove ocata related grafana definitions 2022-01-19 19:53:16 +01:00
networking-sfc.yaml Update infra-manual links 2020-03-21 09:29:14 +01:00
neutron-dynamic-routing.yaml Add py38/py39 jobs to Grafana 2022-06-13 16:25:35 +02:00
neutron-lib.yaml [Neutron-lib] Update Grafana Dashboard 2023-11-28 12:22:21 -05:00
neutron-stable-minusone.yaml Remove lower-constraints and tox-py36 from Neutron Grafana 2022-05-16 11:40:03 +00:00
neutron-stable-minustwo.yaml Remove lower-constraints and tox-py36 from Neutron Grafana 2022-05-16 11:40:03 +00:00
neutron-tempest-plugin.yaml [Neutron-tempest-plugin] Update Grafana Dashboard 2023-11-29 15:03:27 -05:00
neutron-vpnaas.yaml VPNAAS: remove old jobs from grafana 2022-07-22 15:37:15 +02:00
neutron.yaml [Neutron] Update Grafana Dashboard 2023-11-15 16:17:34 +05:30
nodepool-airship-citycloud.yaml grafana: further path fixes 2021-09-22 14:55:10 +10:00
nodepool-dib-status.json Remove fedora image from dib status 2023-09-19 15:20:09 -07:00
nodepool-inap.yaml grafana: further path fixes 2021-09-22 14:55:10 +10:00
nodepool-iweb.yaml Fix nodepool API ops Grafana graphs 2022-12-08 15:42:45 -08:00
nodepool-linaro.yaml Fix nodepool API ops Grafana graphs 2022-12-08 15:42:45 -08:00
nodepool-openmetal.yaml Add OpenMetal to Nodepool and Grafana 2024-06-13 20:34:06 +00:00
nodepool-osuosl.yaml Fix nodepool API ops Grafana graphs 2022-12-08 15:42:45 -08:00
nodepool-ovh.yaml Fix nodepool API ops Grafana graphs 2022-12-08 15:42:45 -08:00
nodepool-rax.yaml Fix nodepool API ops Grafana graphs 2022-12-08 15:42:45 -08:00
nodepool-vexxhost.yaml Fix nodepool API ops Grafana graphs 2022-12-08 15:42:45 -08:00
nodepool.template Fix nodepool API ops Grafana graphs 2022-12-08 15:42:45 -08:00
nodepool.yaml Update infra-manual links 2020-03-21 09:29:14 +01:00
octavia.yaml Remove lower-constraints and tox-py36 from Neutron Grafana 2022-05-16 11:40:03 +00:00
openstack-ansible.yaml Add rockylinux 9 to OSA grafana 2022-10-03 10:19:03 -04:00
ovsdbapp.yaml Update infra-manual links 2020-03-21 09:29:14 +01:00
README.rst grafana: add helper script 2022-06-30 14:37:01 +10:00
resource-usage.yaml Fix small bug in resource usage grpahs 2022-04-06 09:51:26 -07:00
run-grafana.sh Revert "Pull grafyaml from quay.io" 2023-05-24 13:54:28 -07:00
tempest.yaml Update infra-manual links 2020-03-21 09:29:14 +01:00
tobiko.yaml Add Grafana dashboard for the Tobiko CI 2022-07-25 23:57:06 +02:00
vmware-nsx.yaml Remove ocata related grafana definitions 2022-01-19 19:53:16 +01:00
zuul-loadbalancer.yaml Add zuul load balancer dashboard 2022-03-04 15:28:50 -08:00
zuul-performance.yaml Fix reconfiguration time graph 2022-03-04 12:43:22 -08:00
zuul-status.yaml Update ZK followers graph 2022-11-02 09:48:36 -07:00

Developing Graphs

The run-grafana.sh script in this directory will start a Docker container with Grafana listening on port 3000. It will then load the datasources and dashboards in this directory. Repeated runs of the script will re-load the scripts.

You can log into the instance with the username "admin" and password "password". You can then use the Grafana UI to develop graphs.

The "share" icon on the graph in the UI can be used to export a JSON file, which your browser will download. You can copy that to this directory (or update existing files) and submit a review.