Skip to content

Commit

Permalink
cleanup to publish to forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Wood committed Sep 24, 2014
1 parent 8930e15 commit 1db5e51
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pkg/
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@

## Overview

Installs Neo4J (http://www.neo4j.com) on RHEL/Ubuntu/Debian from their distribution tarballs downloaded directly from their site.
Installs Neo4J (http://www.neo4j.com) on Ubuntu/Debian from their distribution tarballs downloaded directly from their site.

## Module Revisions
####1.0.0 - Initial Version

Added custom configuration of:
1. Version 2.x.x or later
1. Community or Enterprise editions
1. JVM Wrapper Settings
1. File Buffer Cache Options (see Max DeMarzi's blog [Scaling-Up](http://maxdemarzi.com/2013/11/25/scaling-up/))
1. Object Cache Options
1. New Relic java agent path specified (see http://www.newrelic.com)
1. Authentication Plugin installed and configured (see http://www.github.com)
1. Authenticated User Management
- Admin User
- Users and Passwords
- Read/Write or ReadOnly
1. High Availability Options
1. Version 2.x.x or later
1. Community or Enterprise editions
1. JVM Wrapper Settings
1. File Buffer Cache Options (see Max DeMarzi's blog [Scaling-Up](http://maxdemarzi.com/2013/11/25/scaling-up/))
1. Object Cache Options
1. New Relic java agent path specified (see http://www.newrelic.com)
1. Authentication Plugin installed and configured (see http://www.github.com)
1. Authenticated User Management
- Admin User
- Users and Passwords
- Read/Write or ReadOnly
1. High Availability Options

##Setup

Expand Down Expand Up @@ -214,12 +214,15 @@ These parameters configure the [Neo4j HA options](http://docs.neo4j.org/chunked/
**Default:** *undef*
- `ha_initial_hosts` -- Required. Other hosts in the cluster.
**Default:** *undef*

```puppet
$ha_initial_hosts = "${::ipaddress}:5001,other_ip:5001,another_ip:5001"
```

```puppet
$ha_initial_hosts = "${::fqdn}:5001,host1.domain:5001,host2.domain:5001"
```

- `ha_cluster_port` -- Port to listen to cluster heartbeats and management communications.
**Default:** *5001*
- `ha_data_port` -- Port to send/receive cluster data on.
Expand Down
17 changes: 17 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "amosjwood-neo4j",
"version": "1.0.0",
"author": "Amos Wood",
"license": "Licensed under (Apache 2.0)",
"summary": "A module installing and configuring Neo4j community or enterprise editions.",
"source": "https://github.com/amoswood/puppet-neo4j",
"project_page": "(https://forge.puppetlabs.com/amosjwood/amosjwood-neo4j)",
"issues_url": "",
"tags": ["neo", "neo4j", "nosql", "graph", "database", "relationship"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04" ]
}
]
}

0 comments on commit 1db5e51

Please sign in to comment.