summaryrefslogtreecommitdiffstats
path: root/playbooks/byo
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2017-06-09 16:16:38 -0400
committerAndrew Butcher <abutcher@redhat.com>2017-06-09 16:30:00 -0400
commit45869adce80f1bdba481435e6abd4a792d4b9549 (patch)
tree591eb9c957babf4476b3c6f9d7418c4ca5b5ccf3 /playbooks/byo
parentf510d55043a94f3e9ad6972a2bef3ff45662fa4a (diff)
downloadopenshift-45869adce80f1bdba481435e6abd4a792d4b9549.tar.gz
openshift-45869adce80f1bdba481435e6abd4a792d4b9549.tar.bz2
openshift-45869adce80f1bdba481435e6abd4a792d4b9549.tar.xz
openshift-45869adce80f1bdba481435e6abd4a792d4b9549.zip
Separate etcd and OpenShift CA redeploy playbooks.
Diffstat (limited to 'playbooks/byo')
-rw-r--r--playbooks/byo/openshift-cluster/redeploy-etcd-ca.yml10
-rw-r--r--playbooks/byo/openshift-cluster/redeploy-openshift-ca.yml2
2 files changed, 11 insertions, 1 deletions
diff --git a/playbooks/byo/openshift-cluster/redeploy-etcd-ca.yml b/playbooks/byo/openshift-cluster/redeploy-etcd-ca.yml
new file mode 100644
index 000000000..29f821eda
--- /dev/null
+++ b/playbooks/byo/openshift-cluster/redeploy-etcd-ca.yml
@@ -0,0 +1,10 @@
+---
+- include: initialize_groups.yml
+ tags:
+ - always
+
+- include: ../../common/openshift-cluster/std_include.yml
+ tags:
+ - always
+
+- include: ../../common/openshift-cluster/redeploy-certificates/etcd-ca.yml
diff --git a/playbooks/byo/openshift-cluster/redeploy-openshift-ca.yml b/playbooks/byo/openshift-cluster/redeploy-openshift-ca.yml
index 3b33e0d6f..6e11a111b 100644
--- a/playbooks/byo/openshift-cluster/redeploy-openshift-ca.yml
+++ b/playbooks/byo/openshift-cluster/redeploy-openshift-ca.yml
@@ -7,4 +7,4 @@
tags:
- always
-- include: ../../common/openshift-cluster/redeploy-certificates/ca.yml
+- include: ../../common/openshift-cluster/redeploy-certificates/openshift-ca.yml