Add missing documentation file. refs #6520
authorPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 14 Mar 2017 19:35:29 +0000 (15:35 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Tue, 14 Mar 2017 19:35:29 +0000 (15:35 -0400)
doc/install/install-compute-ping.html.textile.liquid [new file with mode: 0644]

diff --git a/doc/install/install-compute-ping.html.textile.liquid b/doc/install/install-compute-ping.html.textile.liquid
new file mode 100644 (file)
index 0000000..ce96268
--- /dev/null
@@ -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.
+
+<notextile> {% code 'compute_ping_rb' as ruby %} </notextile>