GENI-NSF / geni-portal

A UI for a GENI clearinghouse
Other
3 stars 8 forks source link

Show useful information from FOAM sliver status #766

Open tcmitchell opened 9 years ago

tcmitchell commented 9 years ago

The portal displays the following information from a FOAM sliver status record:

Status  Aggregate
READY   Utah InstaGENI OpenFlow

Status  Resource
READY   urn:publicid:IDN+ch1.gpolab.bbn.com:tcm-test+slice+s0806:6e14cb5e-c490-4a84-b265-cbf1b19924da

What should it display?

For reference, here is a sample FOAM sliver status record:

{
  "https:\/\/foam.utah.geniracks.net:3626\/foam\/gapi\/2":{
    "geni_status":"ready",
    "geni_urn":"urn:publicid:IDN+ch1.gpolab.bbn.com:tcm-test+slice+s0806:6e14cb5e-c490-4a84-b265-cbf1b19924da",
    "foam_pend_reason":[

    ],
    "foam_expires":"2013-08-21 00:00:00+00:00",
    "geni_resources":[
      {
        "geni_urn":"urn:publicid:IDN+ch1.gpolab.bbn.com:tcm-test+slice+s0806:6e14cb5e-c490-4a84-b265-cbf1b19924da",
        "geni_error":"",
        "geni_status":"ready"
      }
    ],
    "foam_status":"approved"
  }
}

Imported from trac ticket #766, created by tmitchel on 08-16-2013 at 16:03, last modified: 07-15-2014 at 14:55 CCing: vthomas@..., nriga@..., sedwards@..., nick.bastin@..., jbs@...

tcmitchell commented 9 years ago

The foam_pend_reason is important. What form does it take? What are the elements of the list?

Trac comment by tmitchel (github user: tcmitchell) on 08-16-2013 at 16:11

ahelsing commented 9 years ago

Replying to tmitchel:

The foam_pend_reason is important. What form does it take? What are the elements of the list?

It's a list of user-readable strings (so if you have more than one problem, it'll tell you about all of them here).

Trac comment by nick.bastin on 08-16-2013 at 16:14