forked from ansibleplaybookbundle/postgresql-apb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
postgresql-apb-role.spec
163 lines (124 loc) · 6.22 KB
/
postgresql-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
%if 0%{?copr}
%define build_timestamp .%(date +"%Y%m%d%H%M%%S")
%else
%define build_timestamp %{nil}
%endif
Name: postgresql-apb-role
Version: 1.2.5
Release: 1%{build_timestamp}%{?dist}
Summary: Ansible Playbook for PostgreSQL APB
License: ASL 2.0
URL: https://github.com/ansibleplaybookbundle/RHSCL-PostgreSQL-APB
Source0: https://github.com/ansibleplaybookbundle/RHSCL-PostgreSQL-APB/archive/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
%{summary}
%prep
%setup -q -n %{name}-%{version}
%install
mkdir -p %{buildroot}/opt/apb/ %{buildroot}/opt/ansible/roles/postgresql-apb
mv playbooks %{buildroot}/opt/apb/actions
mv defaults tasks templates vars %{buildroot}/opt/ansible/roles/postgresql-apb
%files
%doc
/opt/apb/actions
/opt/ansible/roles
%changelog
* Wed May 30 2018 David Zager <[email protected]> 1.2.5-1
- Bug 1583543 - Fix db_host (#49) ([email protected])
* Thu May 24 2018 David Zager <[email protected]> 1.2.4-1
- Include vars for ansible version >= 2.6 (#47) ([email protected])
- Hardcode app_name for ci (#46) ([email protected])
* Thu May 17 2018 David Zager <[email protected]> 1.2.3-1
- Bug 1570603: Make postgresql-apb (de)provision idempotent (#45)
* Thu Apr 19 2018 David Zager <[email protected]> 1.2.2-1
- Bug 1563641 - Specify PV Size (#43) ([email protected])
* Mon Apr 09 2018 David Zager <[email protected]> 1.2.1-1
- Bump version for 3.10 ([email protected])
* Fri Mar 02 2018 Jason Montleon <[email protected]> 1.1.14-1
- Bug 1544606 - Ensure subsequent updates do not fail because dir exists
* Thu Mar 01 2018 Jason Montleon <[email protected]> 1.1.13-1
- Bug 1544606 - Use rsync to work around cp hanging (BZ1550644)
* Wed Feb 28 2018 Jason Montleon <[email protected]> 1.1.12-1
- Revert "Bug 1549019 - Work around connection upgrade issues with oc cp"
* Tue Feb 27 2018 Jason Montleon <[email protected]> 1.1.11-1
- Bug 1549019 - Work around connection upgrade issues with oc cp
- Bug 1549019 - Partially work around connection upgrade issues
* Mon Feb 19 2018 Jason Montleon <[email protected]> 1.1.10-1
- Use the asb cluster script ([email protected])
* Fri Feb 09 2018 Jason Montleon <[email protected]> 1.1.9-1
- BZ 1535931 - Work around kubectl stalling in APBs ([email protected])
* Wed Feb 07 2018 David Zager <[email protected]> 1.1.8-1
- Bug 1540866 - Use k8s as default cluster ([email protected])
* Fri Jan 26 2018 Jason Montleon <[email protected]> 1.1.7-1
- Bug 1535931 Save all databases ([email protected])
* Tue Jan 23 2018 Jason Montleon <[email protected]> 1.1.6-1
- Use the dev plan for CI ([email protected])
* Tue Jan 16 2018 David Zager <[email protected]> 1.1.5-1
- Kubernetes playbooks for postgresql ([email protected])
* Mon Jan 08 2018 David Zager <[email protected]> 1.1.4-1
- Update tito releasers ([email protected])
- Bug 1472226 - Add pattern regex for UI validation ([email protected])
* Thu Dec 21 2017 Jason Montleon <[email protected]> 1.1.3-1
- improve update to preserve data across version and plan transitions
- Bug 1510804 - Change tag to database. ([email protected])
* Mon Dec 04 2017 Jason Montleon <[email protected]> 1.1.2-1
- updates for repo and container name change ([email protected])
* Sun Nov 19 2017 Jason Montleon <[email protected]> 1.1.1-1
- Rename the templates to follow convention ([email protected])
- Add a log gathering script to the ci job ([email protected])
- Pickup 3.7 framework changes ([email protected])
- Fix templates to work with 3.7 ([email protected])
- Use the ansible-service-broker setup gate script ([email protected])
- Add CI to postgresql ([email protected])
- Bug 1512430 - Remove unnecessary wait for service ([email protected])
- bump release ([email protected])
* Tue Nov 07 2017 Jason Montleon <[email protected]> 1.0.13-1
- Bug 1508278 - Use include_tasks instead of include for updated Ansible
version. ([email protected])
* Fri Nov 03 2017 Jason Montleon <[email protected]> 1.0.12-1
- Bug 1508278 - Revert to using include for now for Ansible 2.3.2
compatibility. ([email protected])
* Fri Nov 03 2017 Jason Montleon <[email protected]> 1.0.11-1
- Bug 1509018 - Added tags to show up under the right tab in the UI.
- Bug 1508994 - Hide password with display_type: password ([email protected])
- Bug 1508278 - Use include_tasks instead of include ([email protected])
- Bug 1508374 - Move password field below user field ([email protected])
* Mon Oct 16 2017 Jason Montleon <[email protected]> 1.0.10-1
- Make version updatable ([email protected])
* Mon Oct 16 2017 Jason Montleon <[email protected]> 1.0.9-1
- Bug 1500661 - Add missing quotes around default version. ([email protected])
* Fri Oct 13 2017 Jason Montleon <[email protected]> 1.0.8-1
- Ensure proper templating with quotes on image ([email protected])
* Fri Oct 13 2017 Jason Montleon <[email protected]> 1.0.7-1
- stop prefixing the repository with the registry and org twice
* Tue Oct 10 2017 Jason Montleon <[email protected]> 1.0.6-1
- Update dockerfiles ([email protected])
- Bug 1500364 - Update apb.yml with all dependent images
* Thu Oct 05 2017 Jason Montleon <[email protected]> 1.0.5-1
- Add support to update a dev deployment to a prod deployment
- Bug 1498571 - Remove image from APB ([email protected])
* Wed Oct 04 2017 Jason Montleon <[email protected]> 1.0.4-1
- Bug 1498185 - Move version label onto APB spec ([email protected])
- Fix nightly metadata ([email protected])
- Update url for postgresql apb ([email protected])
- Bumped APB spec version to 1.0 ([email protected])
- Updated APB to include proper providerDisplayName metadata
* Tue Sep 19 2017 Jason Montleon <[email protected]> 1.0.3-1
- new package built with tito
* Mon Aug 21 2017 Jason Montleon <[email protected]> 1.0.2-1
- Fix rhscl-postgresql-apb deprovision (#116) ([email protected])
* Fri Aug 18 2017 Jason Montleon <[email protected]> 1.0.1-1
- new package built with tito