Re: Documentation translation

2012-12-07 Thread Siyuan Tian
I found a way to solve the word breaks at line ends in created pdf is to turn off "hyphenate" in /usr/share/publican/xsl/pdf.**xsl Change: true to: false Cheers, Tian On Thu, Nov 29, 2012 at 8:54 PM, Siyuan Tian wrote: > Sebastien, > > It works. The pdf files are created. > > I had a glanc

[DOCS] Doc translation with transifex client

2012-12-07 Thread Sebastien Goasguen
Hi, I just posted a how-to on translating the documentation from the command line, very cool :) http://sebgoa.blogspot.fr/2012/12/using-transifex-client-to-translate.html Of course you can use the Web interface as well: http://sebgoa.blogspot.fr/2012/11/translating-apache-cloudstack-docs-with.

Re: cloudmonkey : add a instance

2012-12-07 Thread Rohit Yadav
Get the following, find the suitable ids, you can even pipe 'em (like, cmd args | grep ^id\ =) cloudmonkey> list serviceofferings list zones list templates templatefilter=all then use 'em to deployvms; > deploy virtualmachine templateid= serviceofferingid= zoneid= On 07-Dec-2012, at 1:52 PM, C

Re: cloudmonkey : add a instance

2012-12-07 Thread Charles Moulliard
I have discovered what is serviceOffering but I don't see How to create a new VirtualMachine as templateId is mandatory but what about ISO ? mycloudmonkey> api deployVirtualMachine Missing arguments: templateid serviceofferingid zoneid On Fri, Dec 7, 2012 at 10:24 PM, Charles Moulliard wrote:

Ubuntu 12.04 Cloudstack agent loses keys / Kills hosts

2012-12-07 Thread Trevor Francis
I think I know the root cause for my host issues:I am getting these messages from the cloudstack management server. This starts happening a few minutes after a host is added to cloudstack. Hosts are running Ubuntu 12.04 - and 4.0.0-incubating.201210241954012012-12-07 21:34:39,326 INFO  [cloud.api.A

Re: Cloud-management restart looses hosts

2012-12-07 Thread Trevor Francis
Turns out Cloudstack removes all keys for the agent, when you put it into a maintenance stategone. Or, rather the cloudstack agent removes all keys:[cloud.api.ApiServer] (catalina-exec-17:null) expired session, missing signature, or missing apiKey -- ignoring request...sig: null, apiKey: nullTh

Re: cloudmonkey : add a instance

2012-12-07 Thread Charles Moulliard
Hi Rohit, Help a lot and this is very appreciate. The command deployVirtualMachine requires a templateId but what about choosing a ISO file ? What serviceOffering stands for (= disk Offering) ? Regards, Charles On Fri, Dec 7, 2012 at 7:37 PM, Rohit Yadav wrote: > deployVirtualMachine --

Re: Cloud-management restart looses hosts

2012-12-07 Thread Trevor Francis
Updated Jira accordingly. Trevor FrancisPartner46 Labs | PeerEdge Cloud Switch (PeCS)http://www.46labs.com | http://www.peeredge.net720-214-3643- Voicetre...@46labs.com Solutions Provider for the Telecom Industry  On Dec 7, 2012, at 12:07 PM, Prasanna Santhanam wrot

RE: CloudStack UI Login Problem

2012-12-07 Thread Farid BinBeshr
Thanks,After you NAT your MS host you can access it from the outside. HOW? another problem is, When I connect to another network except my home network and restart the MS, CloudStack UI page does not appear. Regards,Farid > From: ahmad.emne...@citrix.com > To: cloudstack-users@incubator.apache.or

Re: cloudmonkey : add a instance

2012-12-07 Thread Rohit Yadav
As I mentioned in one of the previous emails, read: http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/TOC_Root_Admin.html Pl. follow the docs there and read the API guide on usage: http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.0.0-incubating/html/API_Developers

Re: Cloudstack - jclouds

2012-12-07 Thread Rohit Yadav
Not sure about jclouds api, can you try doing the same using cloudmonkey? If it does not work, probably it's a api bug. Regards. On 07-Dec-2012, at 7:20 AM, Charles Moulliard wrote: > Hi, > > I use jclouds Java api to create a new instance. Using the web interface > with DevCloud2 running in

Re: CloudStack UI Login Problem

2012-12-07 Thread Ahmad Emneina
On 12/7/12 10:22 AM, "Farid BinBeshr" wrote: > > >How can I do the setup of NATing? > > The instructions will be specific to the router you use at home. Check with the manufacturer provided docs. After you NAT your MS host you can access it from the outside, using the public ip

RE: CloudStack UI Login Problem

2012-12-07 Thread Farid BinBeshr
How can I do the setup of NATing?

Exemple of Cloudstack 4.1 usage to create a new instance

2012-12-07 Thread Charles Moulliard
Hi, The following command allow to add a new instance (= VM) top of cloudstack : http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/user/deployVirtualMachine.html As we can use now an ISO image to create a new instance (4.1), what should be the command to use to deploy a new instance

Re: Cloud-management restart looses hosts

2012-12-07 Thread Prasanna Santhanam
On Fri, Dec 07, 2012 at 10:40:55PM +0530, Trevor Francis wrote: > I have been able to replicate multiple times at: > > service cloud-management restart disconnects hosts. > > Running Ubuntu 12.04 hosts and management server. Version > 4.0.0-incubating.20121024195401 > Trevor, I see you've post

RE: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-07 Thread Anthony Xu
XCP doesn’t support install CentOS 5.8 PV VM from ISO, CentOS 5.5 is safe. Anthony > -Original Message- > From: Ahmad Emneina [mailto:ahmad.emne...@citrix.com] > Sent: Friday, December 07, 2012 8:52 AM > To: cloudstack-users@incubator.apache.org > Subject: Re: MEMORY_CONSTRAINT_VIOLATIO

Cloud-management restart looses hosts

2012-12-07 Thread Trevor Francis
I have been able to replicate multiple times at:service cloud-management restart disconnects hosts. Running Ubuntu 12.04 hosts and management server. Version 4.0.0-incubating.20121024195401 Trevor FrancisPartner46 Labs | PeerEdge Cloud Switch (PeCS)http://www.46labs.com | http://www.peeredge.net720

Re: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-07 Thread Ahmad Emneina
Use the DVD iso http://centos.mirror.connexeon.net/5.8/isos/x86_64/CentOS-5.8-x86_64-bin-DVD-1of2.iso Ahmad On Dec 7, 2012, at 1:58 AM, "Charles Moulliard" mailto:ch0...@gmail.com>> wrote: There are 8 iso files for centos 5 --> http://centos.mirror.connexeon.net/5.8/isos/x86_64/ CentOS-5.8-x8

Re: CloudStack UI Login Problem

2012-12-07 Thread Ahmad Emneina
I would expect this type of behavior. Your MS lives on your home network... If you haven't set up some NAT'ing to access it from the Internet you won't be able to reach it from disparate non-routable networks... Ahmad On Dec 7, 2012, at 2:40 AM, "Farid BinBeshr" wrote: > > By the way, I 'm r

RE: CPU assignment

2012-12-07 Thread Anthony Xu
XenServer supports this, but CS doesn't have this. Please file a feature request for thi. Anthony > -Original Message- > From: Jonathan Bastin [mailto:jonathan.bas...@peerpointinternet.co.uk] > Sent: Friday, December 07, 2012 4:35 AM > To: cloudstack-users@incubator.apache.org > Subject:

cs supports guest OS custermization

2012-12-07 Thread jerry jiang . 蒋维
Hi all, does cloudstack support to custermize guest OS (windows-based and Linux-based) when to deploy a VM? I would the custermized tool can assign new computer name, ip, mac addr and admin password. --Jerry

RE: CPU assignment

2012-12-07 Thread Jonathan Bastin
I want to assign multiple cores rather than CPU sockets Regards, Jonathan Bastin From: jerry jiang. 蒋维 [jerry.ji...@tyxtech.com] Sent: 07 December 2012 12:29 To: cloudstack-users@incubator.apache.org Subject: Re: CPU assignment Hi Jonathan, do you

Re: CPU assignment

2012-12-07 Thread jerry jiang . 蒋维
Hi Jonathan, do you refer to CPU cores vs CPU socket Number? Cloudstack only supports assign cores over providing computing services ./Jerry - Original Message - From: "Jonathan Bastin" To: cloudstack-users@incubator.apache.org Sent: 星期五, 2012年 12 月 07日 下午 8:30:44 Subject: CPU assignme

CPU assignment

2012-12-07 Thread Jonathan Bastin
Is there a way to change Cloudstack to assign cores than CPU by advanced config? Regards, Jonathan Bastin Peer Point Internet Ltd -- This email (including any attachmen

Re: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-07 Thread Charles Moulliard
As the tinyLinux provided by default by CloudStack (DevCloud2) is based on Centos 5.x, that makes no sense to add Centos like I suggest. I can simply use the one proposed. On Fri, Dec 7, 2012 at 10:57 AM, Charles Moulliard wrote: > There are 8 iso files for centos 5 --> > http://centos.mirror.c

RE: Unable to load Windows 2008 OVA Template on Cloudstack/VMWare (PrimaryStorageException and vim.fault.InvalidDeviceSpec errors)

2012-12-07 Thread Tamas Monos
Hi, I've had something similar earlier. When you create your OVA template your VMs must not have ISO images attached. Otherwise the OVA template will refer to it and when CS wants to deploy will not find the file referenced!! I've spent two days on it :) So, make sure when you create the templa

RE: CloudStack UI Login Problem

2012-12-07 Thread Farid BinBeshr
By the way, I 'm running the UI from the MS machine. I ping the MS IP from another machine within the same network (my home internet connection) and it is pingable.I ping the MS IP from another machine connected to another network (not my home internet connection) and it is not pingable. I'm us

The "Who's Using Apache CloudStack?" page - add your organization!

2012-12-07 Thread Robyn Bergeron
Hi everyone, As part of efforts to do outreach to new potential users and contributors, I'm hoping that folks will be willing to add their organization to a list of Apache CloudStack users. Marketing is an important part of any open source community project. Even in doing something as simple as

Re: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-07 Thread Charles Moulliard
There are 8 iso files for centos 5 --> http://centos.mirror.connexeon.net/5.8/isos/x86_64/ CentOS-5.8-x86_64-bin-1of8.iso CentOS-5.8-x86_64-bin-2of8.iso CentOS-5.8-x86_64-bin-3of8.iso CentOS-5.8-x86_64-bin-4of8.iso CentOS-5.8-x86_64-bin-5of8.iso CentOS-5.8-x86_64-bin-6of8.iso CentOS-5.8-x86_64-bin

RE: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-07 Thread Edison Su
Actually, any centos 5 iso should be ok. You can add a centos 5 iso into cloudstack, then create a vm from it. > -Original Message- > From: Charles Moulliard [mailto:ch0...@gmail.com] > Sent: Friday, December 07, 2012 12:49 AM > To: cloudstack-users@incubator.apache.org > Subject: Re: MEM

Re: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-07 Thread Charles Moulliard
Does anybody has a link to download a Centos 5 qcow2 disk image file in CloudStack ? On Thu, Dec 6, 2012 at 7:10 PM, Anthony Xu wrote: > Thanks for reminding me. > > CS is talking to XAPI/XCP on ubuntu/debain, XCP doesn't support install > CentOS 6.3 into PV VM from ISO at this release. > You c

Re: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-07 Thread Charles Moulliard
Thanks for the clarification. I will make a test. On Thu, Dec 6, 2012 at 7:10 PM, Anthony Xu wrote: > Thanks for reminding me. > > CS is talking to XAPI/XCP on ubuntu/debain, XCP doesn't support install > CentOS 6.3 into PV VM from ISO at this release. > You can upload CentOS 5.5 ISO to CS, and