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
a90e3448
Commit
a90e3448
authored
Apr 21, 2011
by
Jonathon Duerig
Browse files
Final tweaks to rspecv2 manifest. The doom bell ringeth.
parent
ba5d8029
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/rspec/2/manifest.rnc
View file @
a90e3448
...
...
@@ -11,7 +11,11 @@
include "request.rnc"
NodeContents &=
attribute sliver_id { text }
attribute sliver_id { text } &
# List of all hostnames that can be used to access the node on the
# control network. These may be accessible only by other nodes local
# to the same CM.
element host { attribute name { text } }*
LinkContents &=
attribute sliver_id { text } &
...
...
@@ -19,7 +23,15 @@ LinkContents &=
attribute vlantag { text }
InterfaceContents &=
attribute mac_address { text } ?
attribute mac_address { text } ? &
# List of all hostnames associated with a particular
# interface. These may be names associated with an experimental
# interface that can be used to transit experimental traffic.
element host { attribute name { text } }*
LoginServiceContents &=
attribute username { text }?
# Default username. Used when there is only one username or one
# username should be used by default.
attribute username { text }? &
# List of all usernames that can be used to log into the node.
element user { attribute name { text } }*
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