Skip to content

Commit 3674216

Browse files
Edit initial.sh file for mysql connector python
1 parent 9ba49a2 commit 3674216

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/roles/autoscaling_mon/files/initial.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ wget https://dl.grafana.com/oss/release/grafana-7.5.0-1.x86_64.rpm
22
sudo yum install -y grafana-7.5.0-1.x86_64.rpm
33
sudo yum install -y https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
44
sudo yum install -y mysql-shell
5+
sudo pip3 install protobuf==3.19.4
56
sudo pip3 install mysql-connector-python
67
sudo systemctl daemon-reload
78
sudo systemctl start grafana-server

0 commit comments

Comments
 (0)