diff options
author | Russell Teague <rteague@redhat.com> | 2017-09-01 14:24:15 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-09-01 14:24:15 -0400 |
commit | 679683df12afa2f07d83d16d58462d9077130776 (patch) | |
tree | f9c9c57cf4c350587674c30d9fe8818c2f92205d /playbooks/byo/openshift-etcd/scaleup.yml | |
parent | 2fdd7892232de00431601b817d428742e05efdf2 (diff) | |
download | openshift-679683df12afa2f07d83d16d58462d9077130776.tar.gz openshift-679683df12afa2f07d83d16d58462d9077130776.tar.bz2 openshift-679683df12afa2f07d83d16d58462d9077130776.tar.xz openshift-679683df12afa2f07d83d16d58462d9077130776.zip |
Standardize etcd entry point playbooks
Diffstat (limited to 'playbooks/byo/openshift-etcd/scaleup.yml')
-rw-r--r-- | playbooks/byo/openshift-etcd/scaleup.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/playbooks/byo/openshift-etcd/scaleup.yml b/playbooks/byo/openshift-etcd/scaleup.yml index c35fd9f37..a2a5856a9 100644 --- a/playbooks/byo/openshift-etcd/scaleup.yml +++ b/playbooks/byo/openshift-etcd/scaleup.yml @@ -1,8 +1,6 @@ --- - include: ../openshift-cluster/initialize_groups.yml -- include: ../../common/openshift-cluster/evaluate_groups.yml +- include: ../../common/openshift-cluster/std_include.yml + - include: ../../common/openshift-etcd/scaleup.yml - vars: - openshift_cluster_id: "{{ cluster_id | default('default') }}" - openshift_deployment_type: "{{ deployment_type }}" |