Bug 1775314 - [DOCS] From OCP 3.11 there is no such playbook playbooks/openshift-node/redeploy-certificates.yml
Summary: [DOCS] From OCP 3.11 there is no such playbook playbooks/openshift-node/redep...
Keywords:
Status: CLOSED DUPLICATE of bug 1635251
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.11.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 3.11.z
Assignee: Max Bridges
QA Contact: Johnny Liu
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-21 17:36 UTC by Vladislav Walek
Modified: 2023-03-24 16:08 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-02-13 16:49:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1656250 0 high CLOSED [DOCS] From OCP 3.10 there is no such playbook playbooks/openshift-node/redeploy-certificates.yml 2023-03-24 14:25:12 UTC

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:


Note You need to log in before you can comment on or make changes to this bug.