a93a1e6b61
It will run a play where it will spin up five vms, and will truncate inventory to consider only three. The play will configure dns using dynamic inventory, and will take an extra parameter to specify if we want static ips or not. It will perform a test on dnsmasq leases file, to ensure that the dhcp behaviour is working as expected, depending on the settings. Change-Id: If56488f78524ceba201b50f76df306620744cda5
16 lines
290 B
YAML
16 lines
290 B
YAML
---
|
|
galaxy_info:
|
|
author: Infra-cloud Developers
|
|
description: Basic dnsmasq checks created by Bifrost.
|
|
company: OpenStack
|
|
license: Apache
|
|
min_ansible_version: 1.9
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
categories:
|
|
- cloud
|
|
- cloud:openstack
|
|
dependencies: []
|