-
Notifications
You must be signed in to change notification settings - Fork 87
/
openshift-on-openstack.spec
122 lines (102 loc) · 4.33 KB
/
openshift-on-openstack.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
Name: openshift-on-openstack
Version: 0.9.5
Release: 1%{?dist}
Summary: Set of Openstack Heat templates to deploy OpenShift
Group: System Environment/Base
License: ASL 2.0
URL: https://github.com/redhat-openstack/openshift-on-openstack
Source0: https://github.com/redhat-openstack/openshift-on-openstack/archive/v%{version}/openshift-on-openstack-%{version}.tar.gz
BuildArch: noarch
%description
A collection of documentation, Heat templates, configuration and
everything else that's necessary to deploy OpenShift on OpenStack.
%prep
%setup -qn openshift-on-openstack-%{version}
%build
%install
install -d -m 755 %{buildroot}/%{_datadir}/%{name}
install -D -m 755 customize-disk-image %{buildroot}%{_bindir}/customize-disk-image
cp -aR *.yaml %{buildroot}%{_datadir}/%{name}/
cp -aR collect-config-setup/ %{buildroot}%{_datadir}/%{name}
cp -aR fragments/ %{buildroot}%{_datadir}/%{name}
cp -aR templates/ %{buildroot}%{_datadir}/%{name}
cp -aR heat-docker-agent/ %{buildroot}%{_datadir}/%{name}
cp -aR tests/ %{buildroot}%{_datadir}/%{name}
%files
%doc LICENSE.txt README.adoc README_debugging.adoc
%{_datadir}/%{name}
%{_bindir}/customize-disk-image
%changelog
* Fri Oct 28 2016 Sylvain Baubeau <[email protected]> - 0.9.5-1
- Make app_subdomain customizable
- External loadbalancer hostname now can (and should) be fully qualified domain name
- Bug fixes:
- Adding retry when installing packages for mitigating random networking issues
- Add dependent package python-psutil for os-collect-config
* Wed Oct 19 2016 Sylvain Baubeau <[email protected]> - 0.9.4-1
- Use openshift-ansible recommanded way for scaleup
- Add constraints on hostnames
- Documentation improvements
- Fixed master_count evaluation
* Fri Oct 14 2016 Sylvain Baubeau <[email protected]> - 0.9.3-1
- Bug fixes:
- Improve checking of os-collect-config setup
- Add missing domain to dedicated loadbalancer instance
- Unify loadbalancer stackname prefix
- Make sure prepare_registry is a bool value
- Make use of parameter registry_volume_size
- Fix scaleup when using volume_quota parameter
* Wed Oct 12 2016 Sylvain Baubeau <[email protected]> - 0.9.2-1
- Bug fixes:
- Set default value for rhn_pool
- Add default loadbalancer neutron env file
- Ignore "oadm ipfailover" error state
- Install missing package python-oslo-log for OSP 9
- Set load balancer image to rhel when using AOP
- Fixed schduling on master nodes
- Return non empty router_ip when using dedicated loadbalancer
- Lots of documentation improvements
* Thu Oct 6 2016 Sylvain Baubeau <[email protected]> - 0.9.1-1
- Allow specifying different flavors for every node type
- Bug fixes:
- Write template files in post cloud-init phase to avoid 64k
limit of cloud-init
- Explicitly enable port 53 for DNS server
- Refactor skip_dns parameter
* Mon Oct 3 2016 Sylvain Baubeau <[email protected]> - 0.9.0-1
- Rename 'infra' node to 'bastion'
- Dedicated infra nodes
- Setup masquerading when using flannel
- Allow passing parameters to openshift-ansible as JSON
- Satellite fixes
* Wed Sep 14 2016 Sylvain Baubeau <[email protected]> - 0.8.1-1
- Bump to version 0.8.1
- Bug fixes:
- Make sure registry volume is not left in /etc/fstab
- Fix EPEL repository enablement
- Explicitly set replica=1 for registry
* Wed Sep 14 2016 Sylvain Baubeau <[email protected]> - 0.8.0-1
- Bump to version 0.8.0
- Switch to Ansible 2.1
- Improve scalability (up to 100 nodes)
- Use IP failover for OpenShift router
- Add subscription manager register to satellite
- Evacuate pods before removing a node
- Automatic subscription removal
- Allow setting quotas on container and emptyDir volumes
- Allow use of external volume for registry storage
* Thu Jun 16 2016 Sylvain Baubeau <[email protected]> - 0.7.0-1
- Bump to version 0.7.0
* Thu Jun 02 2016 Sylvain Baubeau <[email protected]> - 0.6.0-1
- Bump to version 0.6.0
* Fri May 13 2016 Sylvain Baubeau <[email protected]> - 0.5.0-1
- Bump to version 0.5.0
* Tue Mar 22 2016 Sylvain Baubeau <[email protected]> - 0.4.0-1
- Bump to version 0.4.0
- Enable dedicated loadbalancer node (again)
* Tue Mar 22 2016 Sylvain Baubeau <[email protected]> - 0.3.0-1
- Bump to version 0.3.0
* Fri Feb 19 2016 Sylvain Baubeau <[email protected]> - 0.2.0-1
- Bump to version 0.2.0
* Wed Jan 27 2016 Sylvain Baubeau <[email protected]> - 0.1.0-1
- Initial openshift-on-openstack rpm