From owner-svn-doc-all@FreeBSD.ORG Mon Apr 7 16:30:38 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7DBBC17; Mon, 7 Apr 2014 16:30:38 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 948C0620; Mon, 7 Apr 2014 16:30:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s37GUcR7032261; Mon, 7 Apr 2014 16:30:38 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s37GUcbj032260; Mon, 7 Apr 2014 16:30:38 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201404071630.s37GUcbj032260@svn.freebsd.org> From: Gabor Pali Date: Mon, 7 Apr 2014 16:30:38 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 16:30:38 -0000 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 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 @@

Thanks to all the reporters for the excellent work! This report - contains 23 entries and we hope you enjoy reading it.

+ contains 24 entries and we hope you enjoy reading it.

The deadline for submissions covering between April and June 2014 is July 7th, 2014.

@@ -1425,4 +1425,103 @@ device vt_efifb The &os; Foundation + + + &os; Host Support for OpenStack and OpenContrail + + + + + Grzegorz + Bernacki + + gjb@semihalf.com + + + + + Michał + Dubiel + + md@semihalf.com + + + + + Dominik + Ermel + + der@semihalf.com + + + + + Rafał + Jaworowski + + raj@semihalf.com + + + + + + + + + + + + + +

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.

+ +

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:

+ +
    +
  • Libvirt hypervisor driver for bhyve.
  • + +
  • Support for bhyve (via the libvirt compute driver) and the + &os; platform in overall in nova-compute.
  • + +
  • Port OpenContrail vRouter (forwarding plane kernel module) + to &os;.
  • + +
  • Port OpenContrail Agent (network controller node) to + &os;.
  • + +
  • Integration, performance optimization.
  • +
+ +

The current state of the development allows for a working demo + of OpenStack with compute node component running on a &os; + host:

+ +
    +
  • The native bhyve hypervisor is driven by a + nova-compute component for spawning guest instances + using libvirt and a nova-network component for + providing simple networking using bridges between guest + VMs.
  • + +
  • QEMU might also be used instead of the bhyve this way.
  • + +
  • The main goal on the networking side is to use OpenContrail + solution, compliant with the modern OpenStack networking API + ("neutron").
  • +
+ +

Also, initial port of the OpenContrail vRouter kernel module + has been completed. It successfully handles all networking on + the host.

+ + + Juniper Networks +