OSBS: disable the web console and the metrics
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
a30487375c
commit
2791966ed5
1 changed files with 3 additions and 1 deletions
|
@ -92,6 +92,8 @@ openshift_image_tag={{openshift_release}}
|
|||
openshift_install_examples={{openshift_ansible_install_examples}}
|
||||
{% endif %}
|
||||
|
||||
openshift_web_console_install = false
|
||||
|
||||
# Configure logoutURL in the master config for console customization
|
||||
# See: https://docs.openshift.org/latest/install_config/web_console_customization.html#changing-the-logout-url
|
||||
#openshift_master_logout_url=http://example.com
|
||||
|
@ -534,7 +536,7 @@ openshift_hosted_manage_router=false
|
|||
{% if openshift_metrics_deploy is defined %}
|
||||
{% if openshift_metrics_deploy %}
|
||||
#
|
||||
openshift_hosted_metrics_deploy=true
|
||||
openshift_hosted_metrics_deploy=false
|
||||
|
||||
# Storage Options
|
||||
# If openshift_hosted_metrics_storage_kind is unset then metrics will be stored
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue