Unverified Commit 6cef7540 authored by skoulouzis's avatar skoulouzis Committed by GitHub

Update application_example_output.yaml

parent 2bdd491a
......@@ -32,6 +32,19 @@ topology_template:
role: worker
user_name: vm_user
type: tosca.nodes.ARTICONF.VM.Compute
compute_3:
interfaces:
Standard:
create: dumy.yaml
properties:
disk_size: 50000 MB
host_name: vm
mem_size: 6000 MB
num_cores: 2
os: ubuntu 16
role: worker
user_name: vm_user
type: tosca.nodes.ARTICONF.VM.Compute
kubernetes:
interfaces:
Standard:
......@@ -95,11 +108,7 @@ topology_template:
requirements:
- vm:
capability: tosca.capabilities.ARTICONF.VM
node: compute
relationship: tosca.relationships.DependsOn
- vm:
capability: tosca.capabilities.ARTICONF.VM
node: compute_1
node: compute_3
relationship: tosca.relationships.DependsOn
type: tosca.nodes.ARTICONF.VM.topology
wordpress:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment