TritonDataCenter / sdc-sdc

Contains all the tools that go into the 'sdc' zone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdc-sdc

This repository is part of the Joyent Triton project. See the contribution guidelines and general documentation at the main Triton project page.

The Triton DataCenter headnode global zone has historically had a number of sdc-* tools in "/opt/smartdc/bin" (e.g. sdc-vmapi, sdc-ldap). These live(d) in sdc-headnode.git. Because they are not installed via an image they weren't upgradeable via SAPI. To support the later an 'sdc' core zone (akin to the Manta 'ops') zone was created. This repo is it.

Rules for commits

  • If the commit is at all significant, then increment the patch version (in "package.json") and add an appropriate note to "CHANGES.md".

  • make check

  • Test by pushing local changes to a COAL or test HN and test:

      ./tools/rsync-to $HN
      ./tools/test-on $HN
    

    Or the shortcut for COAL:

      make coaltest    # NYI
    

About

Contains all the tools that go into the 'sdc' zone.

License:Mozilla Public License 2.0


Languages

Language:JavaScript 67.8%Language:Shell 30.5%Language:Makefile 1.7%