futurewei-cloud / alcor

Alcor: Cloud native SDN platform powered by Kubernetes and Istio
MIT License
32 stars 33 forks source link

[Schema][DPM] Update protobuf contract and opType #539

Closed cj-chung closed 3 years ago

cj-chung commented 3 years ago

This PR includes:

  1. Update vpc.proto (remove subnetid)
  2. Update the order of OperationType in common.proto
  3. Unbind VpcConfiguration and AuxGateway in vpc.proto
  4. Remove auxiliarygateway.proto
  5. Create a new gateway.proto
  6. remove all related codes in DPM about the contract change.
  7. fix the opType for vpc and subnet when a port is created, updated, and deleted in DPM.