diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-05 12:57:55 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-01-05 12:57:55 +0100 |
commit | eaaec1d3083ba4d579a77345de219409048ee9d7 (patch) | |
tree | 8da30afe7baf5683ce0c528bea5bde1c9ab9e06f /ansible/host_vars/127.0.0.1 | |
parent | db68c5fd4db0604b83ec20ca501bde369a8d7bed (diff) |
Conform with new tag configs
It allows generating gate jobs.
Change-Id: I741da199bca7617e73eb1e4638fcb4139b872141
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'ansible/host_vars/127.0.0.1')
-rw-r--r-- | ansible/host_vars/127.0.0.1 | 5 |
1 files changed, 5 insertions, 0 deletions
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 |