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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oVirt/ovirt-ansible
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Choose a base ref
...
head repository: oVirt/ovirt-ansible
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 26, 2019

  1. Post release 1.2.0

    mnecas committed Nov 26, 2019
    Copy the full SHA
    ac47260 View commit details

Commits on Dec 2, 2019

  1. Release 1.2.1 (#182)

    mnecas authored Dec 2, 2019
    Copy the full SHA
    59fa6a3 View commit details
  2. Post release 1.2.1

    mnecas committed Dec 2, 2019
    Copy the full SHA
    d23b114 View commit details

Commits on Feb 20, 2020

  1. Copy the full SHA
    d857521 View commit details

Commits on Feb 24, 2020

  1. Merge pull request #184 from mnecas/bump_disaster_recovery_version

    Bump ovirt-ansible-disaster-recovery version to 1.3.0
    mwperina authored Feb 24, 2020
    Copy the full SHA
    c656e80 View commit details

Commits on Feb 26, 2020

  1. spec: drop v2v-conversion-host-ansible dependency

    Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
    nyoxi committed Feb 26, 2020
    Copy the full SHA
    ce1a4b6 View commit details
  2. Merge pull request #185 from nyoxi/master

    spec: drop v2v-conversion-host-ansible dependency
    mwperina authored Feb 26, 2020
    Copy the full SHA
    1bb20f8 View commit details
  3. Release 1.2.2 (#186)

    mnecas authored Feb 26, 2020
    Copy the full SHA
    288b5db View commit details
  4. Post release 1.2.2

    mnecas committed Feb 26, 2020
    Copy the full SHA
    a85d1ee View commit details

Commits on Mar 20, 2020

  1. Add python3-ovirt-engine-sdk4 as required to spec (#187)

    * add python3-ovirt-engine-sdk4
    
    * correct logic
    mnecas authored Mar 20, 2020
    Copy the full SHA
    9fcf87a View commit details
  2. Release 1.2.3 (#188)

    mnecas authored Mar 20, 2020
    Copy the full SHA
    d0ad711 View commit details
  3. Post release 1.2.3

    mnecas committed Mar 20, 2020
    Copy the full SHA
    c76d380 View commit details
Showing with 19 additions and 5 deletions.
  1. +1 −0 automation.yaml
  2. +3 −3 build.sh
  3. +15 −2 ovirt-ansible-roles.spec.in
1 change: 1 addition & 0 deletions automation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distros:
- fc30
- el7
- el8
release_branches:
master: [ "ovirt-master" ]
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION="1.2.0"
MILESTONE=
RPM_RELEASE="1"
VERSION="1.2.4"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"

ROLE_NAME="ovirt.ansible-roles"
PACKAGE_NAME="ovirt-ansible-roles"
17 changes: 15 additions & 2 deletions ovirt-ansible-roles.spec.in
Original file line number Diff line number Diff line change
@@ -10,16 +10,20 @@ Url: http://www.ovirt.org

Requires: ansible >= 2.9.0
Requires: ovirt-ansible-cluster-upgrade >= 1.2.0
Requires: ovirt-ansible-disaster-recovery >= 0.1
Requires: ovirt-ansible-disaster-recovery >= 1.3.0
Requires: ovirt-ansible-engine-setup >= 1.2.0
Requires: ovirt-ansible-image-template >= 1.2.0
Requires: ovirt-ansible-infra >= 1.2.0
Requires: ovirt-ansible-manageiq >= 1.2.0
Requires: ovirt-ansible-repositories >= 1.2.0
Requires: ovirt-ansible-vm-infra >= 1.2.0
Requires: v2v-conversion-host-ansible >= 1.0.0
Requires: ovirt-ansible-hosted-engine-setup >= 1.0.0
Requires: ovirt-ansible-shutdown-env >= 1.0.0
%if 0%{?rhel} && 0%{?rhel} < 8
Requires: python-ovirt-engine-sdk4
%else
Requires: python3-ovirt-engine-sdk4
%endif

%description
Collection of Ansible roles to ease the management and automation of the oVirt engine.
@@ -38,6 +42,15 @@ Collection of Ansible roles to ease the management and automation of the oVirt e
%license LICENSE

%changelog
* Fri Mar 20 2020 Martin Necas <mnecas@redhat.com> - 1.2.3-1
- Add ovirt-engine-sdk4 dependency.

* Wed Feb 26 2020 Martin Necas <mnecas@redhat.com> - 1.2.2-1
- Drop v2v-conversion-host-ansible dependency.

* Mon Dec 2 2019 Martin Necas <mnecas@redhat.com> - 1.2.1-1
- Add build for el8.

* Mon Nov 25 2019 Martin Necas <mnecas@redhat.com> - 1.2.0-1
- Bump ansible to version 2.9.0.