902f28e16e
This patch consumes the centralised Ansible test scripts implemented in https://review.openstack.org/381853 Change-Id: Icf49b6e72f6355903225b1163802967865ee587d
29 lines
895 B
YAML
29 lines
895 B
YAML
---
|
|
# Copyright 2015, 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.
|
|
|
|
# Only MR-A needs the bridges as it does the host setup
|
|
bridges:
|
|
- name: "br-mgmtA"
|
|
ip_addr: "10.1.1.1"
|
|
- name: "br-storageA"
|
|
ip_addr: "10.1.2.1"
|
|
- name: "br-mgmtB"
|
|
ip_addr: "10.1.11.1"
|
|
- name: "br-storageB"
|
|
ip_addr: "10.1.12.1"
|
|
|
|
test_swift_region: 1
|
|
test_swift_repl_network: "eth2"
|