From 222a03ae12e13f02ecfad569eeda57219cdce281 Mon Sep 17 00:00:00 2001 From: James Denton Date: Fri, 3 May 2019 12:00:15 -0600 Subject: [PATCH] Update etcd playbook to target etcd from etcd_all When deploying etcd, the existing playbook targets etcd_all and tries to deploy components on infra nodes hosting etcd containers. This patch changes the target group to 'etcd' and installs only in etcd containers. Change-Id: I43228d4c4938457a330e47fd6c9404b8749a0d56 Closes-Bug: 1827645 --- playbooks/etcd-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/etcd-install.yml b/playbooks/etcd-install.yml index e5bcb2ec0d..7a6f6b1541 100644 --- a/playbooks/etcd-install.yml +++ b/playbooks/etcd-install.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Install etcd server cluster - hosts: etcd_all + hosts: etcd gather_facts: "{{ osa_gather_facts | default(True) }}" user: root pre_tasks: