Although adminui offers an Edit Metadata GUI interface, values entered there are always interpreted as json strings.
This renders the adminui useless for such tasks as enabling custom image creation (as with the triton packer builder) since entering "true" into the Edit Metadata interface results in the string literal: "true" rather than the JSON type of true.
The only workaround is if you have shell access to the SmartOS headnode and can enter the following directly:
Although
adminui
offers anEdit Metadata
GUI interface, values entered there are always interpreted as json strings. This renders theadminui
useless for such tasks as enabling custom image creation (as with thetriton
packer builder) since entering "true" into theEdit Metadata
interface results in the string literal: "true" rather than the JSON type oftrue
.The only workaround is if you have shell access to the SmartOS headnode and can enter the following directly:
per https://docs.joyent.com/private-cloud/install/image-management