[ARVADOS] updated: 1.4.0-20-gce4e61539

Git user git at public.curoverse.com
Fri Sep 20 15:20:29 UTC 2019


Summary of changes:
 services/nodemanager/setup.py | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

       via  ce4e615391bfda40400fd1ca6e03eab6aa4fd77e (commit)
      from  c545f7476435982c5d1b737d14f25cfb00e25d58 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ce4e615391bfda40400fd1ca6e03eab6aa4fd77e
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Sep 20 11:16:04 2019 -0400

    15649: Pin libcloud 2.5.0.
    
    libcloud 2.6.0 uses an incorrect blob storage URL when creating Azure
    nodes.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/nodemanager/setup.py b/services/nodemanager/setup.py
index ef0546781..7b39daa0a 100644
--- a/services/nodemanager/setup.py
+++ b/services/nodemanager/setup.py
@@ -35,23 +35,20 @@ setup(name='arvados-node-manager',
           ('share/doc/arvados-node-manager', ['agpl-3.0.txt', 'README.rst', 'arvados-node-manager.service']),
       ],
       install_requires=[
-          'apache-libcloud>=2.3.1.dev1',
-          'arvados-python-client>=0.1.20170731145219',
+          'apache-libcloud==2.5.0', # 2.6.0 cannot create azure nodes, #15649
+          'arvados-python-client{}'.format(pysdk_dep),
           'future',
           'pykka < 2',
           'python-daemon',
           'setuptools',
           'subprocess32>=3.5.1',
       ],
-      dependency_links=[
-          "https://github.com/curoverse/libcloud/archive/apache-libcloud-2.3.1.dev1.zip"
-      ],
       test_suite='tests',
       tests_require=[
           'requests',
           'pbr<1.7.0',
           'mock>=1.0',
-          'apache-libcloud>=2.3.1.dev1',
+          'apache-libcloud==2.5.0',
           'subprocess32>=3.5.1',
       ],
       zip_safe=False

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list