This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
ovirt-ansible-roles.spec.in
107 lines (86 loc) · 3.44 KB
/
ovirt-ansible-roles.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Name: @PACKAGE_NAME@
Summary: Set of Ansible roles for oVirt management
Version: @RPM_VERSION@
Release: @RPM_RELEASE@%{?release_suffix}%{?dist}
Source0: http://resources.ovirt.org/pub/src/@PACKAGE_NAME@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz
License: ASL 2.0
Group: Virtualization/Management
BuildArch: noarch
Url: http://www.ovirt.org
Requires: ansible >= 2.9.0
Requires: ovirt-ansible-cluster-upgrade >= 1.2.0
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: 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.
%prep
%setup -c -q
%build
%install
%files
%doc examples/
%doc README.md
%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.
* Thu May 30 2019 Ondra Machacek <omachace@redhat.com> - 1.1.7-1
- Fix ansible galaxy dependencies names.
* Mon Dec 3 2018 Ondra Machacek <omachace@redhat.com> - 1.1.6-1
- Require Ansible 2.7.2.
* Thu Oct 4 2018 Ondra Machacek <omachace@redhat.com> - 1.1.5-1
- Add hosted-engine role.
- Add shutdown-env role.
* Tue Apr 17 2018 Ondra Machacek <omachace@redhat.com> - 1.1.4-1
- Require Ansible 2.5.
- Add v2v-conversion-host role.
* Wed Jan 17 2018 Ondra Machacek <omachace@redhat.com> - 1.1.3-1
- Add requirment for new roles.
* Mon Nov 27 2017 Ondra Machacek <omachace@redhat.com> - 1.1.2-1
- Split roles into multiple RPM packages.
* Tue Oct 24 2017 Ondra Machacek <omachace@redhat.com> - 1.1.1-1
- ovirt-cluster-upgrade: Don't run check_for upgrade if not needed (#64)
- ovirt-image-template: add image_cache_download option (#63)
- Add new ovirt-host-deploy-facts role and use it in ovirt-host-deploy-firewalld role (#71)
- oVirt provider OVN driver (#73)
- Improve shutdown of non-migrable VMs (#76)
- Fix ovirt-image-template parameters (#78)
- Vm infra fix defaults (#80)
- Add memory_guaranteed parameter to ovirt-vm-infra (#81)
- Add sockets variable to ovirt-vm-infra role
- Add nics to ovirt-vm-infra role (#83)
- Add timeouts for ovirt-vm-infra role (#82)
- Libvirt guests (#62)
- Require Ansible 2.4
- ovirt-ansible: roles: Add role to cleanup datacenter (#84)
- Add host-upgrade role (#106)
* Tue Aug 29 2017 Ondra Machacek <omachace@redhat.com> - 1.1.0-1
- ovirt-image-template: add glance as disk source (#30)
- ovirt-vm-infra: allow set state and sd for vm (#37)
- introduce ovirt set mac pool role (#24)
- introduce ovirt-external-provider role (#20)
- ovirt-host-deploy: Add firewalld role (#7)
* Wed Aug 16 2017 Ondra Machacek <omachace@redhat.com> - 1.0.1-1
- Remove ovirt. prefix from role names.
- Add affinity group role.
- Documentation improvements.
* Tue Jul 25 2017 Ondra Machacek <omachace@redhat.com> - 1.0.0-1
- Initial release.