Bug 1775314

Summary: [DOCS] From OCP 3.11 there is no such playbook playbooks/openshift-node/redeploy-certificates.yml
Product: OpenShift Container Platform Reporter: Vladislav Walek <vwalek>
Component: DocumentationAssignee: Max Bridges <mbridges>
Status: CLOSED DUPLICATE QA Contact: Johnny Liu <jialiu>
Severity: high Docs Contact: Vikram Goyal <vigoyal>
Priority: unspecified    
Version: 3.11.0CC: aos-bugs, jboxman, jokerman, nchoudhu
Target Milestone: ---   
Target Release: 3.11.z   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-02-13 16:49:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vladislav Walek 2019-11-21 17:36:24 UTC
Document URL: https://docs.openshift.com/container-platform/3.11/install_config/redeploying_certificates.html#redeploying-node-certificates

Section Number and Name: Redeploying Node Certificates Only

Describe the issue: 

in redeploying-certificate is not calling ../openshift-node/redeploy-certificate.yml

---
- import_playbook: init/main.yml

- import_playbook: openshift-etcd/private/redeploy-certificates.yml

- import_playbook: openshift-master/private/redeploy-certificates.yml

- import_playbook: openshift-etcd/private/restart.yml
  vars:
    g_etcd_certificates_expired: "{{ ('expired' in (hostvars | lib_utils_oo_select_keys(groups['etcd']) | lib_utils_oo_collect('check_results.check_results.etcd') | lib_utils_oo_collect('health'))) | bool }}"

- import_playbook: openshift-master/private/restart.yml

- import_playbook: openshift-node/private/restart.yml

- import_playbook: openshift-hosted/private/redeploy-router-certificates.yml
  when: openshift_hosted_manage_router | default(true) | bool

- import_playbook: openshift-hosted/private/redeploy-registry-certificates.yml
  when: openshift_hosted_manage_registry | default(true) | bool

- import_playbook: openshift-master/private/revert-client-ca.yml

- import_playbook: openshift-master/private/restart.yml

- import_playbook: openshift-web-console/private/redeploy-certificates.yml
  when: openshift_web_console_install | default(true) | bool

- import_playbook: openshift-console/private/redeploy-certificates.yml
  when: openshift_console_install | default(true) | bool
~                                                         

Suggestions for improvement: 

Additional information: