Skip to content

Commit c5ebb1b

Browse files
committed
Don't gather facts by default
We seem to have either missed these or were added later. This is one of the reasons these molecule tests take eternity to run.
1 parent 35dc39b commit c5ebb1b

File tree

27 files changed

+33
-0
lines changed

27 files changed

+33
-0
lines changed

roles/edpm_ovn/molecule/availability_zones/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Verify
33
hosts: all
4+
gather_facts: false
45
tasks:
56
- name: Include default tasks
67
ansible.builtin.include_tasks:

roles/edpm_ovn/molecule/default/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Verify
33
hosts: all
4+
gather_facts: false
45
tasks:
56
- name: Include default tasks
67
ansible.builtin.include_tasks:

roles/edpm_ovn/molecule/enable_chassis_extport/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Verify
33
hosts: all
4+
gather_facts: false
45
tasks:
56
- name: Include default tasks
67
ansible.builtin.include_tasks:

roles/edpm_ovn/molecule/enable_chassis_gw/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Verify
33
hosts: all
4+
gather_facts: false
45
tasks:
56
- name: Include default tasks
67
ansible.builtin.include_tasks:

roles/edpm_ovn/molecule/enable_chassis_gw_and_extport/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Verify
33
hosts: all
4+
gather_facts: false
45
tasks:
56
- name: Include default tasks
67
ansible.builtin.include_tasks:

roles/edpm_ovn/molecule/hwoffload/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Verify
33
hosts: all
4+
gather_facts: false
45
tasks:
56
- name: Include default tasks
67
ansible.builtin.include_tasks:

roles/edpm_ovn/molecule/noconfig/verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Verify
33
hosts: all
4+
gather_facts: false
45
tasks:
56
# we have to use shell to extract the values because openvswitch ansible
67
# module doesn't seem to support dashes in key names, see:

roles/edpm_pre_adoption_validation/molecule/hostname-adoption-positive/converge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Converge
33
hosts: all
4+
gather_facts: false
45
tasks:
56
- name: Converge
67
block:

roles/edpm_pre_adoption_validation/molecule/hostname-adoption-positive/prepare.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
- name: Prepare
1919
hosts: all
20+
gather_facts: false
2021
roles:
2122
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
2223
- role: osp.edpm.env_data

roles/edpm_pre_adoption_validation/molecule/hostname-greenfield/converge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
- name: Converge
33
hosts: all
4+
gather_facts: false
45
tasks:
56
- name: Converge
67
block:

0 commit comments

Comments
 (0)