on-http-y1
Version:
OnRack Http Server
30 lines (22 loc) • 925 B
Markdown
The SKU Pack Configuration directory consists of a set of configuration files and the directories
which host the content referenced by the files. The content of the directories is used by on-http
to potentially override the files and templates that are served for nodes with SKUs.
.
|-- 5661e0b5f0e1a18e6f18b98d
| |-- static
|��| \-- common
|��| \-- discovery.overlay.cpio.gz
|��\-- templates
| |-- esx-ks
| \-- renasar-ansible.pub
\-- 5661e0b5f0e1a18e6f18b98d.json
The ":skuid.js" file specifies the location of the static root and template root for the SKU. The
directory locations specified in the filewill use the skupack.d/:skuid directory as the root reference
for the directory names.
{
"httpStaticRoot": "static",
"httpTemplateRoot": "templates"
}