opiproject / opi-api

Open Programmable Infrastructure API and Behavioral Model
Apache License 2.0
32 stars 40 forks source link

feat: (EVPN GW API) Add "components" field to each API object's status #445

Closed mardim91 closed 7 months ago

mardim91 commented 7 months ago

This is an API enhancement for the EVPN GW use case.

The addition of a "components" field in the status sector of each API object will enable the capture of the state and details that are generated by the different subscribed components (FRR component, Linux component, etc...) which are realizing the configuration for each API object.

This addition follows the re-architecture of the opi-evpn-br which has been described here

mardim91 commented 7 months ago

Thank you @sandersms