aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2021-03-16 20:41:48 +0000
committerPeter Mikus <pmikus@cisco.com>2021-03-17 07:04:16 +0000
commitbb434f13b654fc7fc55cc72b07b36c574111d635 (patch)
tree5575112eaebedb364ea8a20178180a4b091c2baf /resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
parent480e1675f3d8e3045265b351681169a1478dbc7d (diff)
Infra: csit-sut temporary build
- Untill the issue with fdiotools will be solved Signed-off-by: pmikus <pmikus@cisco.com> Change-Id: I3c2b06f37014a0571487d527447d90ceafdf52a9
Diffstat (limited to 'resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml')
-rw-r--r--resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml9
1 files changed, 8 insertions, 1 deletions
diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
index e563a17d4a..13306a74a9 100644
--- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
+++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.30.yaml
@@ -55,4 +55,11 @@ consul_node_name: "{{ hostname }}"
consul_node_role: "both"
consul_retry_servers:
- "10.30.51.32"
- - "10.30.51.33" \ No newline at end of file
+ - "10.30.51.33"
+
+# Docker daemon settings.
+docker_daemon:
+ # https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file
+ dns: [ "172.17.0.1" ]
+ dns-opts: []
+ dns-search: [ "{{ansible_hostname}}" ] \ No newline at end of file