OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

tosca message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Created: (TOSCA-138) WD02 - Define a Network topology for L2 Networks along with support for Gateways, Subnets, Floting IPs and


WD02 - Define a Network topology for L2 Networks along with support for Gateways, Subnets, Floting IPs and 
-----------------------------------------------------------------------------------------------------------

                 Key: TOSCA-138
                 URL: http://tools.oasis-open.org/issues/browse/TOSCA-138
             Project: OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) TC
          Issue Type: New Feature
          Components: Profile-YAML
    Affects Versions: CSD1
            Reporter: Matthew Rutkowski 
            Assignee: Luc Boutier
             Fix For: CSD1


Luc has a proposal prepared in MS Word format.  Will copy here as best I can, but will rely upon him to link the document and present during Interop SC call during WD02 timeframe.

Rough copy:
=========
B.2.10 tosca.nodes.Network
The TOSCA Network node represents a simple, logical network service. Represents an isolated L2 segment, analogous to VLAN in the physical networking world.
		
B.2.10.2 Definition
  tosca.nodes.Network:
    derived_from: tosca.nodes.Root 
    properties:
      # TBD
    requirements:
      # TBD

B.2.11 tosca.nodes.SubNet
A block of v4 or v6 IP addresses and associated configuration state.
		
B.2.11.2 Definition
  tosca.nodes.SubNet:
    derived_from: tosca.nodes.Root 
    properties:
      # TBD
    requirements:
      # TBD

B.2.12 tosca.nodes.Gateway
Represents an Internet gateway that can be attached to a tosca.nodes.Network node to provide internet access to the defined network.
		
B.2.12.2 Definition
  tosca.nodes.SubNet:
    derived_from: tosca.nodes.Root 
    properties:
      # TBD
    requirements:
      # TBD

B.2.13 tosca.nodes.Router
This base Node Type will be developed in future drafts of this specification
			
B.2.13.2 Definition
  tosca.nodes.SubNet:
    derived_from: tosca.nodes.Root 
    properties:
      # TBD
    requirements:
      # TBD

B.2.14 tosca.nodes.FloatingIp
Represents a floating IP that can be attached to a Compute node.
			
B.2.14.2 Definition
  tosca.nodes.FloatingIp:
    derived_from: tosca.nodes.Root 
    properties:
      # TBD
    requirements:
      # TBD



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]