Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-28 Thread Carlos Reategui
Rajani, Take a look at your ~/.aws/config and make sure the keys are correct. Also is you are using a current version of the AWS CLI make sure to add the signature_version block as mentioned in the ec2stack readme. From the above looks like you are not using profiles therefore your config file

Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-28 Thread Carlos Reategui
. On Fri, Aug 28, 2015 at 20:53 PM, Carlos Reategui car...@reategui.com wrote: Rajani, Take a look at your ~/.aws/config and make sure the keys are correct. Also is you are using a current version of the AWS CLI make sure to add the signature_version block as mentioned in the ec2stack readme

Re: Release EC2stack 1.0.0

2015-08-13 Thread Carlos Reategui
Has anyone used it lately with 4.5.x releases ? Yes and it seems to work ok with a recent version (1.7.42) of the aws cli [1] once you tell it to use V2 signature. I have not tried it with the ec2 cli tools [2]. feedback welcome, otherwise I will just cut a release and send a vote thread.

Re: Release EC2stack 1.0.0

2015-08-13 Thread Carlos Reategui
Hi Ian, PrivateDNSName *to me* would be something that one would be able to resolve... if displayname.whatever-set-domain.tld is resolvable at some point in the system then this change seems sane. Otherwise use a tag. I suggested Name because that is what the hostname gets set to. You can

Re: [DISCUSS][PROPOSAL] Support for standard metadata/userdata URL

2015-08-06 Thread Carlos Reategui
BTW you can speed up cloud-init to look for CloudStack first/only by overriding the datasource_list. The way I do it is by adding a file in my templates to the /etc/cloud/cloud.cfg.d directory with only CloudStack in it: echo datasource_list: [ CloudStack ]

Re: Ec2stack not working with current aws cli

2015-08-05 Thread Carlos Reategui
file. On Wed, Aug 5, 2015 at 5:49 PM, Carlos Reategui create...@gmail.com wrote: Hi, I am having trouble with the current aws cli. Ec2stack is expecting AWS signature version 2 but the current aws cli uses v4. Do I file a JIRA in under cloudstack? I did not see an ec2stack component

Ec2stack not working with current aws cli

2015-08-05 Thread Carlos Reategui
Hi, I am having trouble with the current aws cli. Ec2stack is expecting AWS signature version 2 but the current aws cli uses v4. Do I file a JIRA in under cloudstack? I did not see an ec2stack component. Here is a wireshark capture: POST / HTTP/1.1 Host: localhost:5000 Accept-Encoding:

Re: Failed upgrade from 4.3 to 4.5.1

2015-07-28 Thread Carlos Reategui
. thanks, Carlos On Tue, Jul 28, 2015 at 6:14 AM, Carlos Reategui create...@gmail.com wrote: Adding dev... Looks like the first error is a common one from what I see in the mail archives, so the second one is the one causing my hosts to be in a disconnected state. I have tried running with jdk

Re: Failed upgrade from 4.3 to 4.5.1

2015-07-28 Thread Carlos Reategui
apt repository as described in the upgrade docs. On Mon, Jul 27, 2015 at 10:15 PM, Carlos Reategui create...@gmail.com wrote: Hi All, Management server is on Ubuntu 12.04 and hypervisor is XenServer 6.0.2. Java is openjdk 1.7. I followed the instructions from: http

Re: Failed upgrade from 4.3 to 4.5.1

2015-07-28 Thread Carlos Reategui
how many more folks will be upgrading from 6.0.2 like I was. I will make the change manually in my DB. On Tue, Jul 28, 2015 at 7:40 AM, Carlos Reategui create...@gmail.com wrote: Ok... I think I found the problem but need advice how to fix. Looks like XenServer 6.0.2 got dropped somewhere

Re: Serious (ajax) GUI issues sometimes

2015-02-08 Thread Carlos Reategui
What all happened to the suggestion for using embedded tomcat or jetty to deliver a Java app vs the current delivery model? Seems like that could take care of this problem. Especially for platforms that are a bit behind at updating their tomcat version. On Feb 6, 2015, at 6:01 PM, ilya

Re: A secure way to reset VMs password

2014-12-02 Thread Carlos Reategui
Why do passwords at all? Why not just use ssh keys like AWS does. The functionality is already there just not in the ACS UI. Cloud-init already supports it which is available in most distros and therefore would not require CS specific scripts. At least not for linux. On windows I'm not exactly

Re: Issue VM Access

2014-10-14 Thread Carlos Reategui
Also try logging in from the console to verify ssh is running and also verify the IP address to make sure it has the ip it is supposed to. If it doesn't match there may be a rouge dhcp server. On Oct 14, 2014, at 7:41 PM, Yitao Jiang willier...@gmail.com wrote: Try spawning another

Fwd: Can't launch VMs

2014-10-02 Thread Carlos Reategui
. The problem is when trying to launch new ones. Let me know what additional info would be useful. thank you, Carlos -- Forwarded message -- From: Carlos Reategui create...@gmail.com Date: Mon, Sep 29, 2014 at 4:53 PM Subject: Can't launch VMs To: us...@cloudstack.apache.org us

Re: [DISCUSS] Changing the way password reset works, or allowing the cloud-init way

2014-08-26 Thread Carlos Reategui
On Tue, Aug 26, 2014 at 3:04 PM, Marcus shadow...@gmail.com wrote: I'm wondering how you keep the root password secure. Right now, it works similarly to userdata and metadata, in that the instance queries its router as it boots, but then the password is wiped once queried. If this didn't

Re: Ice bucket challenge

2014-08-26 Thread Carlos Reategui
and while having fun with it don't forget to help out here http://www.alsa.org/donate/ On Tue, Aug 26, 2014 at 2:47 PM, Nux! n...@li.nux.ro wrote: Meh, I thought he only has Earl Grey, hot! :-) Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro -

Re: TomCat 404

2014-08-26 Thread Carlos Reategui
Also make sure the default tomcat service is set to NOT start. Cloudstack should be the one starting it. On Tue, Aug 26, 2014 at 5:47 PM, Michael Phillips mphilli7...@hotmail.com wrote: Pretty sure they say 6.0.33 is the recommended version...any devs want to chime in on that? Date: Tue,

Re: TomCat 404

2014-08-26 Thread Carlos Reategui
the cloudstack page to not work again. On Tue, Aug 26, 2014 at 5:53 PM, mo m...@daoenix.com wrote: How can on be sure the default does not start? I would assume chkconfig? On August 26, 2014 at 8:50:18 PM, Carlos Reategui (car...@reategui.com) wrote: Also make sure the default tomcat service is set

Re: TomCat 404

2014-08-26 Thread Carlos Reategui
Is there an error in your management-server logs? On Tue, Aug 26, 2014 at 6:01 PM, mo m...@daoenix.com wrote: That did not work, I suspect I should downgrade me version, or upgrade it to 7? - Mo On August 26, 2014 at 8:59:53 PM, Carlos Reategui (car...@reategui.com) wrote: service

Re: [DISCUSSION] Changes to server.xml to support tomcat7

2014-08-14 Thread Carlos Reategui
Isn't Jetty used for testing? Why not use it for deployment too and get rid of tomcat. On Thu, Aug 14, 2014 at 1:51 AM, Damoder Reddy damoder.re...@citrix.com wrote: On 14-Aug-2014, at 1:57 pm, Rajani Karuturi raj...@apache.org wrote: Anybody else see any issues if we comment out the

Re: [SHOW] Authentication refactoring

2014-08-12 Thread Carlos Reategui
On Aug 12, 2014, at 5:12 AM, Adrian Lewis adr...@alsiconsulting.co.uk wrote: Hi Rohit, Not a very constructive email I'm afraid but I too would be very interested in one-time password authentication for CS. Is anyone that you know of working on RADIUS auth as this would be a relatively

Re: UI 404 Error

2014-08-11 Thread Carlos Reategui
Did you recently update tomcat? I've seen it happen where if you update tomcat it will stop the cloudstack service and start the generic tomcat service therefore giving 404 errors. On Mon, Aug 11, 2014 at 2:32 PM, mo m...@daoenix.com wrote: it would appear that you must start management first

Re: Getting Refusing to design this network, the physical isolation type is not MIDO while deploying a VM with new network from UI

2014-08-07 Thread Carlos Reategui
I think this is where your problem is: 2014-08-06 21:42:23,476 DEBUG [c.c.d.DeploymentPlanningManagerImpl] (API-Job-Executor-2:ctx-e92d4da4 job-420 ctx-8546dbd9) Checking resources in Cluster: 1 under Pod: 1 2014-08-06 21:42:23,477 DEBUG [c.c.a.m.a.i.FirstFitAllocator]

Re: Host in Alert state after upgrade

2014-07-02 Thread Carlos Reategui
, Jul 1, 2014 at 10:50 AM, Carlos Reategui car...@reategui.com wrote: So upset is part of the CSP. I tried re-installing it but the kernel modules are not there for my current kernel version. Here are the contents of the CSP: mount -o loop xenserver-cloud-supp.iso /mnt/tmp # ll /mnt/tmp

Re: Host in Alert state after upgrade

2014-07-01 Thread Carlos Reategui
is this supposed to be handled in general when one applies XenServer kernel patches? thanks, Carlos On Tue, Jul 1, 2014 at 10:12 AM, Carlos Reategui car...@reategui.com wrote: Looking around for the ipset kernel module, I found it in an older version of the kernel: # uname -a Linux srvengxen02

Re: [POLL] Who uses awsapi with CloudStack in production?

2014-06-19 Thread Carlos Reategui
I can do that. My current install is from the repo http://cloudstack.apt-get.eu/ubuntu. Do you know if that is built with -Dnoredist? I would like to make sure I build and package the same way. Thanks Carlos On Thu, Jun 19, 2014 at 11:35 AM, Rohit Yadav bhais...@apache.org wrote: On Thu,

mshost table after upgrade from 4.1.0 to 4.1.1

2013-11-05 Thread Carlos Reategui
Hi, Can someone that has updated from 4.1.0 to 4.1.1 (ideally with XenServer hosts) run the following queries in their db: select msid, state, version, service_port, removed from mshost; select ms.msid, ms.version as ms_version, h.version as host_version, count( h.id) from mshost ms, host h where