Fix typos in tosca_elk.yaml file
Fix a directory name typo and some other typos in the comments. Change-Id: I1385bd813544f078d1207773eb00dfe7a229e6aa
This commit is contained in:
parent
7d5de33de0
commit
b22e0fc7f0
@ -1,10 +1,10 @@
|
|||||||
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
||||||
|
|
||||||
description: >
|
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
|
and kibana each on a separate server with monitoring enabled for nodejs
|
||||||
server where a sample nodejs application is running. The rsyslog and collectd
|
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:
|
imports:
|
||||||
- custom_types/paypalpizzastore_nodejs_app.yaml
|
- custom_types/paypalpizzastore_nodejs_app.yaml
|
||||||
@ -104,7 +104,7 @@ topology_template:
|
|||||||
elasticsearch_ip: { get_attribute: [elasticsearch_server, private_address] }
|
elasticsearch_ip: { get_attribute: [elasticsearch_server, private_address] }
|
||||||
interfaces:
|
interfaces:
|
||||||
tosca.interfaces.node.lifecycle.Standard:
|
tosca.interfaces.node.lifecycle.Standard:
|
||||||
create: lostash/create.sh
|
create: logstash/create.sh
|
||||||
start: logstash/start.sh
|
start: logstash/start.sh
|
||||||
kibana:
|
kibana:
|
||||||
type: tosca.nodes.SoftwareComponent.Kibana
|
type: tosca.nodes.SoftwareComponent.Kibana
|
||||||
|
Loading…
x
Reference in New Issue
Block a user