5c2702e7a9
This aims to ensure that collections which are managed by zuul will get installed and used during testing. This is especially important since our deliverables are being installed as collections. As a base we take code from the integrated repo and simplify it a bit by removing user defined collections. Change-Id: I92b6b3edd5d781b3ce9292b52773b0a854f910c7
33 lines
1.5 KiB
INI
33 lines
1.5 KiB
INI
# Copyright 2016, 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.
|
|
|
|
# WARNING:
|
|
# This file is use by all OpenStack-Ansible roles for testing purposes.
|
|
# Any changes here will affect all OpenStack-Ansible role repositories
|
|
# with immediate effect.
|
|
|
|
# PURPOSE:
|
|
# This is a set of configuration options for Ansible.
|
|
|
|
[defaults]
|
|
transport = openstack.osa.ssh
|
|
host_key_checking = False
|
|
control_path = /tmp/%%h-%%r
|
|
ssh_args = -o ControlMaster=no -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes
|
|
library = $HOME/.ansible/plugins/library:$HOME/.ansible/roles/ceph-ansible/library
|
|
callback_plugins = $HOME/.ansible/plugins/callback:$HOME/.ansible/roles/ceph-ansible/plugins/callback
|
|
action_plugins = $HOME/.ansible/roles/ceph-ansible/plugins/actions
|
|
roles_path = $HOME/.ansible/roles:$HOME/.ansible/testing-role
|
|
collections_path = /etc/ansible
|