Ticket #139 (closed task: fixed)
a successful createsliver reports the slice expiration time, which is confusing
| Reported by: | chaos | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 2.0 |
| Component: | gcf | Version: | |
| Keywords: | Cc: | ||
| Dependencies: |
Description
I got this output from createsliver today:
$ omni1 -a http://www.pgeni1.gpolab.bbn.com/protogeni/xmlrpc/am
createsliver ecgtest2 ~/omni/rspecs/request/misc/protogeni-any-one-
node.rspec
INFO:omni:Loading config file /home/chaos/omni/omni_pgeni1
INFO:omni:Using control framework pg
INFO:omni:Slice urn:publicid:IDN+pgeni1.gpolab.bbn.com+slice+ecgtest2
expires on 2012-05-25 00:00:00 UTC
INFO:omni:Creating sliver(s) from rspec file
/home/chaos/omni/rspecs/request/misc/protogeni-any-one-node.rspec for
slice urn:publicid:IDN+pgeni1.gpolab.bbn.com+slice+ecgtest2
INFO:omni:Asked http://www.pgeni1.gpolab.bbn.com/protogeni/xmlrpc/am to
reserve resources. Result:
INFO:omni:<?xml version="1.0" ?>
INFO:omni:<!-- Reserved resources for:
Slice: ecgtest2
At AM:
URL: http://www.pgeni1.gpolab.bbn.com/protogeni/xmlrpc/am
-->
INFO:omni:<rspec xmlns="http://protogeni.net/resources/rspec/0.2">
<node
component_manager_urn="urn:publicid:IDN+pgeni1.gpolab.bbn.com+authority+cm"
component_manager_uuid="957cd0c5-c5a4-11df-a3fa-000c29b09582"
component_urn="urn:publicid:IDN+pgeni1.gpolab.bbn.com+node+pc1"
component_uuid="61eb143d-b641-11df-ab7f-000c29b09582" exclusive="1"
hostname="pc1.pgeni1.gpolab.bbn.com"
sliver_urn="urn:publicid:IDN+pgeni1.gpolab.bbn.com+sliver+79"
sliver_uuid="9574f2c6-9aa4-11e1-adf1-000c29b09582" sshdport="22"
virtual_id="geni1" virtualization_subtype="raw" virtualization_type
="emulab-vnode">
<services> <login authentication="ssh-keys"
hostname="pc1.pgeni1.gpolab.bbn.com" port="22" username="chaos"/>
</services> </node>
</rspec>
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createsliver:
Options as run:
aggregate:
http://www.pgeni1.gpolab.bbn.com/protogeni/xmlrpc/am
configfile: /home/chaos/omni/omni_pgeni1
framework: pg
native: True
Args: createsliver ecgtest2 /home/chaos/omni/rspecs/request/misc
/protogeni-any-one-node.rspec
Result Summary: Slice
urn:publicid:IDN+pgeni1.gpolab.bbn.com+slice+ecgtest2 expires on
2012-05-25 00:00:00 UTC
Reserved resources on
http://www.pgeni1.gpolab.bbn.com/protogeni/xmlrpc/am.
INFO:omni: ============================================================
$ type omni1
omni1 is aliased to `~/src/gcf-1.5/src/omni.py -c ~/omni/omni_pgeni1'
I think it's confusing that createsliver tells you the slice expiration time, since the sliver expiration time might be different, and more closely matches what you just created.
Change History
Note: See
TracTickets for help on using
tickets.
