summaryrefslogtreecommitdiff
path: root/vtep
diff options
context:
space:
mode:
authorDennis Sam <dsam@arista.com>2016-05-11 11:51:29 -0700
committerBen Pfaff <blp@ovn.org>2016-05-17 15:55:29 -0700
commitff35498b63802a05dfbe0e496eb36ab328f7c209 (patch)
treebcccbee68483160b603f162875834fcfa75bd46e /vtep
parent4106e01ab9e42906be1c5b5f38c45b0845dee89f (diff)
downloadopenvswitch-ff35498b63802a05dfbe0e496eb36ab328f7c209.tar.gz
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 <dsam@arista.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vtep')
-rw-r--r--vtep/vtep.ovsschema7
-rw-r--r--vtep/vtep.xml8
2 files changed, 13 insertions, 2 deletions
diff --git a/vtep/vtep.ovsschema b/vtep/vtep.ovsschema
index e409d8d56..3a24318ee 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 ad014ab5d..62075ca88 100644
--- a/vtep/vtep.xml
+++ b/vtep/vtep.xml
@@ -88,6 +88,14 @@
table for more information.
</column>
</group>
+
+ <group title="Common Column">
+ The overall purpose of this column is described under <code>Common
+ Column</code> at the beginning of this document.
+
+ <column name="other_config"/>
+ </group>
+
</table>
<table name="Manager" title="OVSDB management connection.">