TritonDataCenter / sdc-headnode

Responsible for building and setting up the Triton (formerly SmartDataCenter) headnode.
Mozilla Public License 2.0
18 stars 21 forks source link

TRITON-2266 cloudapi should be core #58

Closed bahamat closed 2 years ago

bahamat commented 2 years ago

Related: joyent/sdcadm#91

bahamat commented 2 years ago

This one only takes affect at install time. The changed file is only used for seeding the initial service definitions. After that they come out of SAPI only, which is why this request is related to joyent/sdcadm#91.

To test this, I passed the file through a JSON parser to ensure there aren't any syntax errors:

$ json -f config/sapi/services/cloudapi/service.json >/dev/null
$ echo $?
0