X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=ansible%2Finstall.yml;h=e303aad8627a94b4ca48a44deaca82db0b9bcbfa;hp=b032b0b17e6875e28e6a9fd4a56791bdc3ebf7aa;hb=655815663bf8234c837793db7a5e2e3c50164d3f;hpb=d7cbd218427bbfe573d062710006d56751e4406b diff --git a/ansible/install.yml b/ansible/install.yml index b032b0b..e303aad 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -51,11 +51,14 @@ pip: name=argparse state=latest - name: install networkx - pip: name=networkx state=latest + pip: name=networkx version=1.11 - name: install six pip: name=six state=latest + - name: install tinyrpc (fixed version to not break ryu) + pip: name=tinyrpc version=1.0.3 + - name: install ryu pip: name=ryu state=latest @@ -63,7 +66,7 @@ pip: name=oslo.config state=latest - name: install pytest - pip: name=pytest state=latest + pip: name=pytest version=4.6.4 - name: install Flask pip: name=Flask state=latest @@ -89,6 +92,9 @@ - name: install ipaddress pip: name=ipaddress state=latest + - name: install gevent + pip: name=gevent state=latest + #- name: install urllib # pip: name=urllib state=latest