diff --git a/tests/roles/bootstrap-host/tasks/prepare_ceph.yml b/tests/roles/bootstrap-host/tasks/prepare_ceph.yml index 800b1ba617..f05b3049ea 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_ceph.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_ceph.yml @@ -25,7 +25,6 @@ - name: Run the systemd service role include_role: name: systemd_service - private: true vars: systemd_services: - service_name: "loop-{{ loopback_var }}" diff --git a/tests/roles/bootstrap-host/tasks/prepare_data_disk.yml b/tests/roles/bootstrap-host/tasks/prepare_data_disk.yml index ff5757f324..32daa05de6 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_data_disk.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_data_disk.yml @@ -82,7 +82,6 @@ - name: Run the systemd mount role include_role: name: systemd_mount - private: true vars: systemd_mounts: - what: "/dev/{{ _bootstrap_host_data_disk_device }}1" @@ -97,7 +96,6 @@ - name: Run the systemd mount role include_role: name: systemd_mount - private: true vars: systemd_mounts: - what: "/dev/{{ _bootstrap_host_data_disk_device }}2" diff --git a/tests/roles/bootstrap-host/tasks/prepare_loopback_btrfs.yml b/tests/roles/bootstrap-host/tasks/prepare_loopback_btrfs.yml index 7f858fe807..6bb57ddffb 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_loopback_btrfs.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_loopback_btrfs.yml @@ -27,7 +27,6 @@ - name: Run the systemd mount role include_role: name: systemd_mount - private: true vars: systemd_mounts: - what: "/openstack/lxc-btrfs.img" diff --git a/tests/roles/bootstrap-host/tasks/prepare_loopback_cinder.yml b/tests/roles/bootstrap-host/tasks/prepare_loopback_cinder.yml index 55e8f2812b..e0fd1a0b39 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_loopback_cinder.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_loopback_cinder.yml @@ -24,7 +24,6 @@ - name: Run the systemd service role include_role: name: systemd_service - private: true vars: systemd_services: - service_name: "loop-cinder" diff --git a/tests/roles/bootstrap-host/tasks/prepare_loopback_machines.yml b/tests/roles/bootstrap-host/tasks/prepare_loopback_machines.yml index 7067beead0..5fbdfdc98b 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_loopback_machines.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_loopback_machines.yml @@ -31,7 +31,6 @@ - name: Run the systemd mount role include_role: name: systemd_mount - private: true vars: systemd_mounts: - what: "/openstack/machines.img" diff --git a/tests/roles/bootstrap-host/tasks/prepare_loopback_manila.yml b/tests/roles/bootstrap-host/tasks/prepare_loopback_manila.yml index ed4fe4bfe6..9ab6346ad9 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_loopback_manila.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_loopback_manila.yml @@ -24,7 +24,6 @@ - name: Run the systemd service role include_role: name: systemd_service - private: true vars: systemd_services: - service_name: "loop-manila" diff --git a/tests/roles/bootstrap-host/tasks/prepare_loopback_nova.yml b/tests/roles/bootstrap-host/tasks/prepare_loopback_nova.yml index 701571c05e..6270d43643 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_loopback_nova.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_loopback_nova.yml @@ -31,7 +31,6 @@ - name: Run the systemd mount role include_role: name: systemd_mount - private: true vars: systemd_mounts: - what: "/openstack/nova.img" diff --git a/tests/roles/bootstrap-host/tasks/prepare_loopback_swap.yml b/tests/roles/bootstrap-host/tasks/prepare_loopback_swap.yml index 5bd6fc6237..34ff9c83d6 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_loopback_swap.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_loopback_swap.yml @@ -32,7 +32,6 @@ - name: Run the systemd mount role include_role: name: systemd_mount - private: true vars: systemd_mounts: - what: "/openstack/swap.img" diff --git a/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml b/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml index c9b4c2697a..c47a344f2c 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml @@ -39,7 +39,6 @@ - name: Run the systemd mount role include_role: name: systemd_mount - private: true vars: systemd_mounts: - what: "/openstack/swift1.img" diff --git a/tests/roles/bootstrap-host/tasks/prepare_networking.yml b/tests/roles/bootstrap-host/tasks/prepare_networking.yml index f0b2ec433f..cd6c18ca93 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_networking.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_networking.yml @@ -16,7 +16,6 @@ - name: Run the systemd-networkd role include_role: name: systemd_networkd - private: true vars: systemd_networkd_prefix: "osa_testing" systemd_interface_cleanup: true @@ -159,7 +158,6 @@ - name: Run the systemd service role include_role: name: systemd_service - private: true vars: systemd_services: - service_name: "networking-post-up"