Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
New release 1.1.4
Browse files Browse the repository at this point in the history
Change-Id: Ic8b11a2fdd47fa4ee0cc340a65ec71eaa1caae09
Signed-off-by: Eyal Shenitzky <[email protected]>
  • Loading branch information
shenitzky committed Jan 10, 2019
1 parent 876b1fb commit 0ac9621
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 6 additions & 1 deletion ovirt-ansible-disaster-recovery.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -37,6 +37,11 @@ sh build.sh install
%license LICENSE

%changelog
* Thu Jan 10 2019 Eyal Shenitzky <[email protected]> - 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 <[email protected]> - 1.1.3-1
- rhbz#1640155 - Use vars instead of inline variables for include_tasks

Expand Down

0 comments on commit 0ac9621

Please sign in to comment.