Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README Reviewed #13

Merged
merged 1 commit into from
Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ Role Variables
Variable for the monitoring service:

- `monitoring_project_name`: string with the name of the current project (user's choice)
- `monitoring_use_gpu`: bool, if the GPU is used and then monitored (default: false)
- `monitoring_iam_url`: URL of the IAM service
- `monitoring_iam_groups`: string with the name of the IAM groups allowed (space separated)
- `monitoring_iam_admin_groups`: string with the name of the IAM groups that will be admin (space separated)
- `monitoring_server_ip`: string with the ip of the current server
- `monitoring_iam_client_id`: string containing the client id
- `monitoring_iam_token`: string containing the iam client token

Specific service variables:

Expand Down Expand Up @@ -55,7 +54,9 @@ Including an example of how to use your role (for instance, with variables passe
- hosts: servers
roles:
- role: dodas-ts-monitoring
monitoring_project_name: compute_server
monitoring_iam_client_id: "XXXXX"
monitoring_iam_token: "XXXXX"
monitoring_iam_url: iam.cloud.infn.it
service_grafana_admin_user: admin
service_grafana_admin_password: example_password

Expand Down
4 changes: 0 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
# defaults file for dodas-ts-monitoring
monitoring_project_name: my-project

monitoring_use_gpu: false

monitoring_iam_url: "" # https://iam.example.url.it
monitoring_iam_sub: ""
monitoring_iam_groups: "beta_testers" # group1 group2
monitoring_iam_admin_groups: "" # group1 group2
monitoring_server_ip: "" # 192.168.1.42
monitoring_dns_name: ""
monitoring_iam_client_id: ""
monitoring_iam_token: ""
Expand Down
Loading