From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id B5DEC3857BA9 for ; Mon, 20 Jun 2022 22:06:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B5DEC3857BA9 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x09.wildebeest.org [172.31.17.139]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 48FD630006B1; Tue, 21 Jun 2022 00:06:24 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 0BA872E83E1D; Tue, 21 Jun 2022 00:06:24 +0200 (CEST) Date: Tue, 21 Jun 2022 00:06:23 +0200 From: Mark Wielaard To: Lance Albertson via RT Cc: buildbot@sourceware.org Subject: Re: [support.osuosl.org #32563] Request CI hosting for builder.sourceware.org Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, 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 Precedence: list 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:27 -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