Skip to content

Commit 417b63c

Browse files
committed
backup do-not-merge changes
1 parent c775137 commit 417b63c

File tree

3 files changed

+12
-31
lines changed

3 files changed

+12
-31
lines changed

environments/.stackhpc/inventory/extra_groups

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ cluster
3838
# Install squid into fat image
3939
builder
4040

41-
[squid]
42-
# DO NOT MERGE:
43-
# configure squid on deploy host (steveb-dev) using stackhpc-dev network
44-
localhost ansible_host=10.20.0.121 ansible_connection=local
45-
# Note you could add any other connection vars e.g. ansible_user you need here
46-
4741
[sssd:children]
4842
# Install sssd into fat image
4943
builder
@@ -56,8 +50,3 @@ cluster
5650

5751
[compute_init:children]
5852
compute
59-
60-
# DO NOT MERGE:
61-
# turn on proxying for the cluster
62-
[proxy:children]
63-
cluster

environments/.stackhpc/inventory/group_vars/all/proxy.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

environments/common/inventory/group_vars/all/grafana.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@ grafana_serve_from_sub_path: "{{ groups['openondemand'] | count > 0 }}"
2222

2323
grafana_dashboards_default:
2424
# node exporter slurm:
25-
# DO NOT MERGE:
26-
# - dashboard_id: 13427
27-
# replacements:
28-
# - placeholder: DS_PROMETHEUS
29-
# replacement: prometheus
30-
# - placeholder: DS_ELASTICSEARCH
31-
# replacement: slurmstats
32-
# revision_id: 1
25+
- dashboard_id: 13427
26+
replacements:
27+
- placeholder: DS_PROMETHEUS
28+
replacement: prometheus
29+
- placeholder: DS_ELASTICSEARCH
30+
replacement: slurmstats
31+
revision_id: 1
3332
# openhpc slurm:
3433
- dashboard_file: openhpc-slurm.json
3534
replacements:
@@ -45,12 +44,11 @@ grafana_dashboards_default:
4544
- placeholder: DS_SLURMSTATS
4645
replacement: slurmstats
4746
# slurm exporter
48-
# DO NOT MERGE:
49-
# - dashboard_id: 4323
50-
# replacements:
51-
# - placeholder: DS_PROMETHEUS
52-
# replacement: prometheus
53-
# revision_id: 3
47+
- dashboard_id: 4323
48+
replacements:
49+
- placeholder: DS_PROMETHEUS
50+
replacement: prometheus
51+
revision_id: 3
5452

5553
grafana_dashboards: "{{ grafana_dashboards_default + (openondemand_dashboard if groups.get('openondemand') else []) }}"
5654

0 commit comments

Comments
 (0)