# Native high availability cluster method with optional load balancer.
# If no lb group is defined installer assumes that a load balancer has
# been preconfigured. For installation the value of
# openshift_master_cluster_hostname must resolve to the load balancer
# or to one or all of the masters defined in the inventory if no load
# balancer is present.
openshift_master_cluster_method=native
openshift_master_cluster_hostname=loadbalancer1.example.com
openshift_master_cluster_public_hostname=loadbalancer1-f109.oslab.opentlc.com
# default subdomain to use for exposed routes
openshift_master_default_subdomain=cloudapps-f109.oslab.opentlc.com
# Configure metricsPublicURL in the master config for cluster metrics
# See: https://docs.openshift.com/enterprise/latest/install_config/cluster_metrics.html
openshift_master_metrics_public_url=https://metrics.cloudapps-f109.oslab.opentlc.com
# Enable cockpit
osm_use_cockpit=false
If you're bothered by having a semicolon ;
instead of hash/pound #
character as default for toggling comments in Sublime Text follow these steps to change it.
- Install PackageResourceViewer
- Open the command palette
- Type
PRV: O
- Select
PackageResourceViewer: Open Resource
- Select
INI
- Select Comments.tmPreferences
- Edit the
TM_COMMENT_START
value from;
to#
as desired - Save the file
- Use the toggle comment functionality on an INI file and see that it now uses
#
instead of;