openconfig / gribi

A gRPC Interface to a Network Element RIB.
Apache License 2.0
57 stars 14 forks source link

Remove stubs for client/server implementation from repo. #7

Closed robshakir closed 3 years ago

robshakir commented 3 years ago

This change cleans up the github.com/openconfig/gribi repository to reflect moving some assets between repositories.

* (D) fakeclient/*
 * (D) fakeserver/*
  - client and server implementation is to be move to an
    alternate repository such that openconfig/gribi can be versioned
    according to the gRIBI spec rather than code artifacts.
 * (D) oc/*
  - Remove generated ygot bindings which were only used by
    the client and server.
 * (M) scripts/update-schema.sh
  - Move to having update-schema.sh only handle protobufs.