whitebox-neutron-tempest-pl.../playbooks/preparations.yaml
Roman Safronov 8ac79db86c Implement node discovery
Since some tests from the plugin require list of nodes be available
a discover_nodes() function was implemented, by using openstack API.
This will ensure that discovering nodes will work properly on
environments deployed with any installer.

Also, adjusted multicast tests in order to prevent self-rebooting
of the tempest node on a single-node environment.

Change-Id: I80dd0ba855a63952d12214a4e7e9fd9c334e312a
2024-03-05 17:18:02 +02:00

17 lines
324 B
YAML

- hosts: all
roles:
- ensure-pip
tasks:
- name: crudini
pip:
name: crudini
state: present
become: yes
- name: Setup tempest SSH key
include_role:
name: copy-build-sshkey
vars:
ansible_become: yes
copy_sshkey_target_user: 'tempest'