summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/atomic-openshift-master.j2
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2016-01-12 16:42:01 -0500
committerJason DeTiberus <jdetiber@redhat.com>2016-01-14 16:36:41 -0500
commitbb68821ae9a65beee135cb6a3ddfbfbdd39d8b4a (patch)
tree3bebe18c1bbbe5839481adc939bfa86faf8d9ce6 /roles/openshift_master/templates/atomic-openshift-master.j2
parent22eb2be9a1131279f1057912c36eba9591450dac (diff)
downloadopenshift-bb68821ae9a65beee135cb6a3ddfbfbdd39d8b4a.tar.gz
openshift-bb68821ae9a65beee135cb6a3ddfbfbdd39d8b4a.tar.bz2
openshift-bb68821ae9a65beee135cb6a3ddfbfbdd39d8b4a.tar.xz
openshift-bb68821ae9a65beee135cb6a3ddfbfbdd39d8b4a.zip
consolidate steps and cleanup template dir
Diffstat (limited to 'roles/openshift_master/templates/atomic-openshift-master.j2')
-rw-r--r--roles/openshift_master/templates/atomic-openshift-master.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/openshift_master/templates/atomic-openshift-master.j2 b/roles/openshift_master/templates/atomic-openshift-master.j2
new file mode 100644
index 000000000..81bae5470
--- /dev/null
+++ b/roles/openshift_master/templates/atomic-openshift-master.j2
@@ -0,0 +1,9 @@
+OPTIONS=--loglevel={{ openshift.master.debug_level }}
+CONFIG_FILE={{ openshift_master_config_file }}
+
+# Proxy configuration
+# Origin uses standard HTTP_PROXY environment variables. Be sure to set
+# NO_PROXY for your master
+#NO_PROXY=master.example.com
+#HTTP_PROXY=http://USER:PASSWORD@IPADDR:PORT
+#HTTPS_PROXY=https://USER:PASSWORD@IPADDR:PORT