svn commit: r43500 - head/en_US.ISO8859-1/htdocs/news/status

Gabor Pali pgj at FreeBSD.org
Tue Jan 14 13:22:52 UTC 2014


Author: pgj
Date: Tue Jan 14 13:22:51 2014
New Revision: 43500
URL: http://svnweb.freebsd.org/changeset/doc/43500

Log:
  - Add 2013Q4 report on the OpenStack platform
  
  Submitted by:	raj

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml	Tue Jan 14 13:06:44 2014	(r43499)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml	Tue Jan 14 13:22:51 2014	(r43500)
@@ -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 at semihalf.com</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Michał</given>
+	  <common>Dubiel</common>
+	</name>
+	<email>md at semihalf.com</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Rafał</given>
+	  <common>Jaworowski</common>
+	</name>
+	<email>raj at 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>


More information about the svn-doc-all mailing list