Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-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 A5F1710FE9 for ; Fri, 3 Jan 2014 11:54:15 +0000 (UTC) Received: (qmail 43883 invoked by uid 500); 3 Jan 2014 11:54:01 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 43308 invoked by uid 500); 3 Jan 2014 11:53:50 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 43228 invoked by uid 99); 3 Jan 2014 11:53:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 11:53:48 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.angus@shapeblue.com designates 213.199.154.16 as permitted sender) Received: from [213.199.154.16] (HELO emea01-am1-obe.outbound.protection.outlook.com) (213.199.154.16) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 11:53:43 +0000 Received: from AMXPR07MB117.eurprd07.prod.outlook.com (10.242.70.142) by AMXPR07MB120.eurprd07.prod.outlook.com (10.242.70.156) with Microsoft SMTP Server (TLS) id 15.0.842.7; Fri, 3 Jan 2014 11:53:19 +0000 Received: from AMXPR07MB117.eurprd07.prod.outlook.com ([169.254.15.9]) by AMXPR07MB117.eurprd07.prod.outlook.com ([169.254.15.56]) with mapi id 15.00.0842.003; Fri, 3 Jan 2014 11:53:19 +0000 From: Paul Angus To: "dev@cloudstack.apache.org" Subject: RE: Distributing Remote Agents Thread-Topic: Distributing Remote Agents Thread-Index: Ac8IbAJ+dMkqnehRRuKA+Huo4wycaQAA+XIQAAKBfyA= Date: Fri, 3 Jan 2014 11:53:19 +0000 Message-ID: References: <9ADDE3F979256644BED8F0D244BE51F00C6875@AMSPEX01CL02.citrite.net> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [217.36.41.30] x-forefront-prvs: 00808B16F3 x-forefront-antispam-report: SFV:NSPM;SFS:(10009001)(377454003)(199002)(189002)(13464003)(13734003)(56776001)(56816005)(76576001)(77096001)(76796001)(47736001)(47446002)(51856001)(53806001)(54316002)(76786001)(74502001)(15974865002)(90146001)(46102001)(74876001)(80976001)(83072002)(81542001)(15395725003)(74316001)(85852003)(63696002)(33646001)(4396001)(74366001)(83322001)(81686001)(81816001)(76482001)(15975445006)(80022001)(85306002)(79102001)(54356001)(2656002)(74662001)(74706001)(50986001)(69226001)(19580395003)(47976001)(49866001)(81342001)(15202345003)(31966008)(87936001)(77982001)(87266001)(66066001)(65816001)(19580405001)(59766001)(24736002)(460985004);DIR:OUT;SFP:1101;SCL:1;SRVR:AMXPR07MB120;H:AMXPR07MB117.eurprd07.prod.outlook.com;CLIP:217.36.41.30;FPR:;RD:InfoNoRecords;A:1;MX:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: shapeblue.com X-Virus-Checked: Checked by ClamAV on apache.org I can't imagine many (if any) Microsoft Windows types going through the hoo= ps required to build their own agent from source. A mechanism is going to b= e required to create convenience binaries for them. Just installing Cygwin is a pain. Regards, Paul Angus Cloud Architect S: +44 20 3603 0540 | M: +447711418784 | T: @CloudyAngus paul.angus@shapeblue.com -----Original Message----- From: Anshul Gangwar [mailto:anshul.gangwar@citrix.com] Sent: 03 January 2014 11:18 To: dev@cloudstack.apache.org Subject: RE: Distributing Remote Agents In ACS we can use command line way of installing agent on Hyper-V. I have already written code for creating installer using Wix. For both one has to follow steps at https://cwiki.apache.org/confluence/di= splay/CLOUDSTACK/Creating+Hyperv+Agent+Installer. -----Original Message----- From: Donal Lafferty [mailto:donal.lafferty@citrix.com] Sent: Friday, January 03, 2014 3:47 PM To: dev@cloudstack.apache.org Subject: Distributing Remote Agents In the same way that the KVM agent is packaged for distribution, an install= er is required for the Hyper-V agent. The open-source candidate for creating this installer is WiX (http://en.wik= ipedia.org/wiki/WiX) While open-source, it's not clear that WiX works or runs in an environment = other than Windows. Does this mean that the installer should be in a separate repo? From: Donal Lafferty [mailto:donal.lafferty@citrix.com] Sent: 02 January 2014 16:43 To: Paul Angus; dev@cloudstack.apache.org; Anshul Gangwar Subject: RE: Hyper-V agent I agree that we need a distro for the agent. Based on what KVM does, what is the pattern for distributing non-Java agent= s? DL From: Paul Angus [mailto:paul.angus@shapeblue.com] Sent: 02 January 2014 15:12 To: Donal Lafferty; dev@cloudstack.apache.org; Anshul Gangwar Subject: Hyper-V agent Happy New Year Everyone, Is there somewhere I can download the hyper-v cloudagent (AgentShell.exe) r= ather than needing to build a windows development environment to build it. = + what's the longer term plan? I can't see Microsoft house sysadmins being= willing to build their own agents in order to use CloudStack... Regards Paul Angus Senior Consultant / Cloud Architect [cid:image002.png@01CE1071.C6CC9C10] S: +44 20 3603 0540 | M: +44771141878= 4 | T: @CloudyAngus paul.angus@shapeblue.com | www.shapeblue.com | Twitter:@shapeblue ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS Need Enterprise Grade Support for Apache CloudStack? Our CloudStack Infrastructure Support offers the best 24/7 SLA for CloudStack Environments. Apache CloudStack Bootcamp training courses **NEW!** CloudStack 4.2 training 08/09 January 2014, London 13-17 January 2014, GLOBAL. Instructor led, On-line 20-24 January 2014, GLOBAL. Instructor led, On-line This email and any attachments to it may be confidential and are intended s= olely for the use of the individual to whom it is addressed. Any views or o= pinions expressed are solely those of the author and do not necessarily rep= resent those of Shape Blue Ltd or related companies. If you are not the int= ended recipient of this email, you must neither take any action based upon = its contents, nor copy or show it to anyone. Please contact the sender if y= ou believe you have received this email in error. Shape Blue Ltd is a compa= ny incorporated in England & Wales. ShapeBlue Services India LLP is a compa= ny incorporated in India and is operated under license from Shape Blue Ltd.= Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and= is operated under license from Shape Blue Ltd. ShapeBlue is a registered t= rademark. This email and any attachments to it may be confidential and are intended s= olely for the use of the individual to whom it is addressed. Any views or o= pinions expressed are solely those of the author and do not necessarily rep= resent those of Shape Blue Ltd or related companies. If you are not the int= ended recipient of this email, you must neither take any action based upon = its contents, nor copy or show it to anyone. Please contact the sender if y= ou believe you have received this email in error. Shape Blue Ltd is a compa= ny incorporated in England & Wales. ShapeBlue Services India LLP is a compa= ny incorporated in India and is operated under license from Shape Blue Ltd.= Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and= is operated under license from Shape Blue Ltd. ShapeBlue is a registered t= rademark.