Bug 1656250 - [DOCS] From OCP 3.10 there is no such playbook playbooks/openshift-node/redeploy-certificates.yml
Summary: [DOCS] From OCP 3.10 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
high
urgent
Target Milestone: ---
: ---
Assignee: Jason Boxman
QA Contact: Gaoyun Pei
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-12-05 03:05 UTC by Abhishek
Modified: 2023-03-24 14:25 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-19 01:24:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Abhishek 2018-12-05 03:05:57 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:

Comment 4 Jason Boxman 2019-02-06 21:15:20 UTC
Hi Abhishek,

Thanks for opening this bug. I'm working on an update to the documentation.

Comment 5 Jason Boxman 2019-02-07 15:38:51 UTC
I've created a PR with updates here: https://github.com/openshift/openshift-docs/pull/13569

Can someone confirm if the changes are correct?

Thank you.

Comment 8 Vladislav Walek 2019-07-19 19:24:00 UTC
The issue is also in 3.11

Comment 9 Stephen Cuppett 2019-11-21 12:47:22 UTC
OCP 3.6-3.10 is no longer on full support [1]. Marking un-triaged bugs CLOSED DEFERRED. If you have a customer case with a support exception or have reproduced on 3.11+, please reopen and include those details. When reopening, please set the Version to the appropriate version where reproduced.

[1]: https://access.redhat.com/support/policy/updates/openshift

Comment 10 Jason Boxman 2019-11-27 23:02:14 UTC
Re-opening as this is in 3.11 as well.

Comment 11 Jason Boxman 2019-12-19 01:24:27 UTC

*** This bug has been marked as a duplicate of bug 1635251 ***


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