Skip to content

Commit

Permalink
Merge pull request #815 from rabi/gather_facts2
Browse files Browse the repository at this point in the history
Don't gather facts by default - Part 2
  • Loading branch information
openshift-merge-bot[bot] authored Nov 15, 2024
2 parents b6ad820 + c5ebb1b commit 9f9b744
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/edpm_ovn/molecule/availability_zones/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Include default tasks
ansible.builtin.include_tasks:
Expand Down
1 change: 1 addition & 0 deletions roles/edpm_ovn/molecule/default/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Include default tasks
ansible.builtin.include_tasks:
Expand Down
1 change: 1 addition & 0 deletions roles/edpm_ovn/molecule/enable_chassis_extport/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Include default tasks
ansible.builtin.include_tasks:
Expand Down
1 change: 1 addition & 0 deletions roles/edpm_ovn/molecule/enable_chassis_gw/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Include default tasks
ansible.builtin.include_tasks:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Include default tasks
ansible.builtin.include_tasks:
Expand Down
1 change: 1 addition & 0 deletions roles/edpm_ovn/molecule/hwoffload/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Verify
hosts: all
gather_facts: false
tasks:
- name: Include default tasks
ansible.builtin.include_tasks:
Expand Down
1 change: 1 addition & 0 deletions roles/edpm_ovn/molecule/noconfig/verify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Verify
hosts: all
gather_facts: false
tasks:
# we have to use shell to extract the values because openvswitch ansible
# module doesn't seem to support dashes in key names, see:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
- role: osp.edpm.env_data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
- role: osp.edpm.env_data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
- role: osp.edpm.env_data
- name: Setup DUT
hosts: all
gather_facts: false
pre_tasks:
- name: Ensure old config directory exists
ansible.builtin.file:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
- role: osp.edpm.env_data
- name: Setup DUT
hosts: all
gather_facts: false
pre_tasks:
- name: Install hostname
become: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
- role: osp.edpm.env_data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
- role: osp.edpm.env_data
- name: Setup DUT
hosts: all
gather_facts: false
pre_tasks: []
tasks: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
- role: osp.edpm.env_data
- name: Setup DUT
hosts: all
gather_facts: false
pre_tasks: []
tasks: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
- role: osp.edpm.env_data
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
- role: osp.edpm.env_data
- name: Setup DUT
hosts: all
gather_facts: false
pre_tasks:
- name: Uninstall systemd-container, if present
become: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Converge
hosts: all
gather_facts: false
tasks:
- name: Converge
block:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- name: Prepare
hosts: all
gather_facts: false
roles:
- role: ../../../../molecule/common/test_deps # noqa: role-name[path]
vars:
Expand All @@ -25,6 +26,7 @@
- role: osp.edpm.env_data
- name: Setup machined
hosts: all
gather_facts: false
pre_tasks:
- name: Install systemd-container
become: true
Expand Down

0 comments on commit 9f9b744

Please sign in to comment.