Adrián Moreno
Adrián Moreno
@lebauce, should your patch allow MetadataIndexing inside the ACLMetadata fields? something like: ` exampleIndexer := graph.NewMetadataIndexer(g, p.aclIndexer, nil, "OVN.Direction")`
It wasn't in some tests [I was running](https://github.com/amorenoz/skydive/commit/9ae48d1b8422228629e36a0b76f1f4168ffe4565#diff-99dccec1382a2bc49bf3e91c74ac6766c2441bd18d4232ffc46e908e3b674b98R869). But maybe my problem was due to something else. Let me write up a small patch to test it and get back...
@lebauce you mean the same you did with the ACL metadata? ``` "OVN": Metadata { ``` to ``` "OVN": &Metadata { ``` I already did that. I don't see how...
Still need to figure out: - How to show more information in the right hand side panel (OVN metadata) - Why are my sample pods not showing up - Do...
Thanks @jmittermair for the PR. I'm a bit overloaded right now, I hope to take a deep look at it before EOW
Before I go into the code, let me see if I understand the use-case corretly > - If using ML2/OVS, and the OVS DB has already been imported, we can...
https://github.com/openvswitch/ovs/blob/c1fdb83471b0713c61dd1cd2c26edc394a41386c/ofproto/ofproto-dpif-xlate.c#L4163
Installing a Dockerfile via pip doesn't feel right. In that case I think we should just download the container from quay.io. Do you require the Dockerfile to run the tool?...
Hi @gavmckee80. Indeed, you need to build `ovsdb-mon` against your schema: ``` ovsdb-client get-schema unix:/var/run/ovn/ovnnb_db.sock OVN_Northbound > schemas/nb.ovsschema make SCHEMA=schemas/nb.ovsschema ``` Also, you may try running the available container image...
Hi Nicolas, maybe you have installed a different version of modelgen via `go install`? Please try removing it `rm $(which modelgen)` and running `make` again.