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
This commit is contained in:
Harald Jensås 2021-05-10 13:13:25 +02:00
parent 3d0245527a
commit f45ef1994d
1 changed files with 1 additions and 0 deletions

View File

@ -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: