summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-node
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-10-02 12:44:55 -0700
committerGitHub <noreply@github.com>2017-10-02 12:44:55 -0700
commit55617251e6abe5b205122b990c7ddb38bec87330 (patch)
tree062fdcb808a3954d5156832d84b2ff24b5b173b2 /playbooks/byo/openshift-node
parent125c266f8f9149d773683a6e4b2fbacf2b557005 (diff)
parentd8d0e6d7de600d6896014fef928da5bf133dc85e (diff)
downloadopenshift-55617251e6abe5b205122b990c7ddb38bec87330.tar.gz
openshift-55617251e6abe5b205122b990c7ddb38bec87330.tar.bz2
openshift-55617251e6abe5b205122b990c7ddb38bec87330.tar.xz
openshift-55617251e6abe5b205122b990c7ddb38bec87330.zip
Merge pull request #5510 from abutcher/separate-certs
Automatic merge from submit-queue. Break out certificate playbooks Break out certificate role dependencies and move them into their own playbooks.
Diffstat (limited to 'playbooks/byo/openshift-node')
-rw-r--r--playbooks/byo/openshift-node/certificates.yml6
-rw-r--r--playbooks/byo/openshift-node/scaleup.yml2
2 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-node/certificates.yml b/playbooks/byo/openshift-node/certificates.yml
new file mode 100644
index 000000000..3d2de74a9
--- /dev/null
+++ b/playbooks/byo/openshift-node/certificates.yml
@@ -0,0 +1,6 @@
+---
+- include: ../openshift-cluster/initialize_groups.yml
+
+- include: ../../common/openshift-cluster/std_include.yml
+
+- include: ../../common/openshift-node/certificates.yml
diff --git a/playbooks/byo/openshift-node/scaleup.yml b/playbooks/byo/openshift-node/scaleup.yml
index e0c36fb69..9f992cca6 100644
--- a/playbooks/byo/openshift-node/scaleup.yml
+++ b/playbooks/byo/openshift-node/scaleup.yml
@@ -16,4 +16,6 @@
- include: ../../common/openshift-cluster/std_include.yml
+- include: ../../common/openshift-node/certificates.yml
+
- include: ../../common/openshift-node/config.yml