From 0ac96210f7b5a698ef3873091c8d394eec2ecc19 Mon Sep 17 00:00:00 2001 From: Eyal Shenitzky Date: Thu, 10 Jan 2019 07:32:24 +0200 Subject: [PATCH] New release 1.1.4 Change-Id: Ic8b11a2fdd47fa4ee0cc340a65ec71eaa1caae09 Signed-off-by: Eyal Shenitzky --- README.md | 2 +- build.sh | 4 ++-- meta/main.yml | 2 +- ovirt-ansible-disaster-recovery.spec.in | 7 ++++++- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cad5ce9..0537031 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The `oVirt.disaster-recovery` role responsible to manage the disaster recovery s Requirements ------------ - * Ansible version 2.5 or higher + * Ansible version 2.7.2 or higher * Python SDK version 4.2.4 or higher Role Variables diff --git a/build.sh b/build.sh index 98a63a8..07b8445 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #!/bin/bash VERSION="1.1.4" -MILESTONE=master -RPM_RELEASE="1.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)" +MILESTONE= +RPM_RELEASE="1" ROLE_NAME="oVirt.disaster-recovery" PACKAGE_NAME="ovirt-ansible-disaster-recovery" diff --git a/meta/main.yml b/meta/main.yml index 2468b6c..55041e6 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,7 +4,7 @@ galaxy_info: description: "Disaster recovery for oVirt engine" company: Red Hat, Inc. license: Apache License 2.0 - min_ansible_version: 2.5 + min_ansible_version: 2.7.2 platforms: - name: EL versions: diff --git a/ovirt-ansible-disaster-recovery.spec.in b/ovirt-ansible-disaster-recovery.spec.in index 83e336f..48c3884 100644 --- a/ovirt-ansible-disaster-recovery.spec.in +++ b/ovirt-ansible-disaster-recovery.spec.in @@ -12,7 +12,7 @@ Group: Virtualization/Management BuildArch: noarch Url: http://www.ovirt.org -Requires: ansible >= 2.5 +Requires: ansible >= 2.7.2 %description This Ansible role provide funtionality to perform disaster recovery for oVirt engine. @@ -37,6 +37,11 @@ sh build.sh install %license LICENSE %changelog +* Thu Jan 10 2019 Eyal Shenitzky - 1.1.4-1 +- Rename all tasks module calls from plural to singular +- Use ovirt_vm.py module from Ansible lib instead local lib ovirt_vms.py module +- Required Ansible >= 2.7.2 + * Thu Oct 31 2018 Maor Lipchuk - 1.1.3-1 - rhbz#1640155 - Use vars instead of inline variables for include_tasks