Return-Path: X-Original-To: apmail-libcloud-dev-archive@www.apache.org Delivered-To: apmail-libcloud-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 7E861C246 for ; Tue, 19 Mar 2013 10:58:33 +0000 (UTC) Received: (qmail 95319 invoked by uid 500); 19 Mar 2013 10:58:33 -0000 Delivered-To: apmail-libcloud-dev-archive@libcloud.apache.org Received: (qmail 95143 invoked by uid 500); 19 Mar 2013 10:58:31 -0000 Mailing-List: contact dev-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list dev@libcloud.apache.org Received: (qmail 95104 invoked by uid 99); 19 Mar 2013 10:58:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Mar 2013 10:58:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mahendra.m@gmail.com designates 209.85.212.181 as permitted sender) Received: from [209.85.212.181] (HELO mail-wi0-f181.google.com) (209.85.212.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Mar 2013 10:58:25 +0000 Received: by mail-wi0-f181.google.com with SMTP id hm6so318995wib.8 for ; Tue, 19 Mar 2013 03:58:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=b++G3NNCWEC5+YAk1USc3s28AsNVtPMoEV3UKGFFJ/8=; b=0r0zYYwXRQpPkEHW7sxW5LNbocqmNMw4tzIr8IrG2+TfD8icY6L8X7ZY6Hb1e1mqUq bU8ipB64TSur1cPiLWH7JLP+KLqrarqz8b8vMyKby4DS682Q3lFtZ1y0H+bkec66Cq7X xxR0V+1tfvqr9194EXj82zRZjA38TuoY32fbP87cDKJJ1qOItVwaJ0mxyfG/STXcpOhu o9ZSppz5lzOFvXQfF1ksNiDoqpdPd4EZvhkfPwjdgY2mMr8CY+i5rCYBzuNiikmpSwoh 4ZN5nByeUq8OtnerwtmsSouoQlEQ6pSUt3wJWBqBAwR3LNBDt6K5hwMGm4vj+QLqezq+ DFpA== MIME-Version: 1.0 X-Received: by 10.194.20.40 with SMTP id k8mr2368631wje.16.1363690684191; Tue, 19 Mar 2013 03:58:04 -0700 (PDT) Received: by 10.194.83.8 with HTTP; Tue, 19 Mar 2013 03:58:04 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Mar 2013 16:28:04 +0530 Message-ID: From: Mahendra M To: Matt Lehman Cc: "dev@libcloud.apache.org" Content-Type: multipart/alternative; boundary=047d7b5d4404d09cd104d844faec X-Virus-Checked: Checked by ClamAV on apache.org Subject: [dev] Re: Libcloud --047d7b5d4404d09cd104d844faec Content-Type: text/plain; charset=ISO-8859-1 Hi Matt, Please see inline. On Sun, Mar 17, 2013 at 11:41 PM, Matt Lehman wrote: > Unfortunately we've been a bit side tracked lately on another > project. > No problems with that. > I imagine the connection wrapper you're writing for azure service bus can > be pushed to common and used for compute. > The connection code is already checked in. This was done during the Azure Blobs implementation (which is already available in libcloud). For SQS, I have made some changes. You can have a look at the connection wrapper at: https://github.com/mahendra/libcloud/blob/queues/libcloud/common/azure.py > We will wait until you merge the service bus and sqs code and then we may > be able to help with some of the compute stuff. I haven't dug in enough but > I'm specifically interested to see if azure supports file injection. > According to open stack it's supported in hyper-v so there should be a way > to do it. > I haven't looked into the compute stuff for Azure in detail. So, I wouldn't know that. Will check and let you know. > Do you know if there are any plans on adding general > base functionality in libcloud for supporting true deployment without ssh? > Most open stack & eucalyptus providers now support this with user-data or > server personality. I'm hoping it becomes mainstream. The only current > issue is rackspace doesn't have cloud-init in their base image. You have to > create your own image. Hopefully more providers will start supporting this > metadata service as it makes bootstrapping anything a breeze. > Maybe Tomaz can answer this question more authoritatively :-) Regards, Mahendra --047d7b5d4404d09cd104d844faec--