- OPTIONS=--loglevel={{ openshift.master.debug_level }}
- CONFIG_FILE={{ openshift_master_config_file }}
- {% if openshift.common.is_containerized | bool %}
- IMAGE_VERSION={{ openshift_version }}
- {% endif %}
- # 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
|