From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id mEfFBf+bBV+WMAAA0tVLHw (envelope-from ) for ; Wed, 08 Jul 2020 10:12:15 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id WK6dAf+bBV9iMQAAbx9fmQ (envelope-from ) for ; Wed, 08 Jul 2020 10:12:15 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C64919400BF for ; Wed, 8 Jul 2020 10:12:14 +0000 (UTC) Received: from localhost ([::1]:47592 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jt73l-0006wu-Q3 for larch@yhetil.org; Wed, 08 Jul 2020 06:12:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jt73a-0006eW-7M for guix-patches@gnu.org; Wed, 08 Jul 2020 06:12:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54147) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jt73Z-0002Nr-TP for guix-patches@gnu.org; Wed, 08 Jul 2020 06:12:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jt73Z-00031g-Oz for guix-patches@gnu.org; Wed, 08 Jul 2020 06:12:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42261] [PATCH 2/4] gnu: Add ganeti-instance-guix. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Jul 2020 10:12:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42261 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42261@debbugs.gnu.org Received: via spool by 42261-submit@debbugs.gnu.org id=B42261.159420311811607 (code B ref 42261); Wed, 08 Jul 2020 10:12:01 +0000 Received: (at 42261) by debbugs.gnu.org; 8 Jul 2020 10:11:58 +0000 Received: from localhost ([127.0.0.1]:37457 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt73W-000319-Gw for submit@debbugs.gnu.org; Wed, 08 Jul 2020 06:11:58 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jt73V-00030t-GY for 42261@debbugs.gnu.org; Wed, 08 Jul 2020 06:11:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33614) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jt73Q-0002M2-AM for 42261@debbugs.gnu.org; Wed, 08 Jul 2020 06:11:52 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:53154 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jt73P-0001PO-Nr for 42261@debbugs.gnu.org; Wed, 08 Jul 2020 06:11:52 -0400 From: Marius Bakke Date: Wed, 8 Jul 2020 12:11:15 +0200 Message-Id: <20200708101118.3579-2-marius@gnu.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200708101118.3579-1-marius@gnu.org> References: <20200708101118.3579-1-marius@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 3.99 X-TUID: bqtSYvZQRY0H * gnu/packages/virtualization.scm (ganeti-instance-guix): New public variable. --- gnu/packages/virtualization.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 3ef9b8470a..3e3e8e3505 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -727,6 +727,33 @@ to provide fast and simple recovery after physical failures, using commodity hardware.") (license license:bsd-2))) +(define-public ganeti-instance-guix + (package + (name "ganeti-instance-guix") + (version "0.3.1") + (home-page "https://github.com/mbakke/ganeti-instance-guix") + (source (origin + (method url-fetch) + (uri (string-append "https://github.com/mbakke/ganeti-instance-guix" + "/releases/download/" version + "/ganeti-instance-guix-" version ".tar.lz")) + (sha256 + (base32 + "0zvy143k7hp63nc5njbn2cvdhfcmsvqsaj0q2jzax8bibag2s2a8")))) + (build-system gnu-build-system) + (arguments + '(#:configure-flags '("--localstatedir=/var"))) + (native-inputs + `(("lzip" ,lzip))) + (inputs + `(("util-linux" ,util-linux) + ("qemu-img" ,qemu-minimal))) + (synopsis "Guix OS integration for Ganeti") + (description + "This package provides a guest OS definition for Ganeti that can +create virtual machines using Guix and an optional configuration file.") + (license license:gpl3+))) + (define-public libosinfo (package (name "libosinfo") -- 2.27.0