<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://karaage-cluster.github.io/atom.xml" rel="self" type="application/atom+xml" /><link href="https://karaage-cluster.github.io/" rel="alternate" type="text/html" /><updated>2024-09-17T23:27:38+00:00</updated><id>https://karaage-cluster.github.io/atom.xml</id><title type="html">Karaage — Cluster account management tool</title><subtitle>Karaage manages users and projects in a cluster and can store the data in various backends.
</subtitle><entry><title type="html">Karaage 4</title><link href="https://karaage-cluster.github.io/karaage4/" rel="alternate" type="text/html" title="Karaage 4" /><published>2018-03-29T23:00:00+00:00</published><updated>2018-03-29T23:00:00+00:00</updated><id>https://karaage-cluster.github.io/karaage4</id><content type="html" xml:base="https://karaage-cluster.github.io/karaage4/"><![CDATA[<h1 id="karaage-4">Karaage 4</h1>
<p>In late 2014, VLCSI encountered restrictions in the way Karaage tracks
usage information. Karaage had been developed based on requirements from VPAC,
and the requirements of VLSCI were very different. In short, Karaage didn’t
meet the needs of VLSCI.</p>

<p>VLSCI contracted Common Code to rectify the situation. This development effort
was lead by Tyson Clugg, who developed new DB tables to make indexing and
retrieval of the usage information more flexible and faster.</p>

<p>Unfortunately, after about 2 months of development effort, the funding ran dry.
The new DB models were developed, but the views were never updated to make use
of these new models. The work was copied to the <code class="language-plaintext highlighter-rouge">karaage4</code> branch in the main
Karaage repository, but was not included in the recent Karaage 5 release.</p>

<p>This is a short description of some of the key changes that were made in the
karaage4 branch, in case this project is ever resurrected.</p>

<h2 id="new-database-tables">New Database Tables</h2>
<ul>
  <li>Make projects a hierarchy list.</li>
  <li>New CareerLevel table. Every person has a career level.</li>
  <li>New ProjectLevel table. Every project membership has a project level.</li>
  <li>New usage table to record aggregated usage.</li>
  <li>ResourceUnits, ResurcePool, Resource.</li>
</ul>

<h2 id="resources">Resources</h2>
<p>A resource is a measurable attribute on a given machine. For example, it
could be disk space or CPU time. A resource can have a scaling factor, so it
can be scaled if required to ensure fairness between different machines with
different capabilities.</p>

<p>A resource belongs to a resource pools. A resource pool defines a set of
resources that can be grouped together. For example, disk space on /home for
all clusters. The resource pool also defines the units for the resource (e.g.
megabytes) and a function that should be used for aggregating results (e.g.
megabytes).</p>

<h2 id="usage">Usage</h2>
<p>All usage is initially written to the CPUJob table, same as currently.
However it is also written to the new Usage table, that aggregates results
and speeds up accesses.</p>

<h2 id="conclusion">Conclusion</h2>
<p>This is a summary of the changes that were implemented, but never finished in
Karaage 4.  It is mostly from my memory combined with a quick review of the
code, so errors might exist. I will update this post with new details as I
remember them.</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Karaage 4 In late 2014, VLCSI encountered restrictions in the way Karaage tracks usage information. Karaage had been developed based on requirements from VPAC, and the requirements of VLSCI were very different. In short, Karaage didn’t meet the needs of VLSCI.]]></summary></entry><entry><title type="html">Welcome to Karaage!</title><link href="https://karaage-cluster.github.io/welcome-to-karaage/" rel="alternate" type="text/html" title="Welcome to Karaage!" /><published>2018-03-17T08:14:55+00:00</published><updated>2018-03-17T08:14:55+00:00</updated><id>https://karaage-cluster.github.io/welcome-to-karaage</id><content type="html" xml:base="https://karaage-cluster.github.io/welcome-to-karaage/"><![CDATA[<p>This is a new website for Karaage. It purpose is to communicate updates
and proposed changes in the development of Karaage.</p>]]></content><author><name></name></author><summary type="html"><![CDATA[This is a new website for Karaage. It purpose is to communicate updates and proposed changes in the development of Karaage.]]></summary></entry></feed>