Browse Source

[1818] Fix a config file to start various components

Mukund Sivaraman 13 years ago
parent
commit
8cdf67b6ff
1 changed files with 11 additions and 0 deletions
  1. 11 0
      tests/lettuce/configurations/example.org.config.orig

+ 11 - 0
tests/lettuce/configurations/example.org.config.orig

@@ -13,5 +13,16 @@
             "port": 47806,
             "port": 47806,
             "address": "127.0.0.1"
             "address": "127.0.0.1"
         } ]
         } ]
+    },
+    "Boss": {
+        "components": {
+            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
+            "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
+            "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
+            "b10-stats": { "address": "Stats", "kind": "dispensable" },
+            "b10-stats-httpd": { "address": "Stats", "kind": "dispensable" },
+            "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
+        }
     }
     }
 }
 }