@@ -7,6 +7,14 @@ Customizing controller
77=========================
88The following settings are tunable for the :ref: `controller ` component.
99
10+ Dependencies
11+ ------------
12+ Requires: :ref: `controller <controller_settings >`, :ref: `cache <cache_settings >`, :ref: `database <database_settings >`, :ref: `registry <registry_settings >`
13+
14+ Required by: :ref: `router <router_settings >`
15+
16+ Considerations: must live on the same host as both builder and logger (see `#985 `_)
17+
1018Settings set by controller
1119--------------------------
1220The following etcd keys are set by the controller component, typically in its /bin/boot script.
@@ -40,6 +48,9 @@ setting description
4048/deis/database/name database name (set by database)
4149/deis/database/user database user (set by database)
4250/deis/database/password database password (set by database)
51+ /deis/registry/host host of the registry component (set by registry)
52+ /deis/registry/port port of the registry component (set by registry)
53+ /deis/registry/protocol protocol of the registry component (set by registry)
4354==================================== ======================================================
4455
4556Using a custom controller image
@@ -62,3 +73,4 @@ Be sure that your custom image functions in the same way as the `stock controlle
6273Deis. Specifically, ensure that it sets and reads appropriate etcd keys.
6374
6475.. _`stock controller image` : https://github.com/deis/deis/tree/master/controller
76+ .. _`#985` : https://github.com/deis/deis/issues/985
0 commit comments