openqa/worker: oh ok, probably this

duh quotes are hard
This commit is contained in:
Adam Williamson 2016-05-05 11:22:42 -07:00
parent 4ec8d3f50a
commit 5ddbf54811

View file

@ -3,5 +3,5 @@ TYPE='OVSTunnel'
OVS_BRIDGE='br0' OVS_BRIDGE='br0'
DEVICE='gre{{ item.0 }}' DEVICE='gre{{ item.0 }}'
OVS_TUNNEL_TYPE='gre' OVS_TUNNEL_TYPE='gre'
OVS_TUNNEL_OPTIONS="options:remote_ip={{ hostvars[inventory_hostname][eth0_ip] }}' OVS_TUNNEL_OPTIONS='options:remote_ip={{ hostvars[item.1]['eth0_ip'] }}'
ONBOOT='yes' ONBOOT='yes'