Merge branch '8784-dir-listings'
[arvados.git] / doc / install / install-compute-ping.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Sample compute node ping script
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 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.
13
14 <notextile> {% code 'compute_ping_rb' as ruby %} </notextile>