Date: Mon, 7 Apr 2014 16:30:38 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44469 - head/en_US.ISO8859-1/htdocs/news/status Message-ID: <201404071630.s37GUcbj032260@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@semihalf.com</email> + </person> + + <person> + <name> + <given>Michał</given> + <common>Dubiel</common> + </name> + <email>md@semihalf.com</email> + </person> + + <person> + <name> + <given>Dominik</given> + <common>Ermel</common> + </name> + <email>der@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>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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404071630.s37GUcbj032260>