diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 16:32:38 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-21 15:05:23 -0500 |
commit | d448704c0e67494387d80c2fa2348d25e848c8d3 (patch) | |
tree | f88c034a0da1c7bc7f9c42c1e07ea1a216bde22b /playbooks/common/openshift-cluster | |
parent | 8d12df4b390832664f0be2d9955440bdeb00bb29 (diff) | |
download | openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.tar.gz openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.tar.bz2 openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.tar.xz openshift-d448704c0e67494387d80c2fa2348d25e848c8d3.zip |
Playbook Consolidation - openshift-node
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 2 | ||||
-rw-r--r-- | playbooks/common/openshift-cluster/redeploy-certificates/openshift-ca.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 77b7a903f..81b163b80 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -13,7 +13,7 @@ - include: ../openshift-master/additional_config.yml -- include: ../openshift-node/config.yml +- include: ../../openshift-node/private/config.yml - include: ../openshift-glusterfs/config.yml when: groups.oo_glusterfs_to_config | default([]) | count > 0 diff --git a/playbooks/common/openshift-cluster/redeploy-certificates/openshift-ca.yml b/playbooks/common/openshift-cluster/redeploy-certificates/openshift-ca.yml index eb225dfb5..b58bf3c91 100644 --- a/playbooks/common/openshift-cluster/redeploy-certificates/openshift-ca.yml +++ b/playbooks/common/openshift-cluster/redeploy-certificates/openshift-ca.yml @@ -272,7 +272,7 @@ state: absent changed_when: false -- include: ../../openshift-node/restart.yml +- include: ../../../openshift-node/private/restart.yml # Do not restart nodes when node, master or etcd certificates were previously expired. when: # nodes |