From 303e4e83740812287946b97e256577a441fee99c Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 18 Aug 2017 15:18:28 +0100 Subject: [PATCH] Remove repeated pip_install role execution In the galera playbook, the pip_install role is executed, then the galera_server role. The galera_server role has a meta-dependency on galera_client, which in turn has a meta-dependency on pip_install. This results in the pip_install role being run twice. In the utility playbook, the galera_client role is executed, then the pip_install role. The galera_client role has a meta-dependency on pip_install. This results in the pip_install role being run twice. This patch removes the duplicated executions of the pip_install roles from these two playbooks. Change-Id: Ie17b0154caa8851d99f0881e8596a7c39350bbe2 --- playbooks/galera-install.yml | 3 --- playbooks/utility-install.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/playbooks/galera-install.yml b/playbooks/galera-install.yml index 620b994e66..fdbdc480ba 100644 --- a/playbooks/galera-install.yml +++ b/playbooks/galera-install.yml @@ -50,9 +50,6 @@ max_fail_percentage: 20 user: root roles: - - role: "pip_install" - tags: - - pip - role: "galera_server" - role: "rsyslog_client" rsyslog_client_log_rotate_file: galera_log_rotate diff --git a/playbooks/utility-install.yml b/playbooks/utility-install.yml index f37d196d38..3e14ceb795 100644 --- a/playbooks/utility-install.yml +++ b/playbooks/utility-install.yml @@ -43,9 +43,6 @@ roles: - role: "galera_client" - - role: "pip_install" - tags: - - pip - role: "openstack_openrc" tags: - openrc