Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Revise current storage health reporting in EVE OS
  • Add
    • Reporting multiple disks
    • S.M.A.R.T reporting
    • Zpool status errors
  • Enable reporting in the cloud
  • Online pool grow (manual)
    • If more disks added to the pool

Networking

Installation

  • Initial support for single-use EVE image installer (USB images only)
    • Supports protobuf format bootstrap config for non-DHCP network installations
    • Enables easier new user installation experience via "auto-onboarding" capability (single-use keys enable hands-off onboarding of EVE to its controller that generated the installer image)

...

Networking

  1. NIM refactoring (design and most of the implementation done in rel. G)
    • Generically solve the state reconciliation problem (will be applicable not only for network config management)
    • Better separation of concerns (more sub-components inside)
    • Improve robustness, readability and extensibility
  2. VLAN and LAG support (design + APIs in rel. G)
    • Support VLAN+LAG for EVE management and local network instances
    • Should be a lot easier to do after the refactoring
  3. Support Jumbo frames
  4. Expose GPS data to controller and applications (from GPS which is part of the LTE modem)
  5. Network Instance VRFs
    • Isolate network instances on the L3 layer
    • Should be a lot easier to do after the refactoring
  6. Network performance testing
    • Prepare lab for network performance testing
  7. SR-IOV support - design

Testing/Validation

  1. Add test suite to validate that a hardware platform supports EVE (with an eye towards future hardware certfication)
    1. Once passed should submit PR with hardware model description
  2. Current all the unit tests and half the integration tests are open source; open source remainder of integration tests

...