Skip to content

Commit

Permalink
tweak titles of gird and dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
preese committed Aug 7, 2023
1 parent 9530fec commit 5f90ed3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Here is the chart for my systems. You'll need to make one of these using your av
|ps1|192.168.1.211|52:54:00:73:6f:41|
|ps2|192.168.1.212|52:54:00:73:6f:42|
|ps3|192.168.1.213|52:54:00:73:6f:43|
|md|192.168.1.2134|52:54:00:73:6f:44|
|md|192.168.1.214|52:54:00:73:6f:44|

If you make changes to the above chart, plan to make similar edits to:

Expand Down
11 changes: 4 additions & 7 deletions Testpoint-MaDDashbuild.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

- hosts: [testpoint, md-arch]
gather_facts: True
become: yes
Expand Down Expand Up @@ -35,7 +36,7 @@
gather_facts: False
become: yes
tasks:
- name: For maddash VM, add maddash to MaDDash Server
- name: For maddash VM, add maddash and archive rpms to MaDDash Server
yum:
name:
- perfsonar-archive
Expand Down Expand Up @@ -91,13 +92,13 @@
ansible.builtin.replace:
path: /etc/maddash/maddash-webui/config.json
regexp: '"My perfSONAR Dashboard"'
replace: '"perfSONAR-Sampler-V5 update"'
replace: '"ps-v5"'

- name: Add correct grid name, so it opens first
ansible.builtin.replace:
path: /etc/maddash/maddash-webui/config.json
regexp: '"My Sites"'
replace: '"perfSONAR-Sampler-v5 Grid"'
replace: '"ps-v5-grid"'

- name: Restart psconfig-maddash-agent
service:
Expand All @@ -114,7 +115,3 @@

- name: Shorten test time, throughput, every 2hr
command: "psconfig maddash-grid edit --name default_throughput --check-interval PT2H"

# - name: Unconditionally reboot the machine with all defaults
# ansible.builtin.reboot:

2 changes: 1 addition & 1 deletion mesh.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_meta": {
"display-name": "perfSONAR-Sampler-v5 Grid"
"display-name": "ps-v5-grid"
},

"archives": {
Expand Down

0 comments on commit 5f90ed3

Please sign in to comment.