Re: [ovs-discuss] ONIE installer for OVS

2018-01-23 Thread Scott Reeve
Here's a good starting point:

http://www.opencompute.org/wiki/Networking/ONIE/NOS_Status

I don't see OVS specifically, but it could be that some of the NOSes have
OVS built in or can be easily installed on top.



On Mon, Jan 22, 2018 at 2:34 PM, Shivaram Mysore 
wrote:

> Hi,
> Is there a ONIE installer for OVS?
>
> Thanks
>
> ___
> discuss mailing list
> disc...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
>
>
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss


[ovs-discuss] Can't add a row into a table with ovsdb-client

2017-11-14 Thread Scott Reeve
Tried a whole bunch of things but none seem to work.
There is one db: "hardware_vtep"
One of the tables is Ucast_Macs_Local:


"Ucast_Macs_Local": {
  "columns": {
"MAC": {
  "type": "string"},
"ipaddr": {
  "type": "string"},
"locator": {
  "type": {
"key": {
  "refTable": "Physical_Locator",
  "type": "uuid"}}},
"logical_switch": {
  "type": {
"key": {
  "refTable": "Logical_Switch",
  "type": "uuid",
  "isRoot": true},

I want to add one row into this table.
Does "key" being present mean that the key is required?  Are there two keys
for Ucast_Macs_Local?

Here's an example of what I've tried:
sudo ovsdb-client transact tcp:10.100.52.92:6640 '["hardware_vtep",
{"op":"insert", "table":"Ucast_Macs_Local",
"row":{"Logical_Switch":"889240b8-13df-42cb-a733-18efe90aaf72"}}]'

The syntax of the schema has me quite confused.

Any suggestions are greatly appreciated.
___
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss