Jump to: navigation, search

File:TrunkPortApiAfter.png

Original file(1,208 × 416 pixels, file size: 67 KB, MIME type: image/png)
digraph {

    compound = true
    rankdir = RL
    node [
        shape = plaintext
    ]

    net [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head" >neutron resource: net</td></tr>
                    <tr><td align="left"   port="id"   >id</td></tr>
                </table>>
    ]

    instance [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head"            >nova resource: instance</td></tr>
                    <tr><td align="left"   port="id"              >id</td></tr>
                    <tr><td align="left"   port="hypervisor_host" >hypervisor_host</td></tr>
                </table>>
    ]

    host [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head"      >nova resource: host</td></tr>
                    <tr><td align="left"   port="host_name" >host_name</td></tr>
                </table>>
    ]

    port_trunk [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head"            >neutron resource: port (trunk)</td></tr>
                    <tr><td align="left"   port="id"              >id</td></tr>
                    <tr><td align="left"   port="network_id"      >network_id</td></tr>
                    <tr><td align="left"   port="device_owner"    >device_owner = nova:compute</td></tr>
                    <tr><td align="left"   port="device_id"       >device_id</td></tr>
                    <tr><td align="left"   port="binding_host_id" >binding:host_id</td></tr>
                    <tr><td align="left"   port="mac_address"     >mac_address</td></tr>
                </table>>
    ]

    port_subport [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head"              >neutron resource: port (subport)</td></tr>
                    <tr><td align="left"   port="id"                >id</td></tr>
                    <tr><td align="left"   port="network_id"        >network_id</td></tr>
                    <tr><td align="left"   port="device_owner"      >device_owner = ?</td></tr>
                    <tr><td align="left"   port="device_id"         >device_id = ?</td></tr>
                    <tr><td align="left"   port="binding_host_id"   >binding:host_id = ?</td></tr>
                    <tr><td align="left"   port="mac_address"       >mac_address</td></tr>
                </table>>
    ]

    trunk [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head"              >neutron resource: trunk</td></tr>
                    <tr><td align="left"   port="id"                >id</td></tr>
                    <tr><td align="left"   port="name"              >name</td></tr>
                    <tr><td align="left"   port="tenant_id"         >tenant_id</td></tr>
                    <tr><td align="left"   port="port_id"           >port_id</td></tr>
                </table>>
    ]

    trunk_member_subports [
        shape = oval
        label = "trunk resource member:\n/v2.0/trunks/TRUNK-ID/subports:\n[[port id, segmentation type and id],\n...]]"
    ]

    ##

    port_subport:id -> trunk_member_subports [
        dir = back
    ]

    port_trunk:id -> trunk:port_id [
        dir = back
    ]

    trunk_member_subports -> trunk:id [
        dir = none
    ]

    instance:id -> port_trunk:device_id [
        dir = back
    ]

    host:host_name -> port_trunk:binding_host_id [
        dir = back
    ]

    net:id -> port_trunk:network_id [
        dir = back
    ]

    net:id -> port_subport:network_id [
        dir = back
    ]

    host:host_name -> instance:hypervisor_host [
        dir = back
    ]

}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:29, 20 January 2016Thumbnail for version as of 15:29, 20 January 20161,208 × 416 (67 KB)Bence.romsics (talk | contribs)
07:44, 30 October 2015Thumbnail for version as of 07:44, 30 October 2015963 × 291 (42 KB)Bence.romsics (talk | contribs)
  • You cannot overwrite this file.

There are no pages that link to this file.