We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba49a2 commit 3674216Copy full SHA for 3674216
playbooks/roles/autoscaling_mon/files/initial.sh
@@ -2,6 +2,7 @@ wget https://dl.grafana.com/oss/release/grafana-7.5.0-1.x86_64.rpm
2
sudo yum install -y grafana-7.5.0-1.x86_64.rpm
3
sudo yum install -y https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
4
sudo yum install -y mysql-shell
5
+sudo pip3 install protobuf==3.19.4
6
sudo pip3 install mysql-connector-python
7
sudo systemctl daemon-reload
8
sudo systemctl start grafana-server
0 commit comments