From ff35498b63802a05dfbe0e496eb36ab328f7c209 Mon Sep 17 00:00:00 2001 From: Dennis Sam Date: Wed, 11 May 2016 11:51:29 -0700 Subject: [PATCH] vtep: Add other_config to Global table. Extend the Global table to allow for additional configurations by re-using the idea of an other_config column. Signed-off-by: Dennis Sam Signed-off-by: Ben Pfaff --- vtep/vtep.ovsschema | 7 +++++-- vtep/vtep.xml | 8 ++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/vtep/vtep.ovsschema b/vtep/vtep.ovsschema index e409d8d56e8..3a24318ee13 100644 --- a/vtep/vtep.ovsschema +++ b/vtep/vtep.ovsschema @@ -1,6 +1,6 @@ { "name": "hardware_vtep", - "cksum": "4127261095 11302", + "cksum": "353943336 11434", "tables": { "Global": { "columns": { @@ -10,6 +10,9 @@ "min": 0, "max": "unlimited"}}, "switches": { "type": {"key": {"type": "uuid", "refTable": "Physical_Switch"}, + "min": 0, "max": "unlimited"}}, + "other_config": { + "type": {"key": "string", "value": "string", "min": 0, "max": "unlimited"}} }, "maxRows": 1, @@ -301,4 +304,4 @@ "ephemeral": true}}, "indexes": [["target"]], "isRoot": false}}, - "version": "1.6.0"} + "version": "1.7.0"} diff --git a/vtep/vtep.xml b/vtep/vtep.xml index ad014ab5d91..62075ca882d 100644 --- a/vtep/vtep.xml +++ b/vtep/vtep.xml @@ -88,6 +88,14 @@ table for more information. + + + The overall purpose of this column is described under Common + Column at the beginning of this document. + + + +