From eaaec1d3083ba4d579a77345de219409048ee9d7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 5 Jan 2019 12:57:55 +0100 Subject: Conform with new tag configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It allows generating gate jobs. Change-Id: I741da199bca7617e73eb1e4638fcb4139b872141 Signed-off-by: Cédric Ollivier --- ansible/host_vars/127.0.0.1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ansible/host_vars/127.0.0.1 (limited to 'ansible/host_vars') diff --git a/ansible/host_vars/127.0.0.1 b/ansible/host_vars/127.0.0.1 new file mode 100644 index 000000000..169b56b07 --- /dev/null +++ b/ansible/host_vars/127.0.0.1 @@ -0,0 +1,5 @@ +docker_args: + env: {} + volumes: + - /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file + - /home/opnfv/functest/images:/home/opnfv/functest/images -- cgit 1.2.3-korg