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

Commit

Permalink
Merge pull request #358 from sdodson/v4_1_2
Browse files Browse the repository at this point in the history
Version 4.1.2
  • Loading branch information
sdodson committed Dec 12, 2014
2 parents 2cbb511 + 37e4595 commit 6f51b63
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
CHANGELOG
=========

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

Expand Down
6 changes: 3 additions & 3 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name 'openshift-openshift_origin'
version '4.1.1'
version '4.1.2'
author 'Mojo Lingo, Red Hat'
license 'ASL'
license 'Apache-2.0'
project_page 'https://github.com/openshift/puppet-openshift_origin'
source 'git://github.com/openshift/puppet-openshift_origin.git'
summary 'Module for installing Red Hat Openshift'
description 'Configures OpenShift broker, nodes and support servers'
dependency 'puppetlabs/java_ks', '>=1.2.5'
dependency 'rharrison/lokkit', '>=0.2.0'
dependency 'puppetlabs/ntp', '>=0.1.0'
dependency 'puppetlabs/stdlib', '>=2.6.0'
dependency 'puppetlabs/stdlib', '>=4.3.2'
dependency 'blentz/selinux_types', '>=0.1.0'
dependency 'puppetlabs/haproxy', '>=0.4.1'
dependency 'arioch/keepalived', '>=0.0.10'
Expand Down
4 changes: 4 additions & 0 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ class, you can configure the OpenShift Origin Broker, Node and support services
including ActiveMQ, MongoDB, named and OS settings including firewall,
services, and ntp.

=== Build Status
image:https://travis-ci.org/openshift/puppet-openshift_origin.svg?branch=master[Build
Status]

=== Authors

* Jamey Owens
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
}
],
"name": "openshift-openshift_origin",
"version": "4.1.1",
"version": "4.1.2",
"source": "git://github.com/openshift/puppet-openshift_origin.git",
"author": "Mojo Lingo, Red Hat",
"license": "ASL",
"license": "Apache-2.0",
"summary": "Module for installing Red Hat Openshift",
"description": "Configures OpenShift broker, nodes and support servers",
"project_page": "https://github.com/openshift/puppet-openshift_origin",
Expand All @@ -42,7 +42,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.6.0"
"version_requirement": ">=4.3.2"
},
{
"name": "blentz/selinux_types",
Expand Down

0 comments on commit 6f51b63

Please sign in to comment.