-
Notifications
You must be signed in to change notification settings - Fork 12
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
monitoring control-plane #131
base: master
Are you sure you want to change the base?
Conversation
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too many line breaks
deploy_monitoring.yaml
Outdated
setup_yaml: | ||
- url: https://raw.githubusercontent.com/metal-stack/releases/{{ metal_stack_release_version }}/release.yaml | ||
meta_var: metal_stack_release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this PR but we should move this variable to group_vars/all/images.yaml
and remove it from the rest of the playbooks.
deploy_monitoring.yaml
Outdated
roles: | ||
- name: ansible-common | ||
tags: always | ||
- name: monitoring |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This role needs to come from the metal-roles
repository. You can open a PR there for this role and test it by adding the following line to group_vars/all/images.yaml
:
metal_roles_version: <name-of-your-branch-in-metal-roles-repo>
…nto monitoring-thanos
Basic monitoring