-
Notifications
You must be signed in to change notification settings - Fork 6
/
mariadb-apb-role.spec
166 lines (125 loc) · 6.2 KB
/
mariadb-apb-role.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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
%if 0%{?copr}
%define build_timestamp .%(date +"%Y%m%d%H%M%%S")
%else
%define build_timestamp %{nil}
%endif
Name: mariadb-apb-role
Version: 1.4.0
Release: 1%{build_timestamp}%{?dist}
Summary: Ansible Playbook for MariaDB APB
License: ASL 2.0
URL: https://github.com/ansibleplaybookbundle/RHSCL-MariaDB-APB
Source0: https://github.com/ansibleplaybookbundle/RHSCL-MariaDB-APB/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
%{summary}
%prep
%setup -q -n %{name}-%{version}
%if !0%{?copr}
patch -p1 < downstream.patch
%endif
%install
mkdir -p %{buildroot}/opt/apb/ %{buildroot}/opt/ansible/roles/mariadb-apb
mv playbooks %{buildroot}/opt/apb/actions
mv defaults tasks templates vars %{buildroot}/opt/ansible/roles/mariadb-apb
%files
%doc
/opt/apb/actions
/opt/ansible/roles
%changelog
* Tue Sep 04 2018 Dylan Murray <dymurray@redhat.com> 1.3.7-1
- Bug 1625161 - Typecast namespace to string (#48) (dymurray@redhat.com)
* Thu Aug 30 2018 Dylan Murray <dymurray@redhat.com> 1.3.6-1
- Bug 1584104 - No TTY (#46) (dzager@redhat.com)
- Check for capabilities instead of checking for openshift
(jmontleo@redhat.com)
* Wed Aug 15 2018 David Zager <david.j.zager@gmail.com> 1.3.5-1
- Remove deprecated application container versions (#43) (jmontleo@redhat.com)
* Fri Aug 10 2018 David Zager <david.j.zager@gmail.com> 1.3.4-1
- Bug 1593183 Adjust PVC mountPath (#42) (jmontleo@redhat.com)
- Remove asb-module dependency (david.j.zager@gmail.com)
* Mon Aug 06 2018 David Zager <david.j.zager@gmail.com> 1.3.3-1
- Bug 1612793 - Use pvc.yaml.j2 since they are jinja (david.j.zager@gmail.com)
- Bug 1611939 - Create PVC for prod plans (david.j.zager@gmail.com)
- Bug 1610987: Update default registry for app image (david.j.zager@gmail.com)
* Wed Aug 01 2018 David Zager <david.j.zager@gmail.com> 1.3.2-1
- Bug 1601334 increase the deployment wait timeout (jmontleo@redhat.com)
* Tue Jul 24 2018 David Zager <david.j.zager@gmail.com> 1.3.1-1
- Bump version for 3.11 (david.j.zager@gmail.com)
- Updates for ansible 26 (#35) (dzager@redhat.com)
- Update apb version to be semver compatible (#34) (dzager@redhat.com)
* Thu May 24 2018 David Zager <david.j.zager@gmail.com> 1.2.5-1
- Include vars for ansible version >= 2.6 (#33) (dzager@redhat.com)
* Thu May 17 2018 David Zager <david.j.zager@gmail.com> 1.2.4-1
- Create the roles directory (#32) (dzager@redhat.com)
* Thu May 17 2018 David Zager <david.j.zager@gmail.com> 1.2.3-1
- Bug 1570603: Make mariadb-apb (de)provision idempotent (#31)
(dzager@redhat.com)
* Thu Apr 19 2018 David Zager <david.j.zager@gmail.com> 1.2.2-1
- Bug 1563641 - Specify PV Size (#30) (dzager@redhat.com)
* Mon Apr 09 2018 David Zager <david.j.zager@gmail.com> 1.2.1-1
- Bump version for 3.10 (#29) (dzager@redhat.com)
* Fri Mar 02 2018 Jason Montleon <jmontleo@redhat.com> 1.1.10-1
- Bug 1544606 - Ensure subsequent updates do not fail because dir exists
(jmontleo@redhat.com)
* Thu Mar 01 2018 Jason Montleon <jmontleo@redhat.com> 1.1.9-1
- Bug 1544606 - Use rsync to work around cp hanging (BZ1550644)
(jmontleo@redhat.com)
* Wed Feb 28 2018 Jason Montleon <jmontleo@redhat.com> 1.1.8-1
- Revert "Bug 1549019 - Work around connection upgrade issues with oc cp"
(jmontleo@redhat.com)
* Tue Feb 27 2018 Jason Montleon <jmontleo@redhat.com> 1.1.7-1
- Bug 1549019 - Work around connection upgrade issues with oc cp
(jmontleo@redhat.com)
- Bug 1549019 - Partially work around connection upgrade issues
(jmontleo@redhat.com)
* Thu Feb 22 2018 David Zager <david.j.zager@gmail.com> 1.1.6-1
- Bug 1510294 Remove repetitive/false descriptions, set consistent titles
(jmontleo@redhat.com)
* Fri Jan 26 2018 Jason Montleon <jmontleo@redhat.com> 1.1.5-1
- Bug 1535931 - Save all databases (jmontleo@redhat.com)
* Tue Jan 16 2018 David Zager <david.j.zager@gmail.com> 1.1.4-1
- Bug 1510294 Update APB params to use mariadb prefix instead of mysql
(jmontleo@redhat.com)
* Mon Jan 08 2018 David Zager <david.j.zager@gmail.com> 1.1.3-1
- Update tito releasers (david.j.zager@gmail.com)
- Bug 1472226 - Add pattern regex for UI validation (cchase@redhat.com)
* Thu Dec 21 2017 Jason Montleon <jmontleo@redhat.com> 1.1.2-1
- add update functionality, add version 10.2 (jmontleo@redhat.com)
- Bug 1510804 - change tag to database. (cchase@redhat.com)
* Mon Dec 04 2017 Jason Montleon <jmontleo@redhat.com> 1.1.1-1
- updates for repo and container name change (jmontleo@redhat.com)
- specify tags in Dockerfiles (jmontleo@redhat.com)
- bump release (#14) (jmrodri@gmail.com)
* Wed Nov 08 2017 jesus m. rodriguez <jesusr@redhat.com> 1.0.10-1
- Bug 1511258 - Properly delete mariadb service. (#13) (cchase@redhat.com)
* Wed Nov 08 2017 Jason Montleon <jmontleo@redhat.com> 1.0.9-1
- Bug 1511077 - user password was incorrectly using root_password
(cchase@redhat.com)
* Tue Nov 07 2017 Jason Montleon <jmontleo@redhat.com> 1.0.8-1
- Bug 1510599 - use service name for binding DB_HOST instead of cluster IP
(cchase@redhat.com)
* Tue Nov 07 2017 Jason Montleon <jmontleo@redhat.com> 1.0.7-1
- Bug 1508278 - Use include_tasks instead of include for updated Ansible
version. (cchase@redhat.com)
* Fri Nov 03 2017 Jason Montleon <jmontleo@redhat.com> 1.0.6-1
- Bug 1509476 - Generate password broken when left blank. (cchase@redhat.com)
* Fri Nov 03 2017 Jason Montleon <jmontleo@redhat.com> 1.0.5-1
- Bug 1508278 - Revert to using include for now for Ansible 2.3.2
compatibility. (cchase@redhat.com)
* Fri Nov 03 2017 Jason Montleon <jmontleo@redhat.com> 1.0.4-1
- Bug 1509018 - Added tags to show up under the right tab in the UI
(cchase@redhat.com)
- Bug 1508994 - Hide password with display_type: password (cchase@redhat.com)
- Bug 1508278 - Use include_tasks instead of include (cchase@redhat.com)
* Tue Oct 10 2017 Jason Montleon <jmontleo@redhat.com> 1.0.3-1
- Update dockerfiles (david.j.zager@gmail.com)
- Bug 1500364 - Update apb.yml with all dependent images
(david.j.zager@gmail.com)
- Bug 1498571 - Remove image from APB (david.j.zager@gmail.com)
* Wed Oct 04 2017 Jason Montleon <jmontleo@redhat.com> 1.0.2-1
- Bug 1498185 - Move version label onto APB spec (dymurray@redhat.com)
* Fri Sep 29 2017 Jason Montleon <jmontleo@redhat.com> 1.0.1-1
- new package built with tito
* Thu Sep 28 2017 David Zager <dzager@redhat.com> 1.0.0-1
- new package built with tito