Actions
Bug #23358
closedAdd arvados_grafana role to Ansible installer
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Deployment
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
Follow the same pattern as the Loki and Alloy roles we currently have:
- In our
distro_grafanarole, add a pin for Grafanaversion 12.* - Add an
arvados_promtheusrole that depends ondistro_grafana. It:- Installs the
grafanapackage - Installs the configured
arvados_grafana_config_fileto the right place - Enables and re/starts the service
- Installs the
- Add a play to
install-arvados-cluster.ymlso hosts in thearvados_grafanagroup run thearvados_grafanarole.
Updated by Brett Smith 3 months ago
- Assigned To changed from Lucas Di Pentima to Stephen Smith
Updated by Stephen Smith 3 months ago
Changes at arvados|09cb2c39527be3ab3cc3ae211cdd508be1eb6997 branch 23358-ansible-grafana
Tests test-provision-ansible: #18
- All agreed upon points are implemented / addressed. Describe changes from pre-implementation design.
- Added grafana version pin
- Added grafana role, installs, copies config, (re)starts service
- Added example inventory group to full inventory
- Anything not implemented (discovered or discussed during work) has a follow-up story.
- none
- Code is tested and passing, both automated and manual, what manual testing was done is described.
- Manually tested with config file, verified config is copied with correct permissions and service correctly started
- The tested code incorporates recent main branch changes.
- yes
- New or changed UI/UX has gotten feedback from stakeholders.
- none
- Documentation has been updated.
- n/a
- Behaves appropriately at the intended scale (describe intended scale).
- no change
- Considered backwards and forwards compatibility issues between client and server.
- none
- Follows our coding standards and GUI style guidelines.
- n/a
Updated by Stephen Smith 3 months ago
- Status changed from In Progress to Resolved
Actions