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,rainier-4u/zones.json b/control/config_files/p10bmc/ibm,rainier-4u/zones.json
new file mode 100644
index 0000000..56ecc1a
--- /dev/null
+++ b/control/config_files/p10bmc/ibm,rainier-4u/zones.json
@@ -0,0 +1,9 @@
+[
+ {
+ "name": "0",
+ "poweron_target": 10000,
+ "default_floor": 10000,
+ "increase_delay": 5,
+ "decrease_interval": 30
+ }
+]