-
Notifications
You must be signed in to change notification settings - Fork 9
/
mediawiki-apb-role.spec
147 lines (115 loc) · 5.86 KB
/
mediawiki-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
%if 0%{?copr}
%define build_timestamp .%(date +"%Y%m%d%H%M%%S")
%else
%define build_timestamp %{nil}
%endif
Name: mediawiki-apb-role
Version: 1.4.0
Release: 1%{build_timestamp}%{?dist}
Summary: Ansible Playbook for Mediawiki APB
License: ASL 2.0
URL: https://github.com/ansibleplaybookbundle/mediawiki-apb
Source0: https://github.com/ansibleplaybookbundle/Mediawiki-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/mediawiki-apb
mv playbooks %{buildroot}/opt/apb/actions
mv defaults tasks templates vars %{buildroot}/opt/ansible/roles/mediawiki-apb
%files
%doc
/opt/apb/actions
/opt/ansible/roles
%changelog
* Tue Sep 04 2018 Dylan Murray <[email protected]> 1.3.3-1
- Bug 1625161 - Typecast namespace to string (#42) ([email protected])
- Check for capabilities instead of openshift ([email protected])
* Mon Aug 06 2018 David Zager <[email protected]> 1.3.2-1
- Bug 1610987: Update default registry for app image ([email protected])
* Tue Jul 24 2018 David Zager <[email protected]> 1.3.1-1
- Bump version for 3.11 ([email protected])
- Update APB for ansible 26 (#38) ([email protected])
- Update apb version to be semver compatible (#37) ([email protected])
* Mon Jun 04 2018 David Zager <[email protected]> 1.2.8-1
- fix deprovision when username and password match (#35) ([email protected])
* Wed May 30 2018 David Zager <[email protected]> 1.2.7-1
- Bug 1583543 - Use route host in openshift (#34) ([email protected])
* Thu May 24 2018 David Zager <[email protected]> 1.2.6-1
- Include vars for ansible version >= 2.6 (#33) ([email protected])
- Force the deployment name to be mediawiki for ci (#32) ([email protected])
* Thu May 17 2018 David Zager <[email protected]> 1.2.5-1
- Bug 1570603: Make mediawiki-apb (de)provision idempotent
* Wed May 02 2018 Jason Montleon <[email protected]> 1.2.4-1
- Update downstream.patch ([email protected])
* Wed Apr 25 2018 Jason Montleon <[email protected]> 1.2.3-1
- Update to remove version specific names ([email protected])
* Thu Apr 19 2018 David Zager <[email protected]> 1.2.2-1
- Bug 1563641 - Specify PV Size (#28) ([email protected])
* Mon Apr 09 2018 David Zager <[email protected]> 1.2.1-1
- Bump version for 3.10 ([email protected])
* Thu Feb 15 2018 David Zager <[email protected]> 1.1.7-1
- Bug 154260 - Use Recreate instead of Rolling Strategy ([email protected])
* Thu Feb 08 2018 Jason Montleon <[email protected]> 1.1.6-1
- add downstream patch with conditional for easier builds ([email protected])
* Wed Feb 07 2018 David Zager <[email protected]> 1.1.5-1
- Bug 1537955 - Add parameter validation task (#23) ([email protected])
- Bug 1540866 - Use k8s as default cluster ([email protected])
- Added retries for webpage status verification ([email protected])
* Fri Jan 19 2018 David Zager <[email protected]> 1.1.4-1
- Revert erroneous change to image name ([email protected])
* Tue Jan 16 2018 David Zager <[email protected]> 1.1.3-1
- Use the proper mediawiki image name ([email protected])
- Few fixes after the update rebase ([email protected])
- Kubernetes playbooks for mediawiki ([email protected])
* Mon Jan 08 2018 David Zager <[email protected]> 1.1.2-1
- Update tito releasers ([email protected])
- Bug 1472226 - Add pattern regex for UI validation ([email protected])
- Use the proper git name ansibleplaybookbundle/rhscl-postgresql-apb
* Mon Dec 04 2017 Jason Montleon <[email protected]> 1.1.1-1
- updates for repo and container name change ([email protected])
- Use the proper git name ansibleplaybookbundle/rhscl-postgresql-apb
- Add README with travis status ([email protected])
- bump release ([email protected])
- Bug 1508994 - Hide password with display_type: password ([email protected])
- Match the serviceinstance name to the deployment ([email protected])
- Add a log gathering script to the end of the job ([email protected])
- Update config.yaml to get 3.7 framework changes ([email protected])
- Fix templates to work with 3.7 ([email protected])
- Use the ansible-service-broker script to setup the gate ([email protected])
- Remove comments in config.yaml ([email protected])
- Add an empty go file so travis doesn't complain when setting up go
- Add CI to the mediawiki apb ([email protected])
* Mon Oct 23 2017 Jason Montleon <[email protected]> 1.0.7-1
- Bug 1495503 - Wait for deployment controller to scale down before deleting rc
* Tue Oct 10 2017 Jason Montleon <[email protected]> 1.0.6-1
- Bug 1500364 - Update role with correct images ([email protected])
* Thu Oct 05 2017 Jason Montleon <[email protected]> 1.0.5-1
- Add update playbook ([email protected])
- 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 dockerfile metadata ([email protected])
- Update source urls for mediawiki apb rpm ([email protected])
- Bumped APB spec version to 1.0 ([email protected])
- Updated APB to include proper providerDisplayName metadata
- Updated APB to include proper dependencies ([email protected])
* Tue Sep 19 2017 Jason Montleon <[email protected]> 1.0.3-1
- new package built with tito
* Fri Aug 18 2017 Jason Montleon <[email protected]> 1.0.2-1
- new package built with tito
* Fri Jul 07 2017 Jason Montleon <[email protected]> 1.0.1-1
- 1468199 Change Mediawiki PVC to ReadWriteOnce
* Tue Jun 06 2017 Jason Montleon <[email protected]> 1.0.0-1
- Initial Build