Bug 598 Added support for vrops metric collection
[osm/MON.git] / debian / python3-osm-mon.postinst
1 #!/bin/bash
2
3 echo "Installing python dependencies via pip..."
4 pip3 install aiokafka==0.4.*
5 pip3 install requests==2.18.*
6 pip3 install cherrypy==14.0.*
7 pip3 install jsmin==2.2.*
8 pip3 install jsonschema==2.6.*
9 pip3 install python-keystoneclient==3.15.*
10 pip3 install six==1.11.*
11 pip3 install peewee==3.1.*
12 pip3 install pyyaml==3.*
13 pip3 install prometheus_client==0.4.*
14 pip3 install gnocchiclient==7.0.*
15 pip3 install pyvcloud==19.1.1
16 echo "Installation of python dependencies finished"