]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix pip module invocation
authorSébastien Han <seb@redhat.com>
Mon, 27 Jul 2015 15:41:58 +0000 (17:41 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 27 Jul 2015 15:41:58 +0000 (17:41 +0200)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mds/tasks/docker.yml
roles/ceph-mon/tasks/docker.yml
roles/ceph-osd/tasks/scenarios/docker.yml
roles/ceph-restapi/tasks/docker.yml
roles/ceph-rgw/tasks/docker.yml

index a598de070faca3517f6222be4759401a81cf8826..c77af3618360019c26eb4b30a1680b3307899807 100644 (file)
@@ -8,10 +8,11 @@
       - /etc/ceph/ceph.mon.keyring
       - /var/lib/ceph/bootstrap-mds/ceph.keyring
 
+# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
 - name: install docker-py
   pip: >
     name=docker-py
-    version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
+    version=1.1.0
 
 - name: stat for ceph config and keys
   stat: >
index f74e29d6cdd0470088d47eee1e621bfbc884ccb4..e531d520b7de284a22e800985be21f316079eff4 100644 (file)
@@ -7,10 +7,11 @@
       - /etc/ceph/monmap
       - /etc/ceph/ceph.mon.keyring
 
+# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
 - name: install docker-py
   pip: >
     name=docker-py
-    version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
+    version=1.1.0
 
 - name: stat for ceph config and keys
   stat: >
index 97a5a679cf2fe89f9c617908c4666ed791cd329f..6de81db7e1a1b324384bbedf5a1e74d846b82038 100644 (file)
@@ -8,10 +8,11 @@
       - /etc/ceph/ceph.mon.keyring
       - /var/lib/ceph/bootstrap-osd/ceph.keyring
 
+# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
 - name: install docker-py
   pip: >
     name=docker-py
-    version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
+    version=1.1.0
 
 - name: stat for ceph config and keys
   stat: >
index 1974e3e9e58ccac2097021f511a63a2e3c06dc0a..5c5839e66fa793694a77b67c5fadd407fd18cf93 100644 (file)
@@ -5,10 +5,11 @@
       - /etc/ceph/ceph.client.admin.keyring
       - /etc/ceph/ceph.conf
 
+# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
 - name: install docker-py
   pip: >
     name=docker-py
-    version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
+    version=1.1.0
 
 - name: stat for ceph config and keys
   stat: >
index fae1aaa2332af82f8559aa177f8f3039731d0bb0..7d87160284abe1778478ecea9e0e542fe9901862 100644 (file)
@@ -8,10 +8,11 @@
       - /etc/ceph/ceph.mon.keyring
       - /var/lib/ceph/bootstrap-rgw/ceph.keyring
 
+# NOTE (leseb): force version 1.1.0 because https://github.com/ansible/ansible-modules-core/issues/1227
 - name: install docker-py
   pip: >
     name=docker-py
-    version=1.1.0 # https://github.com/ansible/ansible-modules-core/issues/1227
+    version=1.1.0
 
 - name: stat for ceph config and keys
   stat: >