50 likes | 251 Views
TOSCA-34. Author/ Email: Author's name/Author's email Version: V1.0(20YYMMDD). Scenario. Two nodes are logically separated The instantiations of nodes are separated. < DeploymentArtifact name=“app" type=" http://docs.oasis-open.org/tosca/ns/2011/12/deploymentArtifacts/ovfRef "> A.ovf
E N D
TOSCA-34 • Author/ Email: Author's name/Author's email • Version: V1.0(20YYMMDD)
Scenario • Two nodes are logically separated • The instantiations of nodes are separated • <DeploymentArtifact name=“app" type="http://docs.oasis-open.org/tosca/ns/2011/12/deploymentArtifacts/ovfRef "> • A.ovf • </DeploymentArtifact> Ovf packageA …… A.img AppServer integratedwith DBServer • <DeploymentArtifact name=“app" type="http://docs.oasis-open.org/tosca/ns/2011/12/deploymentArtifacts/ovfRef "> • B.ovf • </DeploymentArtifact> Ovf package B …… B.img
Scenario • Two nodes are logically separated • The instantiations of nodes are associated AppServer Ovf passage …… A.img B.img • <DeploymentArtifact name=“app_db" type="http://docs.oasis-open.org/tosca/ns/2011/12/deploymentArtifacts/ovfRef "> • AB.ovf • </DeploymentArtifact> integratedwith DBServer The body of DeploymentArtifact contains the type-specific content.For example, if the type attribute contains the valuehttp://docs.oasis-open.org/tosca/ns/2011/12/deploymentArtifacts/ovfRef, the body will contain an XML fragment with a reference to an OVF package and a mapping between service template data and elements of the respective OVF envelope It is better to clarify the mapping process.
An example • <DeploymentArtifact name=“app" type="http://docs.oasis-open.org/tosca/ns/2011/12/deploymentArtifacts/ovfRef "> • <Reference> http://www.example.com/ovfpackage/AB.ovf</Reference> • <VirtualArtifacts> • <VirtualArtifact>virtualSystem_appserver</VirtualArtifact> • <VirtualArtifacts> • </DeploymentArtifact> AppServer integratedwith DBServer • <DeploymentArtifact name=“db" type="http://docs.oasis-open.org/tosca/ns/2011/12/deploymentArtifacts/ovfRef "> • <Reference> http://www.example.com/ovfpackage/AB.ovf</Reference> • <VirtualArtifacts> • <VirtualArtifact>virtualSystem_dbserver</VirtualArtifact> • <VirtualArtifacts> • </DeploymentArtifact>