Przeglądaj źródła

Updating simplenode template so that it works with refactored overlay support; fixes bugs 347 and 348

--HG--
extra : rebase_source : b8eaa05914
pull/3/head
Dave Smith 15 lat temu
rodzic
commit
d1124f3040
2 zmienionych plików z 14 dodań i 12 usunięć
  1. +9
    -7
      priv/templates/simplenode.reltool.config
  2. +5
    -5
      priv/templates/simplenode.template

+ 9
- 7
priv/templates/simplenode.reltool.config Wyświetl plik

@ -15,14 +15,16 @@
{profile, embedded},
{excl_sys_filters, ["^bin/.*",
"^erts.*/bin/(dialyzer|typer)"]},
{app, riak, [{incl_cond, include}]},
{app, sasl, [{incl_cond, include}]}
]}.
{rebar, [
{empty_dirs, [
"log/sasl"
]},
{target_dir, "{{nodeid}}"}.
{overlay, "overlay"}
]}.
{overlay, [
{mkdir, "log/sasl"},
{copy, "files/erl", "\{\{erts_vsn\}\}/bin/erl"},
{copy, "files/nodetool", "\{\{erts_vsn\}\}/bin/nodetool"},
{copy, "files/{{nodeid}}", "bin/{{nodeid}}"},
{copy, "files/app.config", "etc/app.config"},
{copy, "files/vm.args", "etc/vm.args"}
]}.

+ 5
- 5
priv/templates/simplenode.template Wyświetl plik

@ -1,7 +1,7 @@
{variables, [{nodeid, "mynode"}]}.
{template, "simplenode.reltool.config", "reltool.config"}.
{file, "simplenode.erl.script", "overlay/erts-vsn/bin/erl"}.
{file, "simplenode.nodetool", "overlay/erts-vsn/bin/nodetool"}.
{file, "simplenode.runner", "overlay/bin/{{nodeid}}"}.
{file, "simplenode.app.config", "overlay/etc/app.config"}.
{template, "simplenode.vm.args", "overlay/etc/vm.args"}.
{file, "simplenode.erl.script", "files/erl"}.
{file, "simplenode.nodetool", "files/nodetool"}.
{file, "simplenode.runner", "files/{{nodeid}}"}.
{file, "simplenode.app.config", "files/app.config"}.
{template, "simplenode.vm.args", "files/vm.args"}.

Ładowanie…
Anuluj
Zapisz