Opened 12 years ago

Closed 12 years ago

#43 closed (fixed)

RSpecs: Ensure manifests include assigned IPs, etc

Reported by: ahelsing@bbn.com Owned by: ibaldin@renci.org
Priority: minor Milestone:
Component: AM Version: SPIRAL4
Keywords: Cc:
Dependencies:

Description

Double check manifests include assigned IPs, netmask, etc in the <interface> sub-element of <node> elements.

(see manifest-common.xsd and <xs:complexType name="IpContents"> )

Change History (5)

comment:1 Changed 12 years ago by ibaldin@renci.org

Owner: changed from somebody to ibaldin@renci.org
Status: newassigned

comment:2 Changed 12 years ago by ahelsing@bbn.com

type: taskenhancement

I see the IP, netmask. Not type. That's probably fine. Adding it would be nice, eg:

        <interface client_id="left:if0" component_id="eth4" mac_address="000423b71ff8" sliver_id="urn:publicid:IDN+emulab.net+sliver+44426">      
            <ip address="192.168.44.1" mask="255.255.255.0" type="ipv4"/>      
        </interface>    

comment:3 Changed 12 years ago by ahelsing@bbn.com

type was not in the request I note

comment:4 Changed 12 years ago by ibaldin@renci.org

Added type to manifest. Currently we ignore type in request (assumed v4). It won't take much work to add v6 support today, but we will probably do it as part of adding support for new OpenStack? and Quantum API.

comment:5 Changed 12 years ago by ahelsing@bbn.com

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.