#1014 closed (fixed)
Change units on capacity in stitching extension
Reported by: | Aaron Helsinger | Owned by: | tlehman@maxgigapop.net |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | MAXSCS | Version: | SPIRAL5 |
Keywords: | Cc: | xyang@maxgigapop.net | |
Dependencies: |
Description
The capacity field in the stitching extension uses different units than in the main body of the RSpec. Change the default units in the stitching extension to kbits. Additionally, accept explicit units - e.g.
G, g, Gbps, gbps, M, m, Mbps, mbps, K, k, Kbps, kbps, B, b, bps
The make coordinated changes in the stitching service, ION AM, etc.
Change History (3)
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Please update the wiki on how to create the stitching extension to note the default units.
comment:3 Changed 10 years ago by
Added the following note in red color to bottom of some wiki pages:
Note: GENI Stitching extension uses kilobit-per-second (kbps) as default unit for bandwidth/capacity. It also accepts explicit unit like B,K,M,G, Mb, Mbps etc. The above example RSpecs originally used bps as default and have not been updated.
Patched both AM and SCS code and checked in the code to repositories.