Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 37e4595

Browse files
committed
Version 4.1.2
Includes changing license field to 'Apache-2.0' and bumping stdlib requirement to ensure proper installation in Puppet Enterprise.
1 parent 2cbb511 commit 37e4595

File tree

4 files changed

+33
-7
lines changed

4 files changed

+33
-7
lines changed

CHANGELOG

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
CHANGELOG
22
=========
33

4+
4.1.2
5+
-----
6+
7+
2014-12-12
8+
9+
* Remove fedora specific code
10+
* Fix parse order dependent parameter evaluation
11+
* Reconcile class parameter documentation with puppet deployment guide
12+
* Add TLS support to ActiveMQ and mcollective via msgserver_tls_enabled
13+
parameter
14+
* Add quickstarts_json parameter to provide quickstarts. For OpenShift
15+
Enterprise if this is null don't deploy a default quickstarts file.
16+
* puppetlabs-stdlib >= 4.3.0 is required
17+
* RHBZ 1160099 - Ensure DNS firewall rules applied before register_dns
18+
* RHBZ 1161486 - Create /etc/openshift/development file
19+
* RHBZ 1162050 - Wait longer for primary replicaset instance to come online
20+
* RHBZ 1162093 - Fix infrastructure zone dns updates
21+
* RHBZ 1162454 - default hostnames should use infra zone if provided
22+
* RHBZ 1162901 - ensure correct dns key algo used
23+
* RHBZ 1170055 - Ensure activemq service is started
24+
* RHBZ 1170859 - Only install recommended cart deps for installed carts
25+
426
4.1.0
5-
------
27+
-----
628

729
2014-11-11
830

Modulefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name 'openshift-openshift_origin'
2-
version '4.1.1'
2+
version '4.1.2'
33
author 'Mojo Lingo, Red Hat'
4-
license 'ASL'
4+
license 'Apache-2.0'
55
project_page 'https://github.com/openshift/puppet-openshift_origin'
66
source 'git://github.com/openshift/puppet-openshift_origin.git'
77
summary 'Module for installing Red Hat Openshift'
88
description 'Configures OpenShift broker, nodes and support servers'
99
dependency 'puppetlabs/java_ks', '>=1.2.5'
1010
dependency 'rharrison/lokkit', '>=0.2.0'
1111
dependency 'puppetlabs/ntp', '>=0.1.0'
12-
dependency 'puppetlabs/stdlib', '>=2.6.0'
12+
dependency 'puppetlabs/stdlib', '>=4.3.2'
1313
dependency 'blentz/selinux_types', '>=0.1.0'
1414
dependency 'puppetlabs/haproxy', '>=0.4.1'
1515
dependency 'arioch/keepalived', '>=0.0.10'

README.asciidoc

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ class, you can configure the OpenShift Origin Broker, Node and support services
66
including ActiveMQ, MongoDB, named and OS settings including firewall,
77
services, and ntp.
88

9+
=== Build Status
10+
image:https://travis-ci.org/openshift/puppet-openshift_origin.svg?branch=master[Build
11+
Status]
12+
913
=== Authors
1014

1115
* Jamey Owens

metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
}
2525
],
2626
"name": "openshift-openshift_origin",
27-
"version": "4.1.1",
27+
"version": "4.1.2",
2828
"source": "git://github.com/openshift/puppet-openshift_origin.git",
2929
"author": "Mojo Lingo, Red Hat",
30-
"license": "ASL",
30+
"license": "Apache-2.0",
3131
"summary": "Module for installing Red Hat Openshift",
3232
"description": "Configures OpenShift broker, nodes and support servers",
3333
"project_page": "https://github.com/openshift/puppet-openshift_origin",
@@ -42,7 +42,7 @@
4242
},
4343
{
4444
"name": "puppetlabs/stdlib",
45-
"version_requirement": ">=2.6.0"
45+
"version_requirement": ">=4.3.2"
4646
},
4747
{
4848
"name": "blentz/selinux_types",

0 commit comments

Comments
 (0)