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 13:17:26 +0100 |
commit | 4c524c4a9d4086ecbae5a16f8f1259f6ad131435 (patch) | |
tree | 0b0416cc5da20ce3740ac9cc4a7e895cc521532f /ansible/host_vars | |
parent | e4ee36148f0be3c4b9b658e79a1b51fec454b819 (diff) |
Conform with new tag configs
It allows generating gate jobs.
Change-Id: I741da199bca7617e73eb1e4638fcb4139b872141
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit eaaec1d3083ba4d579a77345de219409048ee9d7)
Diffstat (limited to 'ansible/host_vars')
-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 |