<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hi Guys,</p>
<p>I'm using openstack kolla , and find it complains that RDO community hasn't build manila-data rpm .
<br>
</p>
<p>we can see it at <a class="moz-txt-link-freetext" href="https://github.com/openstack/kolla/blob/master/docker/manila/manila-data/Dockerfile.j2">
https://github.com/openstack/kolla/blob/master/docker/manila/manila-data/Dockerfile.j2</a></p>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC8" class="blob-code blob-code-inner js-file-line">{% if install_type == 'binary' %}</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC9" class="blob-code blob-code-inner js-file-line">{% if base_distro in ['centos', 'oraclelinux', 'rhel'] %}</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC10" class="blob-code blob-code-inner js-file-line"><br>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC11" class="blob-code blob-code-inner js-file-line">RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC12" class="blob-code blob-code-inner js-file-line">&& /bin/false</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC13" class="blob-code blob-code-inner js-file-line"><br>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC14" class="blob-code blob-code-inner js-file-line">{% elif base_distro in ['ubuntu'] %}</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC15" class="blob-code blob-code-inner js-file-line"><br>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC16" class="blob-code blob-code-inner js-file-line">{% set manila_data_packages = [</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC17" class="blob-code blob-code-inner js-file-line">'manila-data'</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC18" class="blob-code blob-code-inner js-file-line">] %}</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC19" class="blob-code blob-code-inner js-file-line"><br>
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container" data-tab-size="8">
<tbody>
<tr>
<td id="LC20" class="blob-code blob-code-inner js-file-line">{% endif %}</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<p>from the snippet code, we can know Ubuntu community has supplied manila-data package.
<br>
</p>
<p><br>
</p>
<p><br>
</p>
<p><br>
</p>
</body>
</html>