<p><img alt="" src="/user/pages/01.home/new-otc-ubuntu-images-build-from-otc-imagefactory/OTC.png" /></p>
<h2>Introduction</h2>
<p>Currently OTC offers ubuntu images for ubuntu trusty and xenial.\
Found as public images in OTC Image Management Service.</p>
<blockquote>
<pre><code>trusty: Community_Ubuntu_14.04_TSI_latest
xenial: Community_Ubuntu_16.04_TSI_latest</code></pre>
</blockquote>
<p>These images are directly delivered by Canonical to OTC with some base
customization for OTC platform.</p>
<p>To get ubuntu more adapted to OTC and handled more in line with all the
other OTC images,\
we decided to build ubuntu images in our internal OTC ImageFactory build
tool.\
More information about OTC ImageFactory can be found at
<a href="https://imagefactory.otc.t-systems.com">https://imagefactory.otc.t-systems.com</a>.</p>
<p>This results in some differences to the current images.\
Not to break customer workflows when using the existing ubuntu images,\
the newly built ubuntu images will\
be availavle as public images in OTC Image Management Service with as</p>
<blockquote>
<pre><code>trusty: Standard_Ubuntu_14.04_latest
xenial: Standard_Ubuntu_16.04_latest</code></pre>
</blockquote>
<h3>Timeline</h3>
<ul>
<li>New ubuntu Standard_* images will be availlable starting at 30th
of May 2018.</li>
<li>Current ubuntu Community_* images will be available until mid of
October 2018 (and afterwards be hidden).</li>
<li>Current ubuntu Community_* images will not receive fixes after mid
of April 2018.</li>
<li>Current ubuntu Community_* images will not get any updates after
mid of April 2018.</li>
</ul>
<h3>Customer recommendations</h3>
<p>After new ubuntu images are available:</p>
<ul>
<li>It is recommended to use new ubuntu Standard_* images</li>
</ul>
<h3>What changes?</h3>
<p><strong>General Changes</strong></p>
<ul>
<li>
<p>images build with diskimage-builder tool inside OTC ImageFactory</p>
</li>
<li>
<p>previously: delivered from Canonical</p>
</li>
<li>
<p>names of ubuntu images :</p>
</li>
</ul>
<blockquote>
<pre><code> Standard_Ubuntu_14.04_latest
Standard_Ubuntu_16.04_latest</code></pre>
</blockquote>
<p>previously: :</p>
<blockquote>
<pre><code> Community_Ubuntu_14.04_TSI_latest
Community_Ubuntu_16.04_TSI_latest</code></pre>
</blockquote>
<ul>
<li>default root disk size for image registration :</li>
</ul>
<blockquote>
<pre><code> 4 GB</code></pre>
</blockquote>
<p>previously:</p>
<blockquote>
<pre><code> 12 GB</code></pre>
</blockquote>
<ul>
<li>
<p>add Datasource ConfigDrive to cloud-init (used for BMS)</p>
</li>
<li>
<p>add several additional packages</p>
<ul>
<li>ansible</li>
<li>smaller, useful tools like: ansible, w3m, bc, wget, jq, screen, ..</li>
</ul>
</li>
<li>
<p>add several openstack tools to be ready to use OTC API</p>
<ul>
<li>add otc-tools</li>
<li>add nova, cinder, glance, neutron, openstack, heat, ...</li>
</ul>
</li>
</ul>
<p><strong>New features</strong></p>
<ul>
<li>include random password :</li>
</ul>
<blockquote>
<pre><code> a random generated password for cloud-init default user is available
on ECS console to use to for log into ECS console.
ubuntu default user: ubuntu (could be changed by cloud-init userdata)</code></pre>
</blockquote>
<p>previously: no random password available</p>
<ul>
<li>add BMS functionality :</li>
</ul>
<blockquote>
<pre><code> new ubuntu images now can used for OTC BareMetal Service</code></pre>
</blockquote>
<p>previously: BMS not supported</p>
<ul>
<li>add uvp-monitor :</li>
</ul>
<blockquote>
<pre><code> include uvp-monitor which offer a base monitoring for vms.
monitoring data can be found in OTC GUI for Elastic Cloud Server at Monitoring tab.
(not available for ubuntu trusty)</code></pre>
</blockquote>
<p>previously: uvp-monitor collected monitoring date (such as disk usage) not available</p>
<ul>
<li>adding additional network interfaces to a running ECS in</li>
</ul>
<blockquote>
<pre><code>high-performance flavors is supported now</code></pre>
</blockquote>