-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgluster-ansible-features.spec
56 lines (40 loc) · 1.57 KB
/
gluster-ansible-features.spec
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
%global rolesdir %{_sysconfdir}/ansible/roles/gluster.features
%global buildnum 5
Name: gluster-ansible-features
Version: 1.0.4
Release: 5%{?dist}
Summary: Ansible roles for GlusterFS infrastructure management
URL: https://github.com/gluster/gluster-ansible-features
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}-%{buildnum}.tar.gz
License: GPLv3
BuildArch: noarch
Requires: ansible-core >= 2.12
%description
Collection of Ansible roles for the deploying and managing GlusterFS clusters.
The features role enables user to configure CTDB, NFS-Ganesha, Geo-Replication,
Gluster HCI on GlusterFS clusters
%prep
%autosetup -p1
%build
%install
mkdir -p %{buildroot}/%{rolesdir}
cp -dpr defaults handlers meta roles tasks tests README.md LICENSE vars README.md examples\
%{buildroot}/%{rolesdir}
%files
%{rolesdir}
%license LICENSE
%changelog
* Mon Mar 4 2019 Sachidananda Urs <[email protected]> 1.0.4-5
- Add slice setup support rhbz#1683528
* Fri Mar 1 2019 Sachidananda Urs <[email protected]> 1.0.4-4
- Validate if the disks have logical sector size of 512B rhbz#1674608
* Wed Feb 20 2019 Sachidananda Urs <[email protected]> 1.0.0-1
- Bumping version number to 1
* Fri Oct 12 2018 Sachidananda Urs <[email protected]> 0.4
- Remove granular-entry-self-heal from the setting vol opts
* Thu Sep 27 2018 Sachidananda Urs <[email protected]> 0.3
- Embed gluster_volume module within role
* Fri Aug 31 2018 Sachidananda Urs <[email protected]> 0.2
- Disabled geo-replication for the initial release
* Tue Apr 24 2018 Sachidananda Urs <[email protected]> 0.1
- Initial release.