Example Profiles

These profiles demonstrate how to construct various topologies and select options such as node type, operating system, etc.
<% if (window.ISPOWDER) { %> <% _.each(profiles["powder"], function(value, name) { %> <% }); %> <% } %> <% _.each(profiles, function(group, portals) { %> <% if (window.ISPOWDER && portals == "powder") { return; } %> <% _.each(group, function(value, name) { %> <% }); %> <% }); %>
Name Created Description
Powder Specific Profiles
<% var url; if (window.MAINSITE) { url = "/show/" + value.pid + "/" + value.name; } else { url = "show-profile.php?uuid=" + value.uuid; } %> <%= value.name %> <%- value.created %> <%= marked(value.desc) %>
Other Useful Profiles
<% var url; if (window.MAINSITE) { url = "/show/" + value.pid + "/" + value.name; } else { url = "show-profile.php?uuid=" + value.uuid; } %> <%= value.name %> <%- value.created %> <%= marked(value.desc) %>