From: Javier BĂ©rtoli Date: Mon, 17 May 2021 17:13:14 +0000 (-0300) Subject: test(hosts): use the nic ip instead of localhost for dns X-Git-Url: https://git.arvados.org/arvados-formula.git/commitdiff_plain/ca0ebadc5ae1737f2b8aa9b467aa0ed7791ce287 test(hosts): use the nic ip instead of localhost for dns --- diff --git a/test/salt/states/examples/single_host/host_entries.sls b/test/salt/states/examples/single_host/host_entries.sls index 7670da0..8dfb64e 100644 --- a/test/salt/states/examples/single_host/host_entries.sls +++ b/test/salt/states/examples/single_host/host_entries.sls @@ -5,7 +5,7 @@ arvados_test_salt_states_examples_single_host_etc_hosts_host_present: host.present: - - ip: {{ grains['ipv4'][0] }} + - ip: {{ grains['ipv4'][1] }} - names: - {{ arvados.cluster.name }}.{{ arvados.cluster.domain }} # FIXME! This just works for our testings.