Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
f5f4bd20
Commit
f5f4bd20
authored
Jul 28, 2010
by
Tarun Prabhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Syntax errors fixed :(
parent
11a411f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
11 deletions
+4
-11
protogeni/rspec/ext/emulab/1/ptop_extension.rnc
protogeni/rspec/ext/emulab/1/ptop_extension.rnc
+1
-1
protogeni/rspec/ext/emulab/1/vtop_extension.rnc
protogeni/rspec/ext/emulab/1/vtop_extension.rnc
+3
-10
No files found.
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
Markdown
is supported
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