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
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.