diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-06-13 21:38:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 21:38:20 -0400 |
commit | 1720a5209dab342b84afd625cf609fe8fddf1f83 (patch) | |
tree | b32ee1c551d36eaec5faa5ea9f6c90d8fc36ce58 /playbooks/byo/openshift-cluster | |
parent | 974a727ff5640d2479a99e32f7afe91016a06c37 (diff) | |
parent | 45869adce80f1bdba481435e6abd4a792d4b9549 (diff) | |
download | openshift-1720a5209dab342b84afd625cf609fe8fddf1f83.tar.gz openshift-1720a5209dab342b84afd625cf609fe8fddf1f83.tar.bz2 openshift-1720a5209dab342b84afd625cf609fe8fddf1f83.tar.xz openshift-1720a5209dab342b84afd625cf609fe8fddf1f83.zip |
Merge pull request #4404 from abutcher/etcd-ca-redeploy
Separate etcd and OpenShift CA redeploy playbooks.
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/redeploy-etcd-ca.yml | 10 | ||||
-rw-r--r-- | playbooks/byo/openshift-cluster/redeploy-openshift-ca.yml | 2 |
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 |