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

Allow Grafana connecting to PostgreSQL #324

Merged
Merged
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
6 changes: 6 additions & 0 deletions common/deploy-scripts/setup_engine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,9 @@ systemctl restart snmptrapd
systemctl enable snmpd
systemctl enable snmptrapd

# Allow Grafana to connect PostgreSQL data source to use ovirt_engine_history database
# TODO Replace with proper fix in ovirt-dwh when grafana_can_tcp_connect_postgresql_port is added to grafana-selinux
cat >> /tmp/grafana-postgresql-ds.cil << EOF
(allow grafana_t postgresql_port_t (tcp_socket (name_connect)))
EOF
semodule -i /tmp/grafana-postgresql-ds.cil