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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DABSquared/opsworks-elasticsearch-cookbook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: voice/opsworks-elasticsearch-cookbook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 20, 2014

  1. Copy the full SHA
    911ab90 View commit details
Showing with 5 additions and 37 deletions.
  1. +5 −37 opsworks-elasticsearch.template
42 changes: 5 additions & 37 deletions opsworks-elasticsearch.template
Original file line number Diff line number Diff line change
@@ -19,11 +19,6 @@
"Description": "WebPassword",
"Type": "String",
"Default": "password"
},
"S3Archive": {
"Description": "S3ArchiveURL",
"Type": "String",
"Default": "ENTER YOUR S3 ARCHIVE URL"
}
},
"Conditions": {
@@ -174,12 +169,12 @@
"name": "opsworks-elasticsearch"
},
"gateway": {
"expected_nodes": 3
"expected_nodes": 1
},
"discovery": {
"type": "ec2",
"zen": {
"minimum_master_nodes": 2,
"minimum_master_nodes": 1,
"ping": {
"multicast": {
"enabled": false
@@ -298,7 +293,7 @@
{
"MountPoint": "/mnt/elasticsearch-data",
"NumberOfDisks": 1,
"Size": 100
"Size": 15
}
],
"CustomSecurityGroupIds": [
@@ -322,36 +317,9 @@
"Ref": "searchLayer"
}
],
"InstanceType": "m3.large"
}
},
"myInstance2": {
"Type": "AWS::OpsWorks::Instance",
"Properties": {
"StackId": {
"Ref": "myStack"
},
"LayerIds": [
{
"Ref": "searchLayer"
}
],
"InstanceType": "m3.large"
}
},
"myInstance3": {
"Type": "AWS::OpsWorks::Instance",
"Properties": {
"StackId": {
"Ref": "myStack"
},
"LayerIds": [
{
"Ref": "searchLayer"
}
],
"InstanceType": "m3.large"
"InstanceType": "t1.micro"
}
}
}
}
}