control: Add machine JSON config files

Add the known JSON config files that exist in the openbmc repository to
be installed for each machine.

Change-Id: I64a9e87c3c947790c5368b0195634a81264b0537
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/config_files/p10bmc/ibm,everest/zones.json b/control/config_files/p10bmc/ibm,everest/zones.json
new file mode 100644
index 0000000..c83707a
--- /dev/null
+++ b/control/config_files/p10bmc/ibm,everest/zones.json
@@ -0,0 +1,9 @@
+[
+    {
+        "name": "0",
+        "poweron_target": 10700,
+        "default_floor": 10700,
+        "increase_delay": 5,
+        "decrease_interval": 30
+    }
+]