try and enable logging and multi-tenant sdn in stg openshift
This commit is contained in:
parent
45184ad096
commit
ce9e579d15
1 changed files with 2 additions and 2 deletions
|
@ -683,7 +683,7 @@ openshift_hosted_metrics_deploy=true
|
|||
# Logging deployment
|
||||
#
|
||||
# Currently logging deployment is disabled by default, enable it by setting this
|
||||
#openshift_logging_install_logging=true
|
||||
openshift_logging_install_logging=true
|
||||
#
|
||||
# Logging storage config
|
||||
# Option A - NFS Host Group
|
||||
|
@ -748,7 +748,7 @@ openshift_hosted_metrics_deploy=true
|
|||
#openshift_prometheus_alertbuffer_storage_type=pvc
|
||||
|
||||
# Configure the multi-tenant SDN plugin (default is 'redhat/openshift-ovs-subnet')
|
||||
# os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant'
|
||||
os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant'
|
||||
|
||||
# Disable the OpenShift SDN plugin
|
||||
# openshift_use_openshift_sdn=False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue