summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-01-19 16:21:39 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-01-19 16:21:39 -0500
commit56d41c5dc8a80e53d934df159a58b91be975e3b0 (patch)
tree814a64675ad7177334a20328783dab7d62c3e981 /roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2
parent20f9b4997f208e9374a4e74b79af64e0e25e4c0d (diff)
parentf97c972fb9848327e9d66678d81d296928deb520 (diff)
downloadopenshift-56d41c5dc8a80e53d934df159a58b91be975e3b0.tar.gz
openshift-56d41c5dc8a80e53d934df159a58b91be975e3b0.tar.bz2
openshift-56d41c5dc8a80e53d934df159a58b91be975e3b0.tar.xz
openshift-56d41c5dc8a80e53d934df159a58b91be975e3b0.zip
Merge pull request #1175 from detiber/ha_port_fixes
Ha port fixes
Diffstat (limited to 'roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2')
-rw-r--r--roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2 b/roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2
new file mode 100644
index 000000000..c9aa15b41
--- /dev/null
+++ b/roles/openshift_master/templates/native-cluster/atomic-openshift-master-api.j2
@@ -0,0 +1,9 @@
+OPTIONS=--loglevel={{ openshift.master.debug_level }} --listen={{ 'https' if openshift.master.api_use_ssl else 'http' }}://{{ openshift.master.bind_addr }}:{{ openshift.master.api_port }} --master={{ openshift.master.loopback_api_url }}:{{ openshift.master.api_port }}
+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