Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
f5f4bd20
Commit
f5f4bd20
authored
Jul 28, 2010
by
Tarun Prabhu
Browse files
Syntax errors fixed :(
parent
11a411f6
Changes
2
Show whitespace changes
Inline
Side-by-side
protogeni/rspec/ext/emulab/1/ptop_extension.rnc
View file @
f5f4bd20
...
...
@@ -12,7 +12,7 @@ NodeFlagSpec =
## Indicates that this node should never be considered identical to any
## other node. Could be done with a property
## Valid only for physical nodes
element emulab:unique { empty }?
&
element emulab:unique { empty }?
TypeLimitSpec =
element emulab:set_type_limit { TypeLimitContents }
...
...
protogeni/rspec/ext/emulab/1/vtop_extension.rnc
View file @
f5f4bd20
...
...
@@ -54,17 +54,10 @@ VclassSpec = element emulab:vclass {
attribute name { text } &
## Specify whether the vclass is hard (ie. all nodes *must* be of the same
## type) or soft (ie. violating it is allowed, but penalize)
(element hard { empty } |
(element soft { empty },
element weight { xsd:float { minInclusive = "0.0" } } )) &
element physical_type { text }+
attribute weight { "hard" | xsd:float { minInclusive = "0.0" } } &
## The physical types associated with this vclass
element emulab:physical_type { attribute name { text } }+
}
start = HintToSpec | NodeFlagSpec | LinkFlagSpec | VclassSpec
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment