Skip to content

Commit 9f9b744

Browse files
Merge pull request openstack-k8s-operators#815 from rabi/gather_facts2
Don't gather facts by default - Part 2
2 parents b6ad820 + c5ebb1b commit 9f9b744

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)