Skip to content

Add Storage to XIR, Fix unit types

Lincoln Thurlow requested to merge add-rally into master

This MR introduces the addition of Storage to xir. Users specify Storage Objects which can then be mounted to devices. In this initial deployment users specify type of storage, size of storage, and the name of storage. Users can attach the storage to a device providing a mount path for the specified storage.

This MR also addresses binary/decimal prefixing for network and storage unit types.

Merge request reports