From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by sourceware.org (Postfix) with ESMTPS id 6B95F3857BA9 for ; Mon, 20 Jun 2022 22:06:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6B95F3857BA9 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=osuosl.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=osuosl.org Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 36EDE83E69 for ; Mon, 20 Jun 2022 22:06:36 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 36EDE83E69 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=osuosl.org; s=default; t=1655762796; bh=Do7A3TbKyYxDN5Dor2+3X94n381cMFDDOpOS2MZyVSk=; h=Subject:From:Reply-To:In-Reply-To:References:Cc:Date:From; b=d6Ypiwjf5tswItWgy0dFEoZQXGM/X7BPvryljnxxpGWf+8ayqjy0Mc3bg4r1IEaXU zv42ucTDsH9ARsEDoa5lS61cGEjhlD6HazJ7WJqxg0sYq4+5lPD7bVpYbxf/GheRfx bzvEg8k44JagA7oj/r1kF0I2QpZ6oxEY0yxdPrGHsDsPgsEWApUHyK7ZdqmM2fe8xB SILF6Ha3WJNA2WS8qYoUxgOKs1RBLxmV6twE4v4yjQpAz28l13llbZ2ZO+uOFNsYAl 7QoabTIEQuMGw01s2/A9M3w47OeT7av7FoZOnGGS4ZbSW7Bn41wBsJp36YJkqjPSzQ mHoNDIb6Z8G1Q== X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A5-qxKiI_eAU for ; Mon, 20 Jun 2022 22:06:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 6A51783E65 for ; Mon, 20 Jun 2022 22:06:35 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 6A51783E65 Received: by ash.osuosl.org (Postfix, from userid 81) id 514D51BF9BA; Mon, 20 Jun 2022 22:06:35 +0000 (UTC) Subject: Re: [support.osuosl.org #32563] Request CI hosting for builder.sourceware.org From: " via RT" Reply-To: hosting-request@osuosl.org In-Reply-To: References: Message-ID: Precedence: bulk X-RT-Loop-Prevention: support.osuosl.org RT-Ticket: support.osuosl.org #32563 Managed-by: RT 4.0.4 (http://www.bestpractical.com/rt/) RT-Originator: mark@klomp.org Cc: buildbot@sourceware.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Date: Mon, 20 Jun 2022 15:06:35 -0700 X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, MISSING_HEADERS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: buildbot@sourceware.org X-Mailman-Version: 2.1.29 List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2022 22:06:39 -0000 Hi Lance, On Mon, Jun 20, 2022 at 12:36:22PM -0700, Lance Albertson via RT wrote: > I believe we were going to allocate a new phyiscal system for this instead of > allocating VM(s) for it on our OpenStack. Is that still correct? I was planning > on using the bare metal installation guide [1] once I got hardware allocated. The same file can be used for bare metal. You only have to change the disk device entry from /dev/vda to /dev/sda. And you have to provide the ignition file through an URL that the system can reach. BTW. The osuosl-butane.yaml file is a butane yaml file, while the install wants an ignition json file. You transform the yaml file into a json file using the butane binary, see https://docs.fedoraproject.org/en-US/fedora-coreos/producing-ign/ > It doesn't look like it'll be that much work to install for us but I'll let you > know if we run into any issues. I'll try to be available on irc libera.chat in #osuosl > I hope to get this online by the end of the week. > > [1] https://docs.fedoraproject.org/en-US/fedora-coreos/bare-metal/ Thanks, Mark