Skip to content

Commit 3ffcc73

Browse files
martinpittspetrosi
authored andcommitted
ci: Drop explicit "connection:" for provisioning
This forces having to have a system libvirt instance, but that is incompatible with running tests inside of containers/toolbox. It also seems unnecessary: session libvirt networking and the tests work just fine. Drop the explicit setting and let tmt/testcloud pick its internal default (which is `qemu:///session`). This wasn't relevant for running on Testing Farm anyway. Signed-off-by: Martin Pitt <[email protected]>
1 parent 3f6b3ec commit 3ffcc73

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

plans/test_playbooks_parallel.fmf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ provision:
55
# Hence there is no need to define `how` explicitly.
66
- name: control-node1
77
role: control_node
8-
# `connection: system` is required for `how: virtual` to assign VMs a real
9-
# IP making SSH configuration easier.
10-
# This setting is ignored in `artemis`, so we can leave it as is.
11-
connection: system
128
- name: managed-node1
139
role: managed_node
14-
connection: system
1510
- name: managed-node2
1611
role: managed_node
17-
connection: system
1812
environment:
1913
SR_ANSIBLE_VER: 2.17
2014
SR_REPO_NAME: sudo

0 commit comments

Comments
 (0)