Standardize the testing for Designate

Follows a pattern similar to [1].

[1]: 660c5b8bae

Change-Id: I3027ebead8e64ad28c3db17daff522fd6e1f9a46
This commit is contained in:
Jean-Philippe Evrard
2017-04-18 13:13:10 +00:00
parent b7098a6bde
commit 8904dd15f3
4 changed files with 42 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ansible_host: 10.1.1.101
ansible_become: True
ansible_user: root

View File

@@ -14,6 +14,7 @@
# limitations under the License.
bridges:
- "br-mgmt"
- name: "br-mgmt"
ip_addr: "10.1.1.1"
ansible_python_interpreter: "/usr/bin/python2"
ansible_python_interpreter: "/usr/bin/python2"

View File

@@ -0,0 +1,18 @@
---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ansible_host: 10.1.1.102
ansible_become: True
ansible_user: root

View File

@@ -1,7 +1,7 @@
[all]
localhost ansible_become=True
infra1 ansible_host=10.1.0.2 ansible_become=True
openstack1 ansible_host=10.1.0.3 ansible_become=True
localhost
infra1
openstack1
[hosts]
localhost