Setting up Triton

2019-11-12
1 min read

I have been using Triton lately using this awesome guide SmartOS Coal on Linux

The only gotchas I found are the following:

$ sdcadm post-setup cloudapi
$ sdcadm post-setup dev-headnode-prov

Per the docs to be able to provision on the head node (https://github.com/joyent/triton/blob/master/docs/developer-guide/coal-setup.md) the json script on the install points to /usr/bin/node and in my triton install node exists in /usr/node/bin/node changing that script made sdcadm healthcheck work. Execute

sdcadm post-setup common-external-nics 

To be able to import images

sdcadm post-setup docker
sdcadm experimental update dockerlogger
sdcadm post-setup dev-sample-data