Name | <%- fields.name %> <% if (fields.version) { %> (Version: <%- fields.version %>) <% } %> <% if (window.EMBEDDED && (isadmin || candelete)) { %> <% } %> |
Description | <%- fields.description %> |
OS | <%- fields.os %> <% if (fields.os_version) { %> <%- fields.os_version %><% } %> |
Project | <% if (isadmin) { %> <% if (window.EMBEDDED) { %> <%- fields.pid %> <% } else { %> <%- fields.pid %> <% } %> <% } else { %> <%- fields.pid %> <% } %> |
Group | <%- fields.gid %> |
Created | <%- fields.created %> |
Creator | <% if (isadmin) { %> <% if (window.EMBEDDED) { %> <%- fields.creator %> <% } else { %> <%- fields.creator %> <% } %> <% } else { %> <%- fields.creator %> <% } %> |
Creator URN | <%- fields.creator_urn %> |
Updated | <%- fields.updated %> |
Updater | <% if (isadmin) { %> <% if (window.EMBEDDED) { %> <%- fields.updater %> <% } else { %> <%- fields.updater %> <% } %> <% } else { %> <%- fields.updater %> <% } %> |
Updater URN | <%- fields.updater_urn %> |
Last Used | <%- fields.lastused %> |
Shared/Global | <% print(YesNo(fields.shared) + "/" + YesNo(fields.global)); %> |
Ready/Released | <% print(YesNo(fields.ready) + "/" + YesNo(fields.released)); %> |
Listed | <% print(YesNo(fields.listed)); %> |
Path | <%- fields.path %> |
Architecture | <% if (_.has(fields, "architecture")) { %> <%- fields.architecture %> <% } %> |
Types | <%= fields.types.join(" ") %> |
URN | <%- fields.urn %> |
Derived From | <%- fields.parent_image_name + ":" + fields.parent_image_vers %> |
<% if (_.has(fields, "previous_image_url") && _.has(fields, "next_image_url")) { %> Prev/Next Versions <% } else if (_.has(fields, "previous_image_url")) { %> Previous Version <% } else { %> Next Version <% } %> | <% if (_.has(fields, "previous_image_url")) { %> <%- fields.name + ":" + fields.previous_image_vers %> <% } %> <% if (_.has(fields, "previous_image_url") && _.has(fields, "next_image_url")) { %> / <% } %> <% if (_.has(fields, "next_image_url")) { %> <%- fields.name + ":" + fields.next_image_vers %> <% } %> |
Partition/Length | <%- fields.loadpart %>/<%- fields.loadlength %> |
MBR Version | <%- fields.mbr_version %> |
Reboot Waittime | <%- fields.reboot_waittime %> |
Op Mode | <%- fields.op_mode %> |
Parent Image | <%- fields.def_parent_image_name + ":" + fields.def_parent_image_vers %> |
XEN Capable? | <% if (fields.xen_capable) { %>Yes<% } else { %>No<% } %> <% if (isadmin) { %> (Toggle) <% } %> |
Features | <%- fields.os_features.join(",") %> |
SHA1 Hash | <%- fields.hash %> |
Image UUID | <%- fields.image_uuid %> |
Version UUID | <%- fields.uuid %> |
Metadata URL | https://... |
Imagefile URL | https://... |
Image UUID (URL) | <%- fields.image_uuid %> (https://...) |
Version UUID (URL) | <%- fields.uuid %> (https://...) |
ID | <%- fields.imageid %> |
Deprecated | <%- fields.deprecated %> <% if (fields.deprecated_iserror) { %> (With error) <% } else { %> (With warning) <% } %> |
Logfile | https://... |
IMS NoReport | <% print(YesNo(fields.ims_noreport)); %> |
IMS Reported | <%- fields.ims_reported %> |
Taint Setting | |
Admin Notes |
Features that an image advertises to the infrastructure. These features are used by the control framework to dictate what operations it can perform on a node running the image, either for its own needs or on behalf of a user.