Skip to content

Commit

Permalink
fixed minor typo changes, v 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhatri committed Aug 11, 2014
1 parent a07ccbe commit c3d1458
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,46 @@ solrcloud CHANGELOG

This file is used to list changes made in each version of the solrcloud cookbook.

0.2.6
-----
-vkhatri - Fixed Typo Changes in README examples

0.2.5
-----
-vkhatri - Renamed solr.xml node attributes convention to generic

-vkhatri - Added Request Log attributes

-vkhatri - Added Jetty JMX

-vkhatri - Added JMX Authentication & Authorization

-vkhatri - Added Jetty SSL

-vkhatri - Added Solr Service Startup Wait Time attribute

-vkhatri - Updated configSet now will notify zookeeper upconfig

-vkhatri - Added Jetty Server Core attributes

-vkhatri - Added Jetty default connector attributes

-vkhatri - Added Jetty SSL connector attributes

-vkhatri - Added SSL key store file

-vkhatri - Added Default key store file generation and management

-vkhatri - Added User defined key store file SSL

-vkhatri - Separated manager attribute to collection manager, zkconfigSet managet and zkconfigSet source manager

-vkhatri - Fixed collection first time run failure due to solr service down, now logs a message when solr service is down

-vkhatri - Updated collection LWRP, now if manage_collections is disabled, LWRP would not create collection resource

-vkhatri - Updated zkconfigsets LWRP, now if manage_zkconfigsets is disabled, LWRP would not create zkconfigsets zookeeper upconfig resource

-vkhatri - Updated zkconfigsets LWRP, now if manage_zkconfigsets_source is disabled, LWRP would not create zkconfigsets source resource

0.2.1
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ will work just fine for a single node solrcloud cluster.
"default_attributes": {
"solrcloud": {
"zk_run": true,
"port": "80",
"port": "8080",
"setup_user": true,
"manager": true,
"zkconfigsets": {
Expand All @@ -458,14 +458,14 @@ will work just fine for a single node solrcloud cluster.

"default_attributes": {
"solrcloud": {
"config": {
"solr_config": {
"solrcloud": {
"zk_host": [
"zookeeper_ip:zookeeper_port"
]
}
},
"port": "80",
"port": "8080",
"setup_user": true,
"manager": true,
"zkconfigsets": {
Expand Down Expand Up @@ -494,14 +494,14 @@ On `any one` of the cluster node, enable attribute `node[:solrcloud][:zk_run]` a

"default_attributes": {
"solrcloud": {
"config": {
"solr_config": {
"solrcloud": {
"zk_host": [
"instance_with_zk_run_ip:zookeeper_port_default_2181"
]
}
},
"port": "80",
"port": "8080",
"setup_user": true,
"manager": true,
"zkconfigsets": {
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Apache Solr'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.5'
version '0.2.6'

depends "java"
depends "ulimit"
Expand Down

0 comments on commit c3d1458

Please sign in to comment.