From c856be74f78883a668fd738d835f9de26fb39497 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Mon, 3 Apr 2017 18:29:08 +0200
Subject: [PATCH] apache-frontend: Update JSON Schema.

---
 .../instance-slave-apache-input-schema.json   | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/software/apache-frontend/instance-slave-apache-input-schema.json b/software/apache-frontend/instance-slave-apache-input-schema.json
index 4db90dc63..626f4b203 100644
--- a/software/apache-frontend/instance-slave-apache-input-schema.json
+++ b/software/apache-frontend/instance-slave-apache-input-schema.json
@@ -96,6 +96,27 @@
       "default": ""
     },
 
+    "monitor-ipv6-test": {
+      "title": "IPv6 Address to Monitor Packet Lost",
+      "description": "IPv6 Address for the frontend keep monitoring with ping6 (without brackets)",
+      "type": "string",
+      "default": ""
+    },
+
+    "monitor-ipv4-test": {
+      "title": "IPv4 Address to Monitor Packet Lost",
+      "description": "IPv4 Address for the frontend keep monitoring with ping",
+      "type": "string",
+      "default": ""
+    },
+
+    "re6st-optimal-test": {
+      "title": "IPv6 and IPv4 Address to test Re6st",
+      "description": "IPv6 and IPv6 Address for the frontend test if re6st is on the optimal status (use ipv6,ipv4)",
+      "type": "string",
+      "default": ""
+    },
+
     "enable_cache": {
       "title": "Enable Cache",
       "description": "If set to true, http caching server (Apache Traffic Server) will be used between frontend apache and backend",
-- 
2.30.9