start prometheus and cadvisor with Dockernet
[osm/vim-emu.git] / ansible / install.yml
index cd43336..b31615e 100755 (executable)
 
    - name: install flask_restful
      pip: name=flask_restful state=latest
+
+   - name: install requests
+     pip: name=requests state=latest
+
+   - name: install docker-py
+     pip: name=docker-py state=latest
+
+   - name: install prometheus_client
+     pip: name=prometheus_client state=latest
+
+
+