Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Alcor v0.14-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@xieus xieus released this 11 May 00:45
· 92 commits to master since this release
64f5d83

Release Summary

This release focuses on enabling new workflow, fundamental improvement and code stabilization. Some highlight of the v0.14-alpha release:

  • Deliver 2 new microservices & refactor 1 existing microservice for performance gain
  • Proof of concept for new on-demand workflow with Network Configuration manager and ACA on-demand engine
  • Introduce SDN gateway manager and finish E2E integration with Cloud Zeta gateway
  • Onboard new Goal State V2 for messaging performance improvement with various refined protobuf message changes
  • Streamline build, test and deployment pipeline and support integrated testing for both control and data plane
  • Code stabilization with 20+ bug fix

Features Added

New Features Development

Alcor Performance & Scalability

  • Scalability Design & Improvement
    • Private IP Manager improvement with IP address replacement support (Controller PR #520)
    • Agent performance improvement with massive L2 neighbor handling (Agent PR #176)
    • Leverage ovs_control function (Agent PR #186)
  • Messaging performance improvement
  • Performance report on Apache ignite 2.9.1 vs Postgres 13.1 for Alcor (Perf PR #3)
  • Message Queue scale path design improvement (Controller PRs #532, #544, #550, #594)

Alcor Fundamental

Stabilization and Bug fix