Release version 1.13.7
[sdc.git] / catalog-be / src / test / resources / normativeTypes / topology_template_nodeEmpty.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0
2
3 description: >
4   This TOSCA simple profile deploys nodejs, mongodb, each on a separate server
5   with monitoring enabled for nodejs server where a sample nodejs application is running. 
6
7 topology_template:
8   
9   
10
11   outputs:
12     nodejs_url:
13       description: URL for the nodejs server, http://<IP>:3000
14       value: { get_attribute: [ app_server, private_address ] }
15     mongodb_url:
16       description: URL for the mongodb server.
17       value: { get_attribute: [ mongo_server, private_address ] }
18