From 91118e3af51c7fa655f14f2da99216f8ff0e11e0 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 14 Mar 2017 15:35:29 -0400 Subject: [PATCH] Add missing documentation file. refs #6520 --- doc/install/install-compute-ping.html.textile.liquid | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/install/install-compute-ping.html.textile.liquid diff --git a/doc/install/install-compute-ping.html.textile.liquid b/doc/install/install-compute-ping.html.textile.liquid new file mode 100644 index 0000000000..ce96268369 --- /dev/null +++ b/doc/install/install-compute-ping.html.textile.liquid @@ -0,0 +1,9 @@ +--- +layout: default +navsection: installguide +title: Sample compute node ping script +... + +When a new elastic compute node is booted, it needs to contact Arvados to register itself. Here is an example ping script to run on boot. + + {% code 'compute_ping_rb' as ruby %} -- 2.30.2