Fix docker config handling in offline installer 52/75452/10
authorMichal Zegan <m.zegan@samsung.com>
Fri, 4 Jan 2019 13:20:03 +0000 (14:20 +0100)
committerMichal Zegan <m.zegan@samsung.com>
Thu, 17 Jan 2019 14:19:21 +0000 (15:19 +0100)
commitb5cd82b2ec6f4fe69eae27f70eb3b5eda52da368
tree060acfd9bd4241bb1755fbde9c2ad1a7150f39b0
parentcde2f33dfcd9728240d37c80383534a5b6af5caf
Fix docker config handling in offline installer

This fixes adding of dns address to
/etc/docker/daemon.json to always use infra's ip address
instead of possibly using it's hostname.
Also similar change is done in handling of
/etc/resolv.conf in infrastructure.yml.
Ip address is specified by the "cluster_ip" variable placed on a host.
Inventory specifies ip for everything except resource server (just for consistency).

Change-Id: I2baa3f4c7d69b8dff109b5f8ae984134caf2af7d
Issue-ID: OOM-1573
Signed-off-by: Michal Zegan <m.zegan@samsung.com>
ansible/docker/Dockerfile
ansible/infrastructure.yml
ansible/inventory/hosts.yml
ansible/roles/docker/tasks/main.yml