Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED6DB9933 for ; Sat, 25 Feb 2012 00:07:51 +0000 (UTC) Received: (qmail 98754 invoked by uid 500); 25 Feb 2012 00:07:51 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 98736 invoked by uid 500); 25 Feb 2012 00:07:51 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 98727 invoked by uid 99); 25 Feb 2012 00:07:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 00:07:51 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lutter@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 00:07:45 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1P07OGU009180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Feb 2012 19:07:24 -0500 Received: from [10.3.113.11] ([10.3.113.11]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q1P07OoF013012 for ; Fri, 24 Feb 2012 19:07:24 -0500 Message-ID: <1330128444.13881.13.camel@avon.watzmann.net> Subject: Re: searchable mail archive, good place to ask questions From: David Lutterkort To: dev@deltacloud.apache.org Date: Fri, 24 Feb 2012 16:07:24 -0800 In-Reply-To: <434A0ECB689CAF49A3A2321F30F2AB831F1F1B16@FALEX03.au.fjanz.com> References: <434A0ECB689CAF49A3A2321F30F2AB831F1F1B16@FALEX03.au.fjanz.com> Organization: Red Hat Inc Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 Hi, On Sat, 2012-02-25 at 10:44 +1100, Koper, Dies wrote: > I'm looking at adding support for the Fujitsu Global Cloud Platform > (FGCP) to DeltaCloud. A driver for that would be great; would you also be able to maintain/test that driver in the future ? > I subscribed to this list only yesterday. Is there a searchable mail > archive that I can use to search for answers to my questions? I just submitted requests to index this list on gmane and markmail. Until they add the list, you'll have to make do with http://mail-archives.apache.org/mod_mbox/deltacloud-dev/ > And would this be a good place to ask questions, or on IRC? I tried IRC > yesterday afternoon (AEST) and although lots of people seemed logged in, > my ping was unanswered. Both here and IRC are good places to ask. On IRC, feel free to ping me (lutter), mfojtik or marios directly; between the three of us, we should be able to point you in the right direction. To get started with writing a driver, I recommend looking at the mock driver (in server/lib/deltacloud/drivers/mock/*.rb) first. David