Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(583)

Unified Diff: hooks/start

Issue 56170043: uncomments open-port in start hook
Patch Set: uncomments open-port in start hook Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « config.yaml ('k') | icon.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hooks/start
=== modified file 'hooks/start'
--- hooks/start 2012-11-11 18:34:00 +0000
+++ hooks/start 2014-01-23 21:09:52 +0000
@@ -7,8 +7,8 @@
. $HOME/common.sh
-#open-port 9200/tcp
-#open-port 9300/tcp
+open-port 9200/tcp
+open-port 9300/tcp
/opt/elasticsearch/bin/service/elasticsearch start
# load up logstash template.
@@ -16,4 +16,4 @@
# really we should do this as part of the relationship join.
juju-log "sleep 10seconds then install logstash template"
sleep 10s
-curl -XPUT 'http://localhost:9200/_template/template_logstash/' -d @${HOME}/../files/charm/logstash-template.json
+curl -XPUT 'http://localhost:9200/_template/template_logstash/' -d @${HOME}/../files/charm/logstash-template.json
« no previous file with comments | « config.yaml ('k') | icon.svg » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b