This adopts old functional tests to be launched with molecule. Patch does not intend to extend or refactor set of existing tests, but to provide a baseline to iterate on and ability to improve coverage with important usecases. Change-Id: Ia93b5adb313d5b930086ce90dafe6a63da092aba Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
13 lines
360 B
YAML
13 lines
360 B
YAML
---
|
|
- name: Playbook for role testing
|
|
hosts: service_hosts
|
|
vars:
|
|
external_lb_vip_address: 127.0.0.1
|
|
internal_lb_vip_address: 127.0.0.1
|
|
haproxy_pki_setup_host: "{{ inventory_hostname }}"
|
|
haproxy_service_configs:
|
|
- haproxy_service_name: test_absent_service
|
|
state: absent
|
|
roles:
|
|
- "{{ playbook_dir | dirname | basename }}"
|