Steve Brasier

Results 155 comments of Steve Brasier

Could also set grafana_auth_anonymous: true, as per arcus

- openondemand_host_regex is now set automagically: ``` environments/common/inventory/group_vars/all/openondemand.yml:openondemand_host_regex: "{{ (groups['compute'] + groups['grafana']) | to_ood_regex }}" ``` - caas sets the jupyter and desktop partitions to the first partition, by default:...

Note the everything template creates the groups `openondemand_jupyter` and `openondemand_desktop` set to `compute`. So that is consistent with the above at least.

Tried to fix this but you can't do: ``` grafana_url: "https://{{ hostvars[groups['openondemand'].0]['openondemand_servername'] }}..." ``` when `openondemand_servername` is also accessing hostvars - the "outer" use of it does not get a...

`sacct` does show running jobs anyway

maybe we could just remove the `--state` parameter to the `sacct` call here: https://github.com/stackhpc/slurm-openstack-tools/blob/bacbf41fd276d4478c44ec5356d048db89128b67/slurm_openstack_tools/sacct.py#L15 that seems to return everything. Would need to check the combos for what/when is returned.

And actually as you can't skip tags during packer build this means you can't build images containing rebuild configuration without sudo!

It is leaving massive gaps between jobs: ![image](https://user-images.githubusercontent.com/33413598/183616453-4bf94563-0731-44bd-b8f6-becabacd9e33.png) ETA: fixed by 3a25308

3a25308 fails on checking that the hpctests jobs exist in grafana/opensearch. Turns out neither dashboard nor datasources have been provisioned in grafana after rebuilding control node with packer-built image (although...

Various problems after rebuild of control node: - [x] opensearch container failed to start, looks like this: https://access.redhat.com/solutions/6904591 - [x] grafana dashboards aren't provisioned in the image, presumably b/c this...