- Add 2013Q4 report on the OpenStack platform
Submitted by: raj
This commit is contained in:
parent
bbb6011f26
commit
7d647efe08
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43500
1 changed files with 91 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
<!-- XXX: Keep updating the number of entries -->
|
||||
<p>Thanks to all the reporters for the excellent work! This report
|
||||
contains 13 entries and we hope you enjoy reading it.</p>
|
||||
contains 14 entries and we hope you enjoy reading it.</p>
|
||||
|
||||
<p>The deadline for submissions covering between January and
|
||||
March 2014 is April 7th, 2014.</p>
|
||||
|
@ -728,4 +728,94 @@
|
|||
links).</task>
|
||||
</help>
|
||||
</project>
|
||||
|
||||
<project cat='arch'>
|
||||
<title>&os; Host Support for OpenStack and OpenContrail</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Grzegorz</given>
|
||||
<common>Bernacki</common>
|
||||
</name>
|
||||
<email>gjb@semihalf.com</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Michał</given>
|
||||
<common>Dubiel</common>
|
||||
</name>
|
||||
<email>md@semihalf.com</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>
|
||||
<given>Rafał</given>
|
||||
<common>Jaworowski</common>
|
||||
</name>
|
||||
<email>raj@semihalf.com</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://www.openstack.org"/>
|
||||
<url href="http://www.opencontrail.org"/>
|
||||
<url href="https://github.com/Semihalf/openstack-devstack"/>
|
||||
<url href="https://github.com/Semihalf/openstack-nova"/>
|
||||
<url href="https://github.com/Semihalf/contrail-vrouter"/>
|
||||
<url href="https://blueprints.launchpad.net/nova/+spec/freebsd-compute-node"/>
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>OpenStack is a cloud operating system that controls large pools
|
||||
of compute, storage, and networking resources in a data center.
|
||||
OpenContrail is a network virtualization (SDN) solution
|
||||
comprising network controller, virtual router and analytics
|
||||
engine, which can be integrated with cloud orchestration systems
|
||||
like OpenStack or CloudStack.</p>
|
||||
|
||||
<p>The goal of this work is to enable &os; as a fully supported
|
||||
compute host for OpenStack, using OpenContrail virtualized
|
||||
networking. The main areas of development are the
|
||||
following:</p>
|
||||
|
||||
<ul>
|
||||
<li>OpenStack compute driver (<tt>nova-compute</tt>) for the
|
||||
&os; <tt>bhyve(4)</tt> hypervisor.</li>
|
||||
|
||||
<li>OpenContrail vRouter (forwarding-plane kernel module) port
|
||||
to &os;.</li>
|
||||
|
||||
<li>Integration, performance optimizations.</li>
|
||||
</ul>
|
||||
|
||||
<p>The current state of development features a working demo of
|
||||
OpenStack with compute node components running on a &os; host:</p>
|
||||
|
||||
<ul>
|
||||
<li>The native <tt>bhyve(4)</tt> hypervisor is driven by a
|
||||
<tt>nova-compute</tt> component for spawning guest instances
|
||||
and a <tt>nova-network</tt> component for providing simple
|
||||
networking between those guests.</li>
|
||||
|
||||
<li>The <tt>nova-network</tt> approach (based on local host
|
||||
bridging) is becoming an obsolete technology in OpenStack and
|
||||
was used here only for a demonstration and proof-of-concept
|
||||
purposes, without exploring all the possible features.</li>
|
||||
|
||||
<li>The main objective is to move to OpenContrail-based
|
||||
networking, therefore become compliant with the modern OpenStack
|
||||
networking API ("neutron").</li>
|
||||
</ul>
|
||||
|
||||
<p>This project is sponsored by Juniper Networks, Inc.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>Decide how to integrate <tt>bhyve(4)</tt> with
|
||||
<tt>nova-compute</tt>, either natively or via the
|
||||
<tt>libvirt</tt> management layer.</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue