Commit 268ca72f authored by Spiros Koulouzis's avatar Spiros Koulouzis

updated test tosca file

parent edf39e93
...@@ -49,7 +49,7 @@ topology_template: ...@@ -49,7 +49,7 @@ topology_template:
capability: tosca.capabilities.ARTICONF.VM.topology capability: tosca.capabilities.ARTICONF.VM.topology
node: topology node: topology
relationship: tosca.relationships.HostedOn relationship: tosca.relationships.HostedOn
type: tosca.nodes.ARTICONF.Orchestrator.Kubernetes type: tosca.nodes.ARTICONF.docker.Orchestrator.Kubernetes
logspout: logspout:
artifacts: artifacts:
image: image:
...@@ -66,7 +66,7 @@ topology_template: ...@@ -66,7 +66,7 @@ topology_template:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
requirements: requirements:
- host: - host:
capability: tosca.capabilities.ARTICONF.Orchestrator capability: tosca.capabilities.ARTICONF.docker.Orchestrator
node: kubernetes node: kubernetes
relationship: tosca.relationships.HostedOn relationship: tosca.relationships.HostedOn
type: tosca.nodes.ARTICONF.Container.Application.Docker type: tosca.nodes.ARTICONF.Container.Application.Docker
...@@ -88,7 +88,7 @@ topology_template: ...@@ -88,7 +88,7 @@ topology_template:
- db_data:/var/lib/mysql - db_data:/var/lib/mysql
requirements: requirements:
- host: - host:
capability: tosca.capabilities.ARTICONF.Orchestrator capability: tosca.capabilities.ARTICONF.docker.Orchestrator
node: kubernetes node: kubernetes
relationship: tosca.relationships.HostedOn relationship: tosca.relationships.HostedOn
type: tosca.nodes.ARTICONF.Container.Application.Docker type: tosca.nodes.ARTICONF.Container.Application.Docker
...@@ -148,7 +148,7 @@ topology_template: ...@@ -148,7 +148,7 @@ topology_template:
relationship: relationship:
type: tosca.relationships.DependsOn type: tosca.relationships.DependsOn
- host: - host:
capability: tosca.capabilities.ARTICONF.Orchestrator capability: tosca.capabilities.ARTICONF.docker.Orchestrator
node: kubernetes node: kubernetes
relationship: tosca.relationships.HostedOn relationship: tosca.relationships.HostedOn
type: tosca.nodes.ARTICONF.Container.Application.Docker type: tosca.nodes.ARTICONF.Container.Application.Docker
......
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