Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F31C117AA8 for ; Tue, 3 Mar 2015 15:39:50 +0000 (UTC) Received: (qmail 33514 invoked by uid 500); 3 Mar 2015 15:39:48 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 33464 invoked by uid 500); 3 Mar 2015 15:39:48 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 33453 invoked by uid 99); 3 Mar 2015 15:39:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2015 15:39:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rohit.yadav@shapeblue.com designates 157.56.112.139 as permitted sender) Received: from [157.56.112.139] (HELO emea01-am1-obe.outbound.protection.outlook.com) (157.56.112.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2015 15:39:44 +0000 Received: from DBXPR07MB480.eurprd07.prod.outlook.com (10.141.231.154) by DBXPR07MB480.eurprd07.prod.outlook.com (10.141.231.154) with Microsoft SMTP Server (TLS) id 15.1.99.14; Tue, 3 Mar 2015 15:38:17 +0000 Received: from DBXPR07MB480.eurprd07.prod.outlook.com ([10.141.231.154]) by DBXPR07MB480.eurprd07.prod.outlook.com ([10.141.231.154]) with mapi id 15.01.0099.004; Tue, 3 Mar 2015 15:38:17 +0000 From: Rohit Yadav To: "users@cloudstack.apache.org" Subject: Re: [VOTE] Apache CloudStack CloudMonkey 5.3.1 RC4 Thread-Topic: [VOTE] Apache CloudStack CloudMonkey 5.3.1 RC4 Thread-Index: AQHQUbLPCFGV+NM4KEWMCIZXCmPd+50DC+gAgAAGKwCAAEIEgIAA58YAgAU+zQCAAUOIAIAALoMA Date: Tue, 3 Mar 2015 15:38:17 +0000 Message-ID: References: <54EEFBA5.4070801@shapeblue.com> <1040557450.82464.1424965310785.JavaMail.zimbra@li.nux.ro> <833D84C1-25F6-4984-B523-3193CA90B09D@shapeblue.com> <829D6BD5-C38E-40F9-9DA1-A35D0CEBBB18@shapeblue.com> <54F49EF8.2010401@gmail.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-mailer: Apple Mail (2.2070.6) x-originating-ip: [122.161.122.61] authentication-results: cloudstack.apache.org; dkim=none (message not signed) header.d=none; x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DBXPR07MB480; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(5005006);SRVR:DBXPR07MB480;BCL:0;PCL:0;RULEID:;SRVR:DBXPR07MB480; x-forefront-prvs: 0504F29D72 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(377454003)(51704005)(13464003)(479174004)(24454002)(13734003)(53754006)(82746002)(36756003)(33656002)(107886001)(50226001)(87936001)(106116001)(19580395003)(57306001)(110136001)(2501003)(83716003)(66066001)(86362001)(93886004)(2656002)(76176999)(2900100001)(15974865002)(50986999)(77156002)(62966003)(450100001)(2950100001)(102836002)(77096005)(15395725005)(122556002)(15975445007)(2351001)(46102003)(5890100001)(19580405001)(40100003)(92566002)(104396002);DIR:OUT;SFP:1102;SCL:1;SRVR:DBXPR07MB480;H:DBXPR07MB480.eurprd07.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; Content-Type: text/plain; charset="Windows-1252" Content-ID: <88FEB58FF537224F98A79AC0732DF07E@eurprd07.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: shapeblue.com X-MS-Exchange-CrossTenant-originalarrivaltime: 03 Mar 2015 15:38:17.2944 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: fc8906f6-e50e-4dad-98a0-ec2e3abe14f5 X-MS-Exchange-Transport-CrossTenantHeadersStamped: DBXPR07MB480 X-Virus-Checked: Checked by ClamAV on apache.org Hi Sebastien, Do a make clean first: - pip uninstall cloudmonkey - make clean - make build To install, sudo is required so try either: sudo make install or, sudo pip install =97upgrade dist/ It=92s likely an environment issue since there may be a global package conf= licting with your local virtualenv package (not sure, but looks like it). S= omehow you=92re trying to override previous package installed by easy_insta= ll or pip with local env. Just uninstall cloudmonkey globally and retry. Al= so, in your virtualenv environment, upgrade pip and retry? The makefile (I don=92t remember why it exists :)) can be totally avoided b= y directly using pip with the git repo like Phillip shared. > On 03-Mar-2015, at 6:21 pm, sebgoa wrote: > > I am probably the only stupid guy who cannot get this installed :) > > Created a virtualenv and activated it then: > > $ make build > $ make install > $ cloudmonkey > Traceback (most recent call last): > File "/Users/sebgoa/Desktop/test/d/bin/cloudmonkey", line 9, in > load_entry_point('cloudmonkey=3D=3D5.3.1', 'console_scripts', 'cloudmo= nkey')() > File "/Users/sebgoa/Desktop/test/d/lib/python2.7/site-packages/pkg_resou= rces.py", line 356, in load_entry_point > return get_distribution(dist).load_entry_point(group, name) > File "/Users/sebgoa/Desktop/test/d/lib/python2.7/site-packages/pkg_resou= rces.py", line 2431, in load_entry_point > return ep.load() > File "/Users/sebgoa/Desktop/test/d/lib/python2.7/site-packages/pkg_resou= rces.py", line 2147, in load > ['__name__']) > ImportError: No module named cloudmonkey.cloudmonkey > > > > On Mar 2, 2015, at 6:33 PM, ilya musayev w= rote: > >> +1 (binding) tested basic functionality - seems to work well. >> >> On 2/27/15 1:27 AM, Abhinandan Prateek wrote: >>> +1 >>> I have been using cloud monkey to bootstrap a cloud with advance zone. >>> >>> -abhi >>> >>>> On 27-Feb-2015, at 11:33 am, Rohit Yadav w= rote: >>>> >>>> Hi Lucian/Geoff, >>>> >>>> Yeah, I had included both users@ and dev@ ML so please reply to dev@ o= r both to get it on dev@ :) >>>> >>>>> On 26-Feb-2015, at 9:11 pm, Nux! wrote: >>>>> >>>>> +1 from me, as well. >>>>> >>>>> >>>>> PS: shouldn't this also go to dev@ ? >>>>> >>>>> -- >>>>> Sent from the Delta quadrant using Borg technology! >>>>> >>>>> Nux! >>>>> www.nux.ro >>>>> >>>>> ----- Original Message ----- >>>>>> From: "Geoff Higginbottom" >>>>>> To: users@cloudstack.apache.org >>>>>> Sent: Thursday, 26 February, 2015 15:19:46 >>>>>> Subject: RE: [VOTE] Apache CloudStack CloudMonkey 5.3.1 RC4 >>>>>> +1 >>>>>> >>>>>> Have been using on a daily basis for a number of weeks using both co= mmand line >>>>>> and heavily in many different scripts. >>>>>> >>>>>> Regards >>>>>> >>>>>> Geoff Higginbottom >>>>>> >>>>>> D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 >>>>>> >>>>>> geoff.higginbottom@shapeblue.com >>>>>> >>>>>> -----Original Message----- >>>>>> From: Rohit Yadav [mailto:rohit.yadav@shapeblue.com] >>>>>> Sent: 26 February 2015 10:56 >>>>>> To: dev; users@cloudstack.apache.org >>>>>> Subject: [VOTE] Apache CloudStack CloudMonkey 5.3.1 RC4 >>>>>> >>>>>> Hi All, >>>>>> >>>>>> CloudMonkey master branch has been rather stable since last two mont= hs. >>>>>> It has been already tested by many since the last three 5.3.1 RC can= didates. >>>>>> Please take some time to do basic tests and vote for a speedy releas= e. Thanks. >>>>>> >>>>>> I've created a 5.3.1 release candidate of CloudMonkey, with the foll= owing >>>>>> artifacts up for a vote: >>>>>> >>>>>> Git Branch and Commit SH: >>>>>> https://git-wip-us.apache.org/repos/asf?p=3Dcloudstack-cloudmonkey.g= it;a=3Dshortlog;h=3Drefs/heads/master >>>>>> Commit: 7b66d39376d2711443a4b91af8375bdf3ae690b5 >>>>>> >>>>>> List of changes: >>>>>> https://git-wip-us.apache.org/repos/asf?p=3Dcloudstack-cloudmonkey.g= it;a=3Dblob_plain;f=3DCHANGES.md >>>>>> >>>>>> Source release (checksums and signatures are available at the same >>>>>> location): >>>>>> https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-5.3.1/ >>>>>> >>>>>> PGP release keys (signed using 0EE3D884): >>>>>> https://dist.apache.org/repos/dist/release/cloudstack/KEYS >>>>>> >>>>>> For ease of testing, the CloudMonkey 5.3.1 RC4 candidate is uploaded= on PYPI and >>>>>> can be installed using: >>>>>> >>>>>> pip install cloudmonkey=3D=3D5.3.1 >>>>>> >>>>>> Though the PYPI page will have 5.3.0 as default until we unhide 5.3.= 1 package on >>>>>> https://pypi.python.org/pypi/cloudmonkey >>>>>> >>>>>> For usage and other information please refer to this wiki: >>>>>> https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cl= oudmonkey+CLI >>>>>> >>>>>> Vote will be open for 72 hours. >>>>>> >>>>>> For sanity in tallying the vote, can PMC members please be sure to i= ndicate >>>>>> "(binding)" with their vote? >>>>>> >>>>>> [ ] +1 approve >>>>>> [ ] +0 no opinion >>>>>> [ ] -1 disapprove (and reason why) >>>>>> >>>>>> Regards, >>>>>> Rohit Yadav >>>>>> Software Architect, ShapeBlue >>>>>> M. +91 8826230892 | rohit.yadav@shapeblue.com >>>>>> Blog: bhaisaab.org | Twitter: @_bhaisaab >>>>>> >>>>>> Find out more about ShapeBlue and our range of CloudStack related se= rvices >>>>>> >>>>>> IaaS Cloud Design & Build >>>>>> CSForge =96 rapid IaaS deployment framework >>>>>> CloudStack Consulting >>>>>> CloudStack Software >>>>>> Engineering >>>>>> CloudStack Infrastructure >>>>>> Support >>>>>> CloudStack Bootcamp Training Courses >>>>>> >>>>>> This email and any attachments to it may be confidential and are int= ended solely >>>>>> for the use of the individual to whom it is addressed. Any views or = opinions >>>>>> expressed are solely those of the author and do not necessarily repr= esent those >>>>>> of Shape Blue Ltd or related companies. If you are not the intended = recipient >>>>>> of this email, you must neither take any action based upon its conte= nts, nor >>>>>> copy or show it to anyone. Please contact the sender if you believe = you have >>>>>> received this email in error. Shape Blue Ltd is a company incorporat= ed in >>>>>> England & Wales. ShapeBlue Services India LLP is a company incorpora= ted 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 SA Pty Ltd is a company regis= tered by >>>>>> The Republic of South Africa and is traded under license from Shape = Blue Ltd. >>>>>> ShapeBlue is a registered trademark. >>>>>> Find out more about ShapeBlue and our range of CloudStack related se= rvices >>>>>> >>>>>> IaaS Cloud Design & Build >>>>>> CSForge =96 rapid IaaS deployment framework >>>>>> CloudStack Consulting >>>>>> CloudStack Software >>>>>> Engineering >>>>>> CloudStack Infrastructure >>>>>> Support >>>>>> CloudStack Bootcamp Training Courses >>>>>> >>>>>> This email and any attachments to it may be confidential and are int= ended solely >>>>>> for the use of the individual to whom it is addressed. Any views or = opinions >>>>>> expressed are solely those of the author and do not necessarily repr= esent those >>>>>> of Shape Blue Ltd or related companies. If you are not the intended = recipient >>>>>> of this email, you must neither take any action based upon its conte= nts, nor >>>>>> copy or show it to anyone. Please contact the sender if you believe = you have >>>>>> received this email in error. Shape Blue Ltd is a company incorporat= ed in >>>>>> England & Wales. ShapeBlue Services India LLP is a company incorpora= ted 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 SA Pty Ltd is a company regis= tered by >>>>>> The Republic of South Africa and is traded under license from Shape = Blue Ltd. >>>>>> ShapeBlue is a registered trademark. >>>> Regards, >>>> Rohit Yadav >>>> Software Architect, ShapeBlue >>>> M. +91 88 262 30892 | rohit.yadav@shapeblue.com >>>> Blog: bhaisaab.org | Twitter: @_bhaisaab >>>> >>>> >>>> >>>> Find out more about ShapeBlue and our range of CloudStack related serv= ices >>>> >>>> IaaS Cloud Design & Build >>>> CSForge =96 rapid IaaS deployment framework >>>> CloudStack Consulting >>>> CloudStack Software Engineering >>>> CloudStack Infrastructure Support >>>> CloudStack Bootcamp Training Courses >>>> >>>> This email and any attachments to it may be confidential and are inten= ded solely for the use of the individual to whom it is addressed. Any views= or opinions expressed are solely those of the author and do not necessaril= y represent those of Shape Blue Ltd or related companies. If you are not th= e intended 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 you believe you have received this email in error. Shape Blue Ltd is a = company incorporated in England & Wales. ShapeBlue Services India LLP is a = company incorporated in India and is operated under license from Shape Blue= Ltd. Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasi= l and is operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd i= s a company registered by The Republic of South Africa and is traded under = license from Shape Blue Ltd. ShapeBlue is a registered trademark. >>> Find out more about ShapeBlue and our range of CloudStack related servi= ces >>> >>> IaaS Cloud Design & Build >>> CSForge =96 rapid IaaS deployment framework >>> CloudStack Consulting >>> CloudStack Software Engineering >>> CloudStack Infrastructure Support >>> CloudStack Bootcamp Training Courses >>> >>> This email and any attachments to it may be confidential and are intend= ed solely for the use of the individual to whom it is addressed. Any views = or opinions expressed are solely those of the author and do not necessarily= represent those of Shape Blue Ltd or related companies. If you are not the= intended recipient of this email, you must neither take any action based u= pon its contents, nor copy or show it to anyone. Please contact the sender = if you believe you have received this email in error. Shape Blue Ltd is a c= ompany incorporated in England & Wales. ShapeBlue Services India LLP is a c= ompany 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 SA Pty Ltd is= a company registered by The Republic of South Africa and is traded under l= icense from Shape Blue Ltd. ShapeBlue is a registered trademark. >> >> > Regards, Rohit Yadav Software Architect, ShapeBlue M. +91 88 262 30892 | rohit.yadav@shapeblue.com Blog: bhaisaab.org | Twitter: @_bhaisaab Find out more about ShapeBlue and our range of CloudStack related services IaaS Cloud Design & Build CSForge =96 rapid IaaS deployment framework CloudStack Consulting CloudStack Software Engineering CloudStack Infrastructure Support CloudStack Bootcamp Training Courses 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 SA Pty Ltd is a c= ompany registered by The Republic of South Africa and is traded under licen= se from Shape Blue Ltd. ShapeBlue is a registered trademark.