]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
meta: set the right minimum ansible version required for galaxy
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 10 Dec 2018 14:49:23 +0000 (15:49 +0100)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 11 Dec 2018 08:59:25 +0000 (09:59 +0100)
ceph-ansible@master requires the latest stable ansible version.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
12 files changed:
roles/ceph-fetch-keys/meta/main.yml
roles/ceph-handler/meta/main.yml
roles/ceph-infra/meta/main.yml
roles/ceph-iscsi-gw/meta/main.yml
roles/ceph-mds/meta/main.yml
roles/ceph-mgr/meta/main.yml
roles/ceph-mon/meta/main.yml
roles/ceph-nfs/meta/main.yml
roles/ceph-osd/meta/main.yml
roles/ceph-rbd-mirror/meta/main.yml
roles/ceph-rgw/meta/main.yml
roles/ceph-validate/meta/main.yml

index dca2e62984f00772ba411c0d3539d72899d283cb..7c7cd2d79715bc37e9dba3d3e82e9f1c31fa02ab 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Andrew Schoen
   description: Fetches ceph keys from monitors.
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index 497a03d88674f6f3d94a4778236c547836170486..58138fa87ba5857d179b228344361646ace13195 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Sébastien Han
   description: Contains handlers for Ceph services
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index 3e03e6970e3c1bb811a97a7236de9b7714488d2d..8bd3009217f9def0dac28ed9acef71178f8f8bb9 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Guillaume Abrioux
   description: Handles ceph infra requirements (ntp, firewall, ...)
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index 9c094902cc0b18c494fa5fecde5d96cb975c9cb5..a43c7e6065473f8f479d90806f8c36ef77bcc53c 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Paul Cuzner
   description: Installs Ceph iSCSI Gateways
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index 357cbb47d74da6a888504686e90c62cdd2ffef1f..d37bde4eb5d947eceef393ca5f782e8ed64336a7 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Sébastien Han
   description: Installs Ceph Metadata
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index b903ca07c5439b682912146783d57363b01c157a..c6407cca16597c7329f1628f529403c77e908fb0 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Sébastien Han
   description: Installs Ceph Manager
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index 1bc2761a2cd4c1b11bbd29dccf531fe76e73c850..7f2233a07e6ab1baf61d8df46beecceaae9cc71d 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Sébastien Han
   description: Installs Ceph Monitor
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index 59cd4baa18fc5ed560d475d10994a5f15356c910..965c9d164f6a0d1ee60684324809e3aad357ad84 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Daniel Gryniewicz
   description: Installs Ceph NFS Gateway
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index dfaa6a9b050c9b064edff97f272414960f26ef75..3c2a26e89c59bf534a6c9ec61fbde62cccf0a7e1 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Sébastien Han
   description: Installs Ceph Object Storage Daemon
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index 504225bbedb37f8c90904706970dbb209cb19072..c89a3e60ef82822a3ab0cdb11dba155a37503ce0 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Sébastien Han
   description: Installs Ceph Mirror Agent
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index 37c6819ca423d53ccbd253ded636c65ad20f1099..1a69cbece00191e8416f1f49606e355fb10ef9b3 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Sébastien Han
   description: Installs Ceph Rados Gateway
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions:
index eef8e218d4c65d33c72394720c95d5dc41cda648..1c6197efd3113016dfe84471ba6cde38e5f4eb15 100644 (file)
@@ -4,7 +4,7 @@ galaxy_info:
   author: Andrew Schoen
   description: Validates Ceph config options
   license: Apache
-  min_ansible_version: 2.4
+  min_ansible_version: 2.7
   platforms:
     - name: EL
       versions: