From b22e0fc7f00bf124a3bd57f89f7fccc95e13ce24 Mon Sep 17 00:00:00 2001 From: Vahid Hashemian Date: Fri, 8 May 2015 16:23:43 -0700 Subject: [PATCH] Fix typos in tosca_elk.yaml file Fix a directory name typo and some other typos in the comments. Change-Id: I1385bd813544f078d1207773eb00dfe7a229e6aa --- translator/toscalib/tests/data/tosca_elk.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translator/toscalib/tests/data/tosca_elk.yaml b/translator/toscalib/tests/data/tosca_elk.yaml index 0a106f9c..bcce1395 100644 --- a/translator/toscalib/tests/data/tosca_elk.yaml +++ b/translator/toscalib/tests/data/tosca_elk.yaml @@ -1,10 +1,10 @@ tosca_definitions_version: tosca_simple_yaml_1_0_0 description: > - This TOSCA simple profile deployes nodejs, mongodb, elasticsearch, logstash + This TOSCA simple profile deploys nodejs, mongodb, elasticsearch, logstash and kibana each on a separate server with monitoring enabled for nodejs server where a sample nodejs application is running. The rsyslog and collectd - are insatlled on a nodejs server. + are installed on a nodejs server. imports: - custom_types/paypalpizzastore_nodejs_app.yaml @@ -104,7 +104,7 @@ topology_template: elasticsearch_ip: { get_attribute: [elasticsearch_server, private_address] } interfaces: tosca.interfaces.node.lifecycle.Standard: - create: lostash/create.sh + create: logstash/create.sh start: logstash/start.sh kibana: type: tosca.nodes.SoftwareComponent.Kibana