From owner-freebsd-hackers@freebsd.org Tue Nov 29 10:44:40 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE75CC5CD69 for ; Tue, 29 Nov 2016 10:44:40 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A620C1A1F for ; Tue, 29 Nov 2016 10:44:40 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A282EC5CD68; Tue, 29 Nov 2016 10:44:40 +0000 (UTC) Delivered-To: hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A2240C5CD67 for ; Tue, 29 Nov 2016 10:44:40 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: from mail-qt0-x229.google.com (mail-qt0-x229.google.com [IPv6:2607:f8b0:400d:c0d::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63EDD1A1E for ; Tue, 29 Nov 2016 10:44:40 +0000 (UTC) (envelope-from stephen.hocking@gmail.com) Received: by mail-qt0-x229.google.com with SMTP id w33so150521015qtc.3 for ; Tue, 29 Nov 2016 02:44:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ObDwgarJ502cBFrMTMwB+hUrCo7oPbTbglVFxVrTekA=; b=q1JDzdUqB+3rKMX/CXni8SNwtR/S5E+rpUGkz7OhqcDPDkdFTVqYYGJiWY0syUpqsU c11hb+Y93eP842++e8dc+SZvugJ5nQoL2BpJa5BdXrOkUB+DOPcDza6A7Q4cC2d1iUjY YcJH2m1wf5mpoSeoA9suwAVLBWFgFgwo2aE8Laklic4PbYtz0HG2y0wtocQnIf+dLipx SGrdj5LPYCXVYotTrm4whRVVvAb/3987Bldai+pZD927XEgJBT5X/QAL/3oHT+PRD2Ea CPA3p//kewo4iSaH5tmC4Z4OTikhzM4vec9OHoGQ5M7JdprE9OO3HpIBI1v+ThQgokef 8Ulg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ObDwgarJ502cBFrMTMwB+hUrCo7oPbTbglVFxVrTekA=; b=AqJ4RGRF5K+TXX97GpwEHXgsL1YrHH7qmmDpT5zMP2Ub7LGIpPFZ01AlAbdPQQFcQ1 xNsPM8orZjVLay2SfiV6p1b0/EqixwC/p5RfpvoJF7I8HvU0BHLH86VUtHc3j8NmTU5T GF6dRfAzI18BWQNGPlqY8IgR7auWnqnzCEVqGG7gQgkuyxprWzjxlBlVgVVpKz9T5k83 YBLzvq/UTWtPAX5idarN3DkPlt3892d++WbZ3RbZM7cQqrty95cE892I8oDktTCBOc2g 8DhzxufJRiSSsBYvw1JGHG1AV0lzxedKEscxP/FT3exRIf3TeNjnaRBtRDP6Pz0lPw3J EiwQ== X-Gm-Message-State: AKaTC01fKVjC/s/3Y+tAFGu7A09R5ZxVJpNwsJxJeU5hmQjPqxfeGSJMg4It+0ftQoXbPgCXOiw+ysQBsXmx7g== X-Received: by 10.237.60.101 with SMTP id u34mr26124278qte.53.1480416279573; Tue, 29 Nov 2016 02:44:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.237.49.166 with HTTP; Tue, 29 Nov 2016 02:44:39 -0800 (PST) In-Reply-To: References: From: Stephen Hocking Date: Tue, 29 Nov 2016 21:44:39 +1100 Message-ID: Subject: Re: Bhyve backend for OpenStack To: Aryeh Friedman Cc: hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Nov 2016 10:44:40 -0000 Well, I figure that if IBM's System Z can have a backend, then why can't FreeBSD? On 29 November 2016 at 21:37, Aryeh Friedman wrote: > The best option is to run OS inside of bhyve guests running linux... it > would take significant work to make nova run on FreeBSD for example... > there are a few other possible options for clouding a FreeBSD host... see a > forthcoming issue of BSD Magazine for details > > On Tue, Nov 29, 2016 at 5:30 AM, Stephen Hocking < > stephen.hocking@gmail.com> wrote: > >> Hi all, >> >> Having just returned from my local OpenStack User's Group meeting, I was >> wondering if anyone had looked at this? >> >> -- >> >> "I and the public know >> what all schoolchildren learn >> Those to whom evil is done >> Do evil in return" W.H. Auden, "September 1, 1939" >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org >> " >> > > > > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > -- "I and the public know what all schoolchildren learn Those to whom evil is done Do evil in return" W.H. Auden, "September 1, 1939"