1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 {%- set curr_tpldir = tpldir %}
6 {%- set tpldir = 'arvados' %}
7 {%- from "arvados/map.jinja" import arvados with context %}
8 {%- set tpldir = curr_tpldir %}
10 # We need the external hostname to resolve to the internal IP for docker. We
11 # tell docker to resolve via the local dnsmasq, which reads from /etc/hosts by
13 arvados_local_access_to_hostname_ext:
19 arvados_test_salt_states_examples_single_host_etc_hosts_host_present:
23 - {{ arvados.cluster.name }}.{{ arvados.cluster.domain }}
24 # NOTE! This just works for our testing.
25 # Won't work if the cluster name != host name
41 - {{ entry }}.{{ arvados.cluster.name }}.{{ arvados.cluster.domain }}
45 - service: nginx_service