diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 index 31e8db2c46..310b7d7649 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 @@ -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