summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.aep.example
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-06-10 17:46:21 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-06-13 11:24:57 -0400
commit9193a58d129716601091b2f3ceb7ca3960a694cb (patch)
tree5f6cd3b7255bcf9d90ef5d21c5958d75683740ec /inventory/byo/hosts.aep.example
parentfea08b9ba213b69667e103ff9dfd4383218e9eac (diff)
downloadopenshift-9193a58d129716601091b2f3ceb7ca3960a694cb.tar.gz
openshift-9193a58d129716601091b2f3ceb7ca3960a694cb.tar.bz2
openshift-9193a58d129716601091b2f3ceb7ca3960a694cb.tar.xz
openshift-9193a58d129716601091b2f3ceb7ca3960a694cb.zip
Add per-service environment variables.
Diffstat (limited to 'inventory/byo/hosts.aep.example')
-rw-r--r--inventory/byo/hosts.aep.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example
index 1e050f0f6..cddd5175c 100644
--- a/inventory/byo/hosts.aep.example
+++ b/inventory/byo/hosts.aep.example
@@ -410,6 +410,15 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Configure usage of openshift_clock role.
#openshift_clock_enabled=true
+# OpenShift Per-Service Environment Variables
+# Environment variables are added to /etc/sysconfig files for
+# each OpenShift service: node, master (api and controllers).
+# API and controllers environment variables are merged in single
+# master environments.
+#openshift_master_api_env_vars={"ENABLE_HTTP2": "true"}
+#openshift_master_controllers_env_vars={"ENABLE_HTTP2": "true"}
+#openshift_node_env_vars={"ENABLE_HTTP2": "true"}
+
# host group for masters
[masters]
aep3-master[1:3]-ansible.test.example.com