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
Browse files Browse the repository at this point in the history
  • Loading branch information
Maor Lipchuk committed May 17, 2018
1 parent d4b6fc3 commit ae9aa43
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

VERSION="0.4"
MILESTONE=
VERSION="1.1.0"
MILESTONE=master
RPM_RELEASE="1"

ROLE_NAME="oVirt.disaster-recovery"
Expand Down
11 changes: 11 additions & 0 deletions ovirt-ansible-disaster-recovery.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ sh build.sh install
%license LICENSE

%changelog
* Thu May 17 2018 Maor Lipchuk <[email protected]> - 1.1-1
- Add missing names to include tasks
- Configure report file name on failover and failback
- Add missing file of vault secret to be used for fail_back.py
- Adjust Change default values in dr.conf
- Exclude export SD in generator and validator
- Bug 1575984 - Print failure message for failover and failback
- Bug 1576553 - Fail back cleans storage domains which are not active, even if they are not written in the mapped var file
- Bug 1576602 - Solve Missing dependencies, Make the script code compatible for RHEL
- Bug 1574309 - Support Log and scripts

* Thu May 3 2018 Ondra Machacek <[email protected]> - 0.4-1
- Add ignore errors to all included tasks.
- Require Ansible 2.5.
Expand Down

0 comments on commit ae9aa43

Please sign in to comment.