
As effort to sunset tests repo, we replace functional test that were running for the role with a molecule. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/938220 Change-Id: I2c11008541775e035256489383aa9db31a098635
18 lines
549 B
Plaintext
18 lines
549 B
Plaintext
- post_restart_command: null
|
|
post_start_command: null
|
|
pre_restart_command: null
|
|
pre_start_command: null
|
|
process_name: /usr/sbin/libvirtd
|
|
restart_command: systemctl restart libvirt-bin
|
|
run_as_root: true
|
|
start_command: systemctl start libvirt-bin
|
|
- post_restart_command: null
|
|
post_start_command: null
|
|
pre_restart_command: null
|
|
pre_start_command: null
|
|
process_name: /usr/sbin/libvirtd-test
|
|
restart_command: systemctl restart libvirt-bin-test
|
|
run_as_root: true
|
|
start_command: systemctl start libvirt-bin-test
|
|
- things: stuff
|