Disable the creation of openldap certificate

The openldap certificate is causing unexpected issues in host
configuration.

This commit temporarily disables the creation of openldap
certificate while deployment impact is assessed.

Test Plan:

PASS: Verify that the bootstrap.yml playbook does not create the
      openldap certificate

Story: 2009834
Task: 45989

Signed-off-by: Rei Oliveira <Reinildes.JoseMateusOliveira@windriver.com>
Change-Id: I2d3bc29c2d1f34473036bfc72af339d238bf4154
This commit is contained in:
Rei Oliveira 2022-08-10 11:12:24 -03:00 committed by Reinildes Oliveira
parent 822540ac77
commit 26ca709777

View File

@ -34,7 +34,7 @@
- name: Set which platform certificates to install
set_fact:
install_oidc_auth_apps_certificate: false
install_system_open_ldap_certificate: "{{ true if distributed_cloud_role.stdout != 'subcloud' else false }}"
install_system_open_ldap_certificate: false
install_system_registry_local_certificate: false
install_system_restapi_gui_certificate: false