Opened 12 years ago

Closed 12 years ago

#61 closed (fixed)

Ad RSpec: missing ptop_extension schemaLocation

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

Description

Ad RSpecs fail to pass rspeclint validation

ns3:node_type unknown namespace http://www.protogeni.net/resources/rspec/ext/emulab/1 - it is missing from schemaLocation

Fix with a header like this:

<rspec type="advertisement" xmlns="http://www.geni.net/resources/rspec/3" xmlns:ns2="http://hpn.east.isi.edu/rspec/ext/stitch/0.1/" xmlns:ns3="http://www.protogeni.net/resources/rspec/ext/emulab/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.geni.net/resources/rspec/3 http://www.geni.net/resources/rspec/3/ad.xsd http://hpn.east.isi.edu/rspec/ext/stitch/0.1/ http://hpn.east.isi.edu/rspec/ext/stitch/0.1/stitch-schema.xsd http://www.protogeni.net/resources/rspec/ext/emulab/1 http://www.protogeni.net/resources/rspec/ext/emulab/1/ptop_extension.xsd">  

Change History (2)

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

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

This should be fixed.

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

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