Changes between Version 2 and Version 3 of NetworkRspecMiniWorkshopNotes
- Timestamp:
- 06/26/09 10:46:03 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NetworkRspecMiniWorkshopNotes
v2 v3 41 41 42 42 You're in cluster B, a candidate slice would include Internet2 VLANs 43 connecting spp nodes and !GpENI and Stanford.43 connecting spp nodes and GpENI and Stanford. 44 44 45 45 ''John Turner'' Sounds like Internet2 VLANs on an spp somehow ending … … 81 81 a goal non-IP, not layered over IP connectivity for GENI. 82 82 83 ''Rob Ricci'' Maybe we should do with !!GpENI -- get a fiber from the83 ''Rob Ricci'' Maybe we should do with GpENI -- get a fiber from the 84 84 local Internet2 POP to our campus. 85 85 … … 141 141 == Enterprise GENI view ''Rob Sherwood'' == 142 142 143 !OpenFlow overview144 145 143 !FlowVisor mosly feature complete, publicly released. 146 144 … … 253 251 Ticket, receipt (signed, type of credential) 254 252 255 Manifest, packing slip (returned by !CreateSliver())253 Manifest, packing slip (returned by CreateSliver()) 256 254 257 255 Model we have now is that an individual component manager will accept or … … 449 447 450 448 {{{ 451 RSpec = !GetResources()449 RSpec = GetResources() 452 450 }}} 453 451 … … 455 453 456 454 {{{ 457 !SetResources(RSpec)455 SetResources(RSpec) 458 456 }}} 459 457 … … 464 462 {{{ 465 463 while (true) 466 if !SetResources(RSpec)464 if SetResources(RSpec) 467 465 break 468 466 }}} … … 476 474 477 475 VINI today 478 [[[ 476 {{{ 479 477 P(R, C) -> true if R and C are the same graph 480 478 }}} … … 487 485 !PlanetLab today 488 486 {{{ 489 487 P(R, C) -> true if R is a subset of C and site sliver count OK 490 488 }}} 491 489 … … 515 513 516 514 we aren't the first to face this: netowkr marjup language working group 517 (NML-WG). Participants include Internet2, ESnet ( !PerfSONAR model) Dante/ GN2.515 (NML-WG). Participants include Internet2, ESnet (PerfSONAR model) Dante/ GN2. 518 516 University Amsterdam (NDL) 519 517 … … 575 573 576 574 We're using this to control any component at MAX, planetlab nodes, DRAGON, 577 Equcalyptus, PASTA wireless, !NetFPGA-based !OpenFlow switches.578 579 Putting !NetFPGA cards in a machine, putting them out on the net somewhere.575 Equcalyptus, PASTA wireless, NetFPGA-based !OpenFlow switches. 576 577 Putting NetFPGA cards in a machine, putting them out on the net somewhere. 580 578 581 579 We want this aggregate manager to be able ot manage anything on the net. … … 657 655 ''Larry Peterson'' you're forcing us into realtime project negotiation 658 656 here. I think we ought to do as much as we can assuming IP as the 659 interconnect. It works for some, maybe not all -- !GpENI? SPP boxes?657 interconnect. It works for some, maybe not all -- GpENI? SPP boxes? 660 658 661 659 ''John Turner'' users can log into each and allocate by hand. No more explicit … … 671 669 ''Chris Tracy'' We can provision nodes via DRAGON 672 670 673 ''John Turner'' For both !GpENI and DRAGON we can terminate a671 ''John Turner'' For both GpENI and DRAGON we can terminate a 674 672 connection that we have VLANs defined on. There is a non-trivial 675 673 amount of control software that we need to write but we have other … … 713 711 are adding DC. 714 712 715 ''Chris Tracy'' How is !GpENI going to connect to Internet2 DCN or the713 ''Chris Tracy'' How is GpENI going to connect to Internet2 DCN or the 716 714 GENI wave? 717 715