forked from openshift/puppet-openshift_origin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
79 lines (63 loc) · 2.67 KB
/
CHANGELOG
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
CHANGELOG
=========
4.1.3
-----
2015-05-19
* Adding option for PROXY_PORTS_PER_GEAR (origin) / PORTS_PER_USER (ose)
* Modify the OpenShift logging and metrics file
* Add dependency for file resource '/etc/openshift/logshifter.conf'
* Double quotes instead of escaped singles for exec 'regen node routes'
* Add oo-admin-yum-validator for OSE installs
* Add syslog configuration
* Update mcollective-client.cfg.erb
* Package httpd should be installed first
* Add extra district, zone and region options
* Clean up to avoid unnecessary notices and service restarts
* Remove unnecessary packages from puppet management
* Add support for USE_PREDICTABLE_GEAR_UUIDS (ose only)
* Add puppetlabs-concat < 2.0.0 dependency as workaround for puppetlabs-haproxy
< 2.0.0 dependency resolution issues
4.1.2
-----
2014-12-12
* Remove fedora specific code
* Fix parse order dependent parameter evaluation
* Reconcile class parameter documentation with puppet deployment guide
* Add TLS support to ActiveMQ and mcollective via msgserver_tls_enabled
parameter
* Add quickstarts_json parameter to provide quickstarts. For OpenShift
Enterprise if this is null don't deploy a default quickstarts file.
* puppetlabs-stdlib >= 4.3.0 is required
* RHBZ 1160099 - Ensure DNS firewall rules applied before register_dns
* RHBZ 1161486 - Create /etc/openshift/development file
* RHBZ 1162050 - Wait longer for primary replicaset instance to come online
* RHBZ 1162093 - Fix infrastructure zone dns updates
* RHBZ 1162454 - default hostnames should use infra zone if provided
* RHBZ 1162901 - ensure correct dns key algo used
* RHBZ 1170055 - Ensure activemq service is started
* RHBZ 1170859 - Only install recommended cart deps for installed carts
4.1.0
-----
2014-11-11
* Refactor openshift-origin-dns-nsupdate.conf creation
* Fix GSS-TSIG dns authentication
* fixes for register_dns
* Fix resource ordering for httpd_certificate to ensure httpd package is available
* Oddjobd fails if messagebus isn't running
* duritong-sysctl 0.0.5 has compatibility issues with puppet 2.7
* Quickfix for cartridge-dependencies packages
4.0.12
------
2014-11-06
* Major refactoring of intra-module dependencies
* Refactor register_dns to be a simple class that registers all roles assigned to a node.
* Fix compatibility with Puppet 2.7 and Facter 1.6
* Generate self-signed certs if needed
* Ensure cgconfig, cgred, and oddjobd are running on node
* Allow vhost plugin to be colocated with broker
4.0.11
------
2014-10-27
* Address bugs found while testing in a fully distributed environment
* Introduce openshift_origin::ose_supported_config to assist in deploying OpenShift Enterprise supported
configurations