This file is indexed.

/usr/share/openvswitch/ovn-sb.ovsschema is in ovn-central 2.5.0-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
{
    "name": "OVN_Southbound",
    "version": "1.0.0",
    "cksum": "1392129391 5060",
    "tables": {
        "Chassis": {
            "columns": {
                "name": {"type": "string"},
                "encaps": {"type": {"key": {"type": "uuid",
                                            "refTable": "Encap"},
                                    "min": 1, "max": "unlimited"}},
                "vtep_logical_switches" : {"type": {"key": "string",
                                                    "min": 0,
                                                    "max": "unlimited"}}},
            "isRoot": true,
            "indexes": [["name"]]},
        "Encap": {
            "columns": {
                "type": {"type": {"key": {
                           "type": "string",
                           "enum": ["set", ["geneve", "stt", "vxlan"]]}}},
                "options": {"type": {"key": "string",
                                     "value": "string",
                                     "min": 0,
                                     "max": "unlimited"}},
                "ip": {"type": "string"}}},
        "Logical_Flow": {
            "columns": {
                "logical_datapath": {"type": {"key": {"type": "uuid",
                                                      "refTable": "Datapath_Binding"}}},
                "pipeline": {"type": {"key": {"type": "string",
                                      "enum": ["set", ["ingress",
                                                       "egress"]]}}},
                "table_id": {"type": {"key": {"type": "integer",
                                              "minInteger": 0,
                                              "maxInteger": 15}}},
                "priority": {"type": {"key": {"type": "integer",
                                              "minInteger": 0,
                                              "maxInteger": 65535}}},
                "match": {"type": "string"},
                "actions": {"type": "string"},
                "external_ids": {
                    "type": {"key": "string", "value": "string",
                             "min": 0, "max": "unlimited"}}},
            "isRoot": true},
        "Multicast_Group": {
            "columns": {
                "datapath": {"type": {"key": {"type": "uuid",
                                              "refTable": "Datapath_Binding"}}},
                "name": {"type": "string"},
                "tunnel_key": {
                    "type": {"key": {"type": "integer",
                                     "minInteger": 32768,
                                     "maxInteger": 65535}}},
                "ports": {"type": {"key": {"type": "uuid",
                                           "refTable": "Port_Binding",
                                           "refType": "weak"},
                                   "min": 1, "max": "unlimited"}}},
            "indexes": [["datapath", "tunnel_key"],
                        ["datapath", "name"]],
            "isRoot": true},
        "Datapath_Binding": {
            "columns": {
                "tunnel_key": {
                     "type": {"key": {"type": "integer",
                                      "minInteger": 1,
                                      "maxInteger": 16777215}}},
                "external_ids": {
                    "type": {"key": "string", "value": "string",
                             "min": 0, "max": "unlimited"}}},
            "indexes": [["tunnel_key"]],
            "isRoot": true},
        "Port_Binding": {
            "columns": {
                "logical_port": {"type": "string"},
                "type": {"type": "string"},
                "options": {
                     "type": {"key": "string",
                              "value": "string",
                              "min": 0,
                              "max": "unlimited"}},
                "datapath": {"type": {"key": {"type": "uuid",
                                              "refTable": "Datapath_Binding"}}},
                "tunnel_key": {
                     "type": {"key": {"type": "integer",
                                      "minInteger": 1,
                                      "maxInteger": 32767}}},
                "parent_port": {"type": {"key": "string", "min": 0, "max": 1}},
                "tag": {
                     "type": {"key": {"type": "integer",
                                      "minInteger": 1,
                                      "maxInteger": 4095},
                              "min": 0, "max": 1}},
                "chassis": {"type": {"key": {"type": "uuid",
                                             "refTable": "Chassis",
                                             "refType": "weak"},
                                     "min": 0, "max": 1}},
                "mac": {"type": {"key": "string",
                                 "min": 0,
                                 "max": "unlimited"}}},
            "indexes": [["datapath", "tunnel_key"], ["logical_port"]],
            "isRoot": true}
    }
}