Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9141713

Browse files
committedMay 19, 2015
Version 4.1.3
1 parent a0a6680 commit 9141713

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed
 

‎CHANGELOG

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
CHANGELOG
22
=========
33

4+
4.1.3
5+
-----
6+
7+
2015-05-19
8+
9+
* Adding option for proxy_ports_per_gear
10+
* Modify the OpenShift logging and metrics file
11+
* Add dependency for file resource '/etc/openshift/logshifter.conf'
12+
* Double quotes instead of escaped singles for exec 'regen node routes'
13+
* Add oo-admin-yum-validator for OSE installs
14+
* Add syslog configuration
15+
* Update mcollective-client.cfg.erb
16+
* Package httpd should be installed first
17+
* Add extra district, zone and region options
18+
* Clean up to avoid unnecessary notices and service restarts
19+
* Remove unnecessary packages from puppet management
20+
* Add support for USE_PREDICTABLE_GEAR_UUIDS
21+
* Add puppetlabs-concat < 2.0.0 dependency as workaround for puppetlabs-haproxy
22+
< 2.0.0 dependency resolution issues
23+
424
4.1.2
525
-----
626

‎Modulefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'openshift-openshift_origin'
2-
version '4.1.2'
2+
version '4.1.3'
33
author 'Mojo Lingo, Red Hat'
44
license 'Apache-2.0'
55
project_page 'https://github.com/openshift/puppet-openshift_origin'
@@ -10,6 +10,7 @@ dependency 'puppetlabs/java_ks', '>=1.2.5'
1010
dependency 'rharrison/lokkit', '>=0.2.0'
1111
dependency 'puppetlabs/ntp', '>=0.1.0'
1212
dependency 'puppetlabs/stdlib', '>=4.3.2'
13+
dependency 'puppetlabs/concat', '<2.0.0'
1314
dependency 'blentz/selinux_types', '>=0.1.0'
1415
dependency 'puppetlabs/haproxy', '>=0.4.1'
1516
dependency 'arioch/keepalived', '>=0.0.10'

‎metadata.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"name": "openshift-openshift_origin",
27-
"version": "4.1.2",
27+
"version": "4.1.3",
2828
"source": "git://github.com/openshift/puppet-openshift_origin.git",
2929
"author": "Mojo Lingo, Red Hat",
3030
"license": "Apache-2.0",
@@ -59,6 +59,10 @@
5959
{
6060
"name": "duritong/sysctl",
6161
"version_requirement": ">=0.0.6"
62+
},
63+
{
64+
"name": "puppetlabs/concat",
65+
"version_requirement": "<2.0.0"
6266
}
6367
]
6468
}

0 commit comments

Comments
 (0)
This repository has been archived.