From 4d0b5094de4c30bb3a1bc8b0ede35774102ffa4d Mon Sep 17 00:00:00 2001 From: haozi007 Date: Mon, 1 Jun 2020 16:25:59 +0800 Subject: [PATCH] adapt calico net config Signed-off-by: haozi007 --- src/json/schema/schema/net_conf.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/json/schema/schema/net_conf.json b/src/json/schema/schema/net_conf.json index d0c1cae..ffec043 100644 --- a/src/json/schema/schema/net_conf.json +++ b/src/json/schema/schema/net_conf.json @@ -97,6 +97,12 @@ "type": "string" }, "mtu": { + "type": "int32" + }, + "datastore_type": { + "type": "string" + }, + "nodename": { "type": "string" }, "policy": { -- Gitee