CentaurusInfra / fornax

Fornax for autonomous and flexible edge computing
Apache License 2.0
8 stars 16 forks source link

merge POC control plane and data plane changes to Mizar repo #47

Closed pdgetrf closed 2 years ago

pdgetrf commented 2 years ago

this includes (not limited to):

  1. Sync to the latest Mizar commit
  2. Specifying VPC id (this might require further change)
  3. Control plane (python code) to take gateway host ip from file and put into config map
  4. Control plane assign gateway as the bouncer for "remote subnets" (note: all remote subnets will share this gateway as bouncer)
  5. Control plane passes gateway ip to data plane (transit XDP)
  6. Transit XDP picks up gateway
pdgetrf commented 2 years ago

related PR: https://github.com/CentaurusInfra/mizar/pull/582