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

Gabor Pali pgj at FreeBSD.org
Mon Apr 7 16:30:38 UTC 2014


Author: pgj
Date: Mon Apr  7 16:30:38 2014
New Revision: 44469
URL: http://svnweb.freebsd.org/changeset/doc/44469

Log:
  - Add 2014Q1 status report for the OpenStack host support
  
  Submitted by:	Michał Dubiel <md at semihalf.com>

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml	Mon Apr  7 16:17:04 2014	(r44468)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml	Mon Apr  7 16:30:38 2014	(r44469)
@@ -18,7 +18,7 @@
 
     <!-- XXX: Keep the number of entries updated -->
     <p>Thanks to all the reporters for the excellent work!  This report
-      contains 23 entries and we hope you enjoy reading it.</p>
+      contains 24 entries and we hope you enjoy reading it.</p>
 
     <p>The deadline for submissions covering between April and
       June 2014 is July 7th, 2014.</p>
@@ -1425,4 +1425,103 @@ device vt_efifb</pre>
 
     <sponsor>The &os; Foundation</sponsor>
   </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>Dominik</given>
+	  <common>Ermel</common>
+	</name>
+	<email>der 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>This work goal 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>Libvirt hypervisor driver for bhyve.</li>
+
+	<li>Support for bhyve (via the libvirt compute driver) and the
+	  &os; platform in overall in <tt>nova-compute</tt>.</li>
+
+	<li>Port OpenContrail vRouter (forwarding plane kernel module)
+	  to &os;.</li>
+
+	<li>Port OpenContrail Agent (network controller node) to
+	  &os;.</li>
+
+	<li>Integration, performance optimization.</li>
+      </ul>
+
+      <p>The current state of the development allows for a working demo
+	of OpenStack with compute node component running on a &os;
+	host:</p>
+
+      <ul>
+	<li>The native bhyve hypervisor is driven by a
+	  <tt>nova-compute</tt> component for spawning guest instances
+	  using libvirt and a <tt>nova-network</tt> component for
+	  providing simple networking using bridges between guest
+	  VMs.</li>
+
+	<li>QEMU might also be used instead of the bhyve this way.</li>
+
+	<li>The main goal on the networking side is to use OpenContrail
+	  solution, compliant with the modern OpenStack networking API
+	  ("neutron").</li>
+      </ul>
+
+      <p>Also, initial port of the OpenContrail vRouter kernel module
+	has been completed.  It successfully handles all networking on
+	the host.</p>
+    </body>
+
+    <sponsor>Juniper Networks</sponsor>
+  </project>
 </report>


More information about the svn-doc-head mailing list