From f45ef1994d06b2c30d50c91fefaa43934d393bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Mon, 10 May 2021 13:13:25 +0200 Subject: [PATCH] Disable facts gathering in net config playbook Disable the facts gathering in the playbook used to apply network configuration to provisioned nodes. In some cases the fact gatehereing step causes the playbook to fail in case the node is just booting and connection is refused for SSH. Disabling the facts gathering should also speed up the plabook execution. Partially-Implements: blueprint network-data-v2-ports Change-Id: I436c7426bb430307c972445f04a47f8e11bfcc17 --- tripleo_ansible/playbooks/cli-overcloud-node-network-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tripleo_ansible/playbooks/cli-overcloud-node-network-config.yaml b/tripleo_ansible/playbooks/cli-overcloud-node-network-config.yaml index 97ef7f5de..e7819c1c9 100644 --- a/tripleo_ansible/playbooks/cli-overcloud-node-network-config.yaml +++ b/tripleo_ansible/playbooks/cli-overcloud-node-network-config.yaml @@ -17,6 +17,7 @@ - name: Overcloud Node Network Config hosts: allovercloud any_errors_fatal: true + gather_facts: false pre_tasks: - name: Wait for provisioned nodes to boot wait_for: