From: Javier BĂ©rtoli Date: Fri, 16 Apr 2021 20:54:14 +0000 (-0300) Subject: test(dependencies): add hosts entries for testing X-Git-Url: https://git.arvados.org/arvados-formula.git/commitdiff_plain/ff7ed36638e4985336ff4fe0fa483312b057f198?hp=5ce013435374b9697cb6d6a3fc3a3c7f35ae3279 test(dependencies): add hosts entries for testing --- diff --git a/test/salt/states/examples/single_host/host_entries.sls b/test/salt/states/examples/single_host/host_entries.sls index 177ad18..fc35678 100644 --- a/test/salt/states/examples/single_host/host_entries.sls +++ b/test/salt/states/examples/single_host/host_entries.sls @@ -3,9 +3,6 @@ {%- from "arvados/map.jinja" import arvados with context %} {%- set tpldir = curr_tpldir %} -include: - - nginx.config - arvados_test_salt_states_examples_single_host_etc_hosts_host_present: host.present: - ip: {{ grains.get('ipv4')[0] }} @@ -19,6 +16,7 @@ arvados_test_salt_states_examples_single_host_etc_hosts_host_present: 'controller', 'download', 'keep', + 'keepweb', 'keep0', 'shell', 'workbench', @@ -26,8 +24,10 @@ arvados_test_salt_states_examples_single_host_etc_hosts_host_present: 'ws', ] %} + - {{ entry }} - {{ entry }}.internal - {{ entry }}.{{ arvados.cluster.name }}.{{ arvados.cluster.domain }} {%- endfor %} - require_in: - file: nginx_config + - service: nginx_service