Re: [VOTE] Release Apache CloudStack EC2stack 0.8.0

2015-08-28 Thread Carlos Reategui
gt; > On Fri, Aug 28, 2015 at 20:53 PM, Carlos Reategui > 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 ec2st

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 s

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 a

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 > thr

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 ]" > etc/cloud/cloud.cfg.d/90_datasource

Re: Ec2stack not working with current aws cli

2015-08-05 Thread Carlos Reategui
, Aug 5, 2015 at 5:49 PM, Carlos Reategui 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. > > Here i

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: identit

Re: Failed upgrade from 4.3 to 4.5.1

2015-07-28 Thread Carlos Reategui
sure 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 wrote: > Ok... I think I found the problem but need advice how to fix. Looks like > XenServer 6.0.2 got dropped somewhere al

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 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

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 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://docs.cloudstack.a

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 mu

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: Moving ec2stack and gstack to the cloudstack repos.

2014-11-25 Thread Carlos Reategui
As a user that uses the AWS api to interact with ACS, I thought I should chime in on my experience with both. Our deployment target is AWS and our scripts are written using the AWS CLI. For this reason it was attractive to have an AWS api available on Cloudstack which we use as a development / te

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 wrote: > > Try spawning another instance within the same

Fwd: Can't launch VMs

2014-10-02 Thread Carlos Reategui
instances. 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 Date: Mon, Sep 29, 2014 at 4:53 PM Subject: Can't launch VMs To: "us...@cloudstack.apache.o

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 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

Re: TomCat 404

2014-08-26 Thread Carlos Reategui
cloudstack page to not work again. On Tue, Aug 26, 2014 at 5:53 PM, mo 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 tomc

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 wrote: > Pretty sure they say 6.0.33 is the recommended version...any devs want to > chime in on that? > > > Date: Tue, 26 Aug 2014 20:42:1

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! wrote: > Meh, I thought he only has Earl Grey, hot! :-) > > Lucian > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original M

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 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 > happen, non-root use

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 wrote: > > On 14-Aug-2014, at 1:57 pm, Rajani Karuturi wrote: > > >> > >> > >> Anybody else see any issues if we comment out the 1st section above with > >> re

Re: [SHOW] Authentication refactoring

2014-08-12 Thread Carlos Reategui
> On Aug 12, 2014, at 5:12 AM, Adrian Lewis 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 easy way to > integra

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 wrote: > it would appear that you must start management first & then agent? I

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] (API-Job-Executor-2:ctx-e92d

Re: Host in Alert state after upgrade

2014-07-02 Thread Carlos Reategui
, Jul 1, 2014 at 10:50 AM, Carlos Reategui 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 /

Re: Host in Alert state after upgrade

2014-07-01 Thread Carlos Reategui
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 wrote: > Looking around for the ipset kernel module, I found it in an older version > of the kernel: > > # uname -a > Linux srvengxen02

Host in Alert state after upgrade

2014-07-01 Thread Carlos Reategui
Starting a new thread... Environment: Ubuntu 12.04 + XenServer 6.0.2, Upgrading Cloudstack 4.1.1 ---> 4.4 (deb packages built from source). If I attempt a "force reconnect" from UI it errors out. I found the following on one of the hosts in the SMLog: [760] 2014-07-01 09:18:40.980234['/

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 wrote: > On Thu, Jun 19, 2014 at 10:39

Re: mshost table after upgrade from 4.1.0 to 4.1.1

2013-11-06 Thread Carlos Reategui
ery common occurrence. cheers, -Carlos On Tue, Nov 5, 2013 at 3:22 PM, Carlos Reategui wrote: > 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, rem

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