summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_elk.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tosca2heat/heat-translator/translator/tests/data/hot_output/hot_elk.yaml')
-rw-r--r--tosca2heat/heat-translator/translator/tests/data/hot_output/hot_elk.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_elk.yaml b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_elk.yaml
index debbcf7..7d0a038 100644
--- a/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_elk.yaml
+++ b/tosca2heat/heat-translator/translator/tests/data/hot_output/hot_elk.yaml
@@ -52,7 +52,7 @@ resources:
mongodb_ip:
get_attr:
- mongo_server
- - networks
+ - first_address
server:
get_resource: app_server
signal_transport: HEAT_SIGNAL
@@ -111,7 +111,7 @@ resources:
mongodb_ip:
get_attr:
- mongo_server
- - networks
+ - first_address
server:
get_resource: mongo_server
signal_transport: HEAT_SIGNAL
@@ -189,7 +189,7 @@ resources:
logstash_ip:
get_attr:
- logstash_server
- - networks
+ - first_address
server:
get_resource: app_server
signal_transport: HEAT_SIGNAL
@@ -285,7 +285,7 @@ resources:
logstash_ip:
get_attr:
- logstash_server
- - networks
+ - first_address
server:
get_resource: app_server
signal_transport: HEAT_SIGNAL
@@ -363,7 +363,7 @@ resources:
elasticsearch_ip:
get_attr:
- elasticsearch_server
- - networks
+ - first_address
server:
get_resource: logstash_server
signal_transport: HEAT_SIGNAL
@@ -440,11 +440,11 @@ resources:
elasticsearch_ip:
get_attr:
- elasticsearch_server
- - networks
+ - first_address
kibana_ip:
get_attr:
- kibana_server
- - networks
+ - first_address
server:
get_resource: kibana_server
signal_transport: HEAT_SIGNAL
@@ -523,32 +523,32 @@ outputs:
value:
get_attr:
- app_server
- - networks
+ - first_address
mongodb_url:
description: URL for the mongodb server.
value:
get_attr:
- mongo_server
- - networks
+ - first_address
logstash_url:
description: URL for the logstash server.
value:
get_attr:
- logstash_server
- - networks
+ - first_address
elasticsearch_url:
description: URL for the elasticsearch server.
value:
get_attr:
- elasticsearch_server
- - networks
+ - first_address
kibana_url:
description: URL for the kibana server.
value:
get_attr:
- kibana_server
- - networks
+ - first_address