atomic-openshift-master-controllers.j2 586 B

123456789101112
  1. OPTIONS=--loglevel={{ openshift.master.debug_level }} --listen={{ 'https' if openshift.master.api_use_ssl else 'http' }}://{{ openshift.master.bind_addr }}:{{ openshift.master.controllers_port }}
  2. CONFIG_FILE={{ openshift_master_config_file }}
  3. {% if openshift.common.is_containerized | bool %}
  4. IMAGE_VERSION={{ openshift_version }}
  5. {% endif %}
  6. # Proxy configuration
  7. # Origin uses standard HTTP_PROXY environment variables. Be sure to set
  8. # NO_PROXY for your master
  9. #NO_PROXY=master.example.com
  10. #HTTP_PROXY=http://USER:PASSWORD@IPADDR:PORT
  11. #HTTPS_PROXY=https://USER:PASSWORD@IPADDR:PORT